mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-alembic: Updated for version 1.10.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
efbf7487de
commit
15bd574ad6
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-alembic
|
||||
SRCNAM=${PRGNAM#python3-*}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
VERSION=${VERSION:-1.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-alembic"
|
||||
VERSION="1.10.0"
|
||||
VERSION="1.10.2"
|
||||
HOMEPAGE="https://pypi.org/project/alembic/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.10.0.tar.gz"
|
||||
MD5SUM="44abe1dcf0c319bf7666ec133902014f"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.10.2.tar.gz"
|
||||
MD5SUM="de9d9f92a49a5e3ae5a978018927f474"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SQLAlchemy greenlet"
|
||||
|
|
Loading…
Reference in a new issue