summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author fourtysixandtwo2024-03-04 17:54:40 +0100
committer Willy Sudiarto Raharjo2024-03-09 02:08:14 +0100
commit6af6991a1f65b83db128037e7d2dda8202735d6b (patch)
tree1c6a09b22497e76160fa3c86bba32e8d33f27b55 /development
parent75c0a4395bc62ccd12231323beacc0b131501aa2 (diff)
downloadslackbuilds-6af6991a1f65b83db128037e7d2dda8202735d6b.tar.gz
development/SQLAlchemy: Updated for version 1.4.52.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/SQLAlchemy/SQLAlchemy.SlackBuild2
-rw-r--r--development/SQLAlchemy/SQLAlchemy.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.SlackBuild b/development/SQLAlchemy/SQLAlchemy.SlackBuild
index 3af5fca53d..a28f900923 100644
--- a/development/SQLAlchemy/SQLAlchemy.SlackBuild
+++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild
@@ -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}
diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info
index 1ab2ba3a6e..cd53936d89 100644
--- a/development/SQLAlchemy/SQLAlchemy.info
+++ b/development/SQLAlchemy/SQLAlchemy.info
@@ -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"