summaryrefslogtreecommitdiffstats
path: root/python/python3-psycopg2
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-08-16 13:47:01 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-17 19:51:21 +0700
commit6f52849f63d034dd4932ea05626cb48707941c1f (patch)
tree3eeb92a03bce933233f760dcdb48420b6e525d23 /python/python3-psycopg2
parent6c22eb4fb064295b34affd1a6257e419d28c9cb1 (diff)
downloadslackbuilds-6f52849f63d034dd4932ea05626cb48707941c1f.tar.gz
slackbuilds-6f52849f63d034dd4932ea05626cb48707941c1f.tar.xz
python/python3-psycopg2: updated for version 2.9.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-psycopg2')
-rw-r--r--python/python3-psycopg2/python3-psycopg2.SlackBuild2
-rw-r--r--python/python3-psycopg2/python3-psycopg2.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-psycopg2/python3-psycopg2.SlackBuild b/python/python3-psycopg2/python3-psycopg2.SlackBuild
index 0aeceda7a4..aa0c6c0a84 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.6}
+VERSION=${VERSION:-2.9.7}
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 f43b76d100..5352a6c74b 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.6"
+VERSION="2.9.7"
HOMEPAGE="http://initd.org/psycopg/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.6.tar.gz"
-MD5SUM="c2d95c6ad2f2251861a91d9a24386a74"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.7.tar.gz"
+MD5SUM="0ee77f0893a2863394a0bf48c09d4bf1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"