aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-04-11 09:27:03 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-12 08:42:18 +0700
commit1fec1531902f3d8f7db708a7531f00d3d5f6af52 (patch)
tree6e66855541f3e12c84bd67f7765c34a2c2dbfe93
parent134956c68f2d8e09e0962b51db26a0df0ead021a (diff)
development/SQLAlchemy: Updated for version 2.0.40.
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 676797932c..f7d7a2784e 100644
--- a/development/SQLAlchemy/SQLAlchemy.SlackBuild
+++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild
@@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=SQLAlchemy
SRCNAM=sqlalchemy
-VERSION=${VERSION:-2.0.37}
+VERSION=${VERSION:-2.0.40}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info
index 225bc46284..0c0db3220a 100644
--- a/development/SQLAlchemy/SQLAlchemy.info
+++ b/development/SQLAlchemy/SQLAlchemy.info
@@ -1,8 +1,8 @@
PRGNAM="SQLAlchemy"
-VERSION="2.0.37"
+VERSION="2.0.40"
HOMEPAGE="http://www.sqlalchemy.org"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-2.0.37.tar.gz"
-MD5SUM="b7b1514b01796c1b98d7b7ddd2b2c79a"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-2.0.40.tar.gz"
+MD5SUM="cc981a416589f8aa3531c52560bd1675"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt python3-typing-extensions greenlet"