diff options
author | Arn0 <yth@ythogtha.org> | 2023-04-05 10:02:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-05 15:32:36 +0700 |
commit | 97da17def4c2b3504dcb599044fd6510a2833681 (patch) | |
tree | 087672b766eb5019a9f3e07126b22b37b18a57e9 /python/python3-psycopg2 | |
parent | fad09ce8a9d1db79800947240b1c55163f25f616 (diff) |
python/python3-psycopg2: updated for version 2.9.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psycopg2')
-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 3b20f439553a5..0aeceda7a4adb 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.5} +VERSION=${VERSION:-2.9.6} 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 f5bd7af5be563..f43b76d100402 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.5" +VERSION="2.9.6" HOMEPAGE="http://initd.org/psycopg/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.5.tar.gz" -MD5SUM="3cec7285f61690633bb070d4bba259c2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.6.tar.gz" +MD5SUM="c2d95c6ad2f2251861a91d9a24386a74" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |