python/python3-alembic: updated for version 1.8.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-09-14 10:30:01 +02:00 committed by Willy Sudiarto Raharjo
parent 72109ab43a
commit 72ba384ca5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-alembic
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.7.7}
VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-alembic"
VERSION="1.7.7"
VERSION="1.8.1"
HOMEPAGE="https://pypi.org/project/alembic/"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.7.7.tar.gz"
MD5SUM="44e82341a6ee0a42f63dc1f51caf91e6"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.8.1.tar.gz"
MD5SUM="667a722df7dbef926a4ce760b9917622"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy greenlet"