diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-04 00:03:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:45 +0700 |
commit | 502f4f4e5924714c19ecfedde9758488f318d6e6 (patch) | |
tree | 712979bd866c667268c034879e1c0c106c2d5213 /development/SQLAlchemy | |
parent | e7be7267b67698eb7214a7da6a135e02968159a6 (diff) |
development/SQLAlchemy: Updated for version 1.4.51.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/SQLAlchemy')
-rw-r--r-- | development/SQLAlchemy/SQLAlchemy.SlackBuild | 4 | ||||
-rw-r--r-- | development/SQLAlchemy/SQLAlchemy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.SlackBuild b/development/SQLAlchemy/SQLAlchemy.SlackBuild index 496873c5f6d4a..3af5fca53d44c 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SQLAlchemy -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) # All rights reserved. @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLAlchemy -VERSION=${VERSION:-1.4.50} +VERSION=${VERSION:-1.4.51} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info index 350d61d51220e..1ab2ba3a6ee8a 100644 --- a/development/SQLAlchemy/SQLAlchemy.info +++ b/development/SQLAlchemy/SQLAlchemy.info @@ -1,8 +1,8 @@ PRGNAM="SQLAlchemy" -VERSION="1.4.50" +VERSION="1.4.51" HOMEPAGE="http://www.sqlalchemy.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.50.tar.gz" -MD5SUM="0796f9734d5898945d7802ad00ac1723" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy-1.4.51.tar.gz" +MD5SUM="13aea4c37f1fd99bab74bfbccb0e28b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="greenlet" |