diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-01-20 11:24:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:36 +0700 |
commit | 77c1ee8a63bfbfeecba7c379de5dac6132409e82 (patch) | |
tree | 8e36a5cfbc0150f394785f27451bb3b48c45664b | |
parent | 405b679d3bec6f3747875398a7d1ed1339440e80 (diff) | |
download | slackbuilds-77c1ee8a63bfbfeecba7c379de5dac6132409e82.tar.gz |
development/SQLAlchemy: Updated for version 1.2.16.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 1776b3cca5..2a4b2f13b2 100644 --- a/development/SQLAlchemy/SQLAlchemy.SlackBuild +++ b/development/SQLAlchemy/SQLAlchemy.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for SQLAlchemy +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # Copyright 2008 Andrea Maccis (andrea.maccis@gmail.com) -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=SQLAlchemy -VERSION=${VERSION:-1.2.11} +VERSION=${VERSION:-1.2.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info index 9d4ce3e197..64c0996281 100644 --- a/development/SQLAlchemy/SQLAlchemy.info +++ b/development/SQLAlchemy/SQLAlchemy.info @@ -1,8 +1,8 @@ PRGNAM="SQLAlchemy" -VERSION="1.2.11" +VERSION="1.2.16" HOMEPAGE="http://www.sqlalchemy.org" -DOWNLOAD="https://files.pythonhosted.org/packages/aa/cc/348eec885d81f7260b07d961b3ececfc0aa82f7d4a8f45ff997e0d3f44ba/SQLAlchemy-1.2.11.tar.gz" -MD5SUM="744c234f3736f297282bcc054309c2d5" +DOWNLOAD="https://files.pythonhosted.org/packages/05/d2/17fb194f4ae83577258ea1d81da3d5d5643f4957fa14fd0261d78d648bf5/SQLAlchemy-1.2.16.tar.gz" +MD5SUM="89d37c138742847bd4daeb1ab3f2fdb1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |