summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2023-10-05 12:52:29 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 00:59:29 +0700
commit4110208a22b8bcf6078f75326a054597c6b5b68e (patch)
tree0c2bb6056374d3c12596bbf7bce18322a28fb4fb
parent5bc8b0e41d86a37d315d08aadeef3e02f89a3745 (diff)
downloadslackbuilds-4110208a22b8bcf6078f75326a054597c6b5b68e.tar.gz
slackbuilds-4110208a22b8bcf6078f75326a054597c6b5b68e.tar.xz
python/python3-psycopg2: updated for version 2.9.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 afaf718e5b..da4b8f4060 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.8}
+VERSION=${VERSION:-2.9.9}
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 7ff28f203b..5229e745f3 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.8"
+VERSION="2.9.9"
HOMEPAGE="http://initd.org/psycopg/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.8.tar.gz"
-MD5SUM="46eab4701895cd0fa23a65b26cce81e8"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.9.tar.gz"
+MD5SUM="eae35fa97cdc92b910b706c720a257c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"