python/python3-alembic: Updated for version 1.11.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-08-16 13:43:27 +02:00 committed by Willy Sudiarto Raharjo
parent 3d8641f6b6
commit fea18777d1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="python3-alembic"
VERSION="1.11.1"
VERSION="1.11.2"
HOMEPAGE="https://pypi.org/project/alembic/"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.11.1.tar.gz"
MD5SUM="0dce5fdfa766b9214715d22828c636d5"
DOWNLOAD="https://pypi.python.org/packages/source/a/alembic/alembic-1.11.2.tar.gz"
MD5SUM="ad8f107c679a9b7ac18d58acb44df182"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SQLAlchemy greenlet"
REQUIRES="SQLAlchemy"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"