mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
python-alembic: update to 1.4.2.
This commit is contained in:
parent
5d49ae54eb
commit
5b837941e1
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-alembic'
|
# Template file for 'python-alembic'
|
||||||
pkgname=python-alembic
|
pkgname=python-alembic
|
||||||
version=1.3.3
|
version=1.4.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="alembic-${version}"
|
wrksrc="alembic-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://bitbucket.org/zzzeek/alembic"
|
homepage="https://bitbucket.org/zzzeek/alembic"
|
||||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||||
checksum=d412982920653db6e5a44bfd13b1d0db5685cbaaccaf226195749c706e1e862a
|
checksum=035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py27,py${py3_ver/./}
|
tox -e py27,py${py3_ver/./}
|
||||||
|
|
Loading…
Add table
Reference in a new issue