diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-28 14:25:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:27 +0700 |
commit | a1fec0f74b7682e2b0c51b48984660b8c443672e (patch) | |
tree | ef528d77e5dbcb7150ab39921316f87f47cbcb4f /python | |
parent | 86ea42007cb138a34fc819f6546f8f89434f587e (diff) |
python/python3-psycopg2: Updated for version 2.9.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 aa0c6c0a8435..afaf718e5b8b 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.7} +VERSION=${VERSION:-2.9.8} 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 5352a6c74b46..7ff28f203b07 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.7" +VERSION="2.9.8" HOMEPAGE="http://initd.org/psycopg/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.7.tar.gz" -MD5SUM="0ee77f0893a2863394a0bf48c09d4bf1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.8.tar.gz" +MD5SUM="46eab4701895cd0fa23a65b26cce81e8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |