summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-11-19 03:38:51 +0100
committer Willy Sudiarto Raharjo2022-11-19 03:38:51 +0100
commit11c9c470096c65e72ed146bb5a342a8439f71f13 (patch)
tree54a2f552e7398ae6fc1a331b0e535ec8febb86c7
parent7c8f0075cc5a55ffbf0465e94c9474cdd6946d5a (diff)
downloadslackbuilds-11c9c470096c65e72ed146bb5a342a8439f71f13.tar.gz
development/SQLAlchemy: Updated for version 1.4.44.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d71bf98259..6688a75d6d 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.42}
+VERSION=${VERSION:-1.4.44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info
index 0bc0003e67..5014871276 100644
--- a/development/SQLAlchemy/SQLAlchemy.info
+++ b/development/SQLAlchemy/SQLAlchemy.info
@@ -1,8 +1,8 @@
PRGNAM="SQLAlchemy"
-VERSION="1.4.42"
+VERSION="1.4.44"
HOMEPAGE="http://www.sqlalchemy.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.42.tar.gz"
-MD5SUM="52318b83e8931c5f5a459f54fe4be3e8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.44.tar.gz"
+MD5SUM="088cf22e4a2845a85fbcd8a80ea7d6ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="greenlet"