python/python3-alembic: updated for version 1.13.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-07-02 10:48:19 +02:00 committed by Willy Sudiarto Raharjo
parent 87ceb5966f
commit a29ea742cc
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.13.1}
VERSION=${VERSION:-1.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-alembic"
VERSION="1.13.1"
VERSION="1.13.2"
HOMEPAGE="https://pypi.org/project/alembic/"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.13.1.tar.gz"
MD5SUM="29579d34ea694627280b52a3d3116664"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.13.2.tar.gz"
MD5SUM="0118e72e5ffaf9752d995fa7d6c2a565"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy"