diff options
author | 2025-01-14 03:31:02 -0700 | |
---|---|---|
committer | 2025-01-18 08:13:31 +0700 | |
commit | 2edc1d8e66d32138788206b0a919b6dda6a942d6 (patch) | |
tree | 6697fa65ed77b991811b22424392b4d8afc4cdb8 /development/SQLAlchemy | |
parent | 6b24bf54a33fdbc5ecca304a0de2e22109215ae2 (diff) | |
download | slackbuilds-2edc1d8e66d32138788206b0a919b6dda6a942d6.tar.gz slackbuilds-2edc1d8e66d32138788206b0a919b6dda6a942d6.tar.xz |
development/SQLAlchemy: Updated for version 2.0.37.
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 8b6dfabd37..676797932c 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SQLAlchemy -# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) # All rights reserved. @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=SQLAlchemy SRCNAM=sqlalchemy -VERSION=${VERSION:-2.0.36} +VERSION=${VERSION:-2.0.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info index eb91b01495..225bc46284 100644 --- a/development/SQLAlchemy/SQLAlchemy.info +++ b/development/SQLAlchemy/SQLAlchemy.info @@ -1,8 +1,8 @@ PRGNAM="SQLAlchemy" -VERSION="2.0.36" +VERSION="2.0.37" HOMEPAGE="http://www.sqlalchemy.org" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-2.0.36.tar.gz" -MD5SUM="7a4444524e4930a29f22dbca0cb16d4b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/sqlalchemy-2.0.37.tar.gz" +MD5SUM="b7b1514b01796c1b98d7b7ddd2b2c79a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt python3-typing-extensions greenlet" |