mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/python3-alembic: updated for version 1.7.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22ce7b223d
commit
2ad20a6e9c
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.7.6}
|
||||
VERSION=${VERSION:-1.7.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-alembic"
|
||||
VERSION="1.7.6"
|
||||
VERSION="1.7.7"
|
||||
HOMEPAGE="https://pypi.org/project/alembic/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.7.6.tar.gz"
|
||||
MD5SUM="0a64c3707a339880935e2ddaf2a5b62e"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.7.7.tar.gz"
|
||||
MD5SUM="44e82341a6ee0a42f63dc1f51caf91e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SQLAlchemy greenlet"
|
||||
|
|
Loading…
Reference in a new issue