diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-psycopg3/python3-psycopg3.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-psycopg3/python3-psycopg3.info | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/python/python3-psycopg3/python3-psycopg3.SlackBuild b/python/python3-psycopg3/python3-psycopg3.SlackBuild index dfaa05587f..86ce3297c3 100644 --- a/python/python3-psycopg3/python3-psycopg3.SlackBuild +++ b/python/python3-psycopg3/python3-psycopg3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-psycopg3 -# Copyright 2022 Zlatanidis Dimitris Greece, Orestiada +# Copyright 2022-2024 Zlatanidis Dimitris Greece, Orestiada # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-psycopg3 SRCNAM=psycopg -VERSION=${VERSION:-3.0.11} +VERSION=${VERSION:-3.1.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -85,7 +85,6 @@ python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README.rst LICENSE.txt PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-psycopg3/python3-psycopg3.info b/python/python3-psycopg3/python3-psycopg3.info index d2fe6d31a2..3eb6c1d440 100644 --- a/python/python3-psycopg3/python3-psycopg3.info +++ b/python/python3-psycopg3/python3-psycopg3.info @@ -1,10 +1,10 @@ PRGNAM="python3-psycopg3" -VERSION="3.0.11" +VERSION="3.1.19" HOMEPAGE="https://www.psycopg.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/b9/ed/b4a17a02ca1cdccd88a87e964d4eb0625070518c81b7e940d3b9be6bec0a/psycopg-3.0.11.tar.gz" -MD5SUM="772b8cf21f19231716c7525a19b32b7f" +DOWNLOAD="https://files.pythonhosted.org/packages/e5/b8/dc85a3b5d3576527c288197de5db85edd141d6ce27fcf73e9f77e871824a/psycopg-3.1.19.tar.gz" +MD5SUM="8eafcbda12408038a872e3239bc61931" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="postgresql" +REQUIRES="typing-extensions postgresql" MAINTAINER="Zlatanidis Dimitris" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |