diff options
author | Arn0 <yth@ythogtha.org> | 2022-10-21 15:47:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-22 02:56:29 +0700 |
commit | ce51beb6fc94c8188a9f450520f153558d63a508 (patch) | |
tree | 84f2e625948019b84849c153cd365a47f4597b18 | |
parent | ba9177679241ac9885350311f80692c14e8f42e0 (diff) | |
download | slackbuilds-ce51beb6fc94c8188a9f450520f153558d63a508.tar.gz |
python/python3-psycopg2: updated for version 2.9.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-psycopg2/python3-psycopg2.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-psycopg2/python3-psycopg2.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-psycopg2/python3-psycopg2.SlackBuild b/python/python3-psycopg2/python3-psycopg2.SlackBuild index 6470b09c72..eba6e8aa7c 100644 --- a/python/python3-psycopg2/python3-psycopg2.SlackBuild +++ b/python/python3-psycopg2/python3-psycopg2.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-psycopg2 SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.9.3} +VERSION=${VERSION:-2.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-psycopg2/python3-psycopg2.info b/python/python3-psycopg2/python3-psycopg2.info index 322920f3f9..49f1eeb9aa 100644 --- a/python/python3-psycopg2/python3-psycopg2.info +++ b/python/python3-psycopg2/python3-psycopg2.info @@ -1,8 +1,8 @@ PRGNAM="python3-psycopg2" -VERSION="2.9.3" +VERSION="2.9.4" HOMEPAGE="http://initd.org/psycopg/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.3.tar.gz" -MD5SUM="1415674b95557329867ce68bd841a48b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.4.tar.gz" +MD5SUM="b9f0e6780e4793f7cb6dfcb9e244a9b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |