aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2025-02-06 21:24:15 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-02-07 07:37:30 +0700
commitad4d85c14629b48f76b98bea695a37a247a5ecf2 (patch)
tree8df9ed41fda7c92923c01955a54bd172a8941dc7
parent9d8ea6a50515732e29124ab46b3423ca8f555061 (diff)
python/python3-psycopg2: updated for version 2.9.10
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 da4b8f4060..1316f35b90 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.9}
+VERSION=${VERSION:-2.9.10}
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 5229e745f3..a5988e7f97 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.9"
+VERSION="2.9.10"
HOMEPAGE="http://initd.org/psycopg/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.9.tar.gz"
-MD5SUM="eae35fa97cdc92b910b706c720a257c7"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.10.tar.gz"
+MD5SUM="3a1ed36b492a74789563577edc0b0689"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"