development/SQLAlchemy: Updated for version 1.4.52.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-03-04 09:54:40 -07:00 committed by Willy Sudiarto Raharjo
parent 75c0a4395b
commit 6af6991a1f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SQLAlchemy
VERSION=${VERSION:-1.4.51}
VERSION=${VERSION:-1.4.52}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="SQLAlchemy"
VERSION="1.4.51"
VERSION="1.4.52"
HOMEPAGE="http://www.sqlalchemy.org"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.51.tar.gz"
MD5SUM="13aea4c37f1fd99bab74bfbccb0e28b3"
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.52.tar.gz"
MD5SUM="84e7d5eefd0d48506369d2e748de59dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet"