diff options
author | Arn0 <yth@ythogtha.org> | 2022-12-30 16:34:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 00:27:52 +0700 |
commit | d6eb563db2b3b498ac3091fc031cd5742d4c6d1b (patch) | |
tree | 4c4d52a4543d19571682beb95337fdbcab5e112b /python/python3-psycopg2 | |
parent | 4b67c2d715d15243684e847361039e037da2fc63 (diff) |
python/python3-psycopg2: updated for version 2.9.5
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 eba6e8aa7c199..3b20f439553a5 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.4} +VERSION=${VERSION:-2.9.5} 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 49f1eeb9aabf5..f5bd7af5be563 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.4" +VERSION="2.9.5" HOMEPAGE="http://initd.org/psycopg/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.4.tar.gz" -MD5SUM="b9f0e6780e4793f7cb6dfcb9e244a9b4" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-2.9.5.tar.gz" +MD5SUM="3cec7285f61690633bb070d4bba259c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |