summaryrefslogtreecommitdiff
path: root/databases/py-psycopg-c
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 16:41:49 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 17:04:26 +0800
commit7ecf08c26c1b79d58fb091b168627532182831b6 (patch)
tree039496c68b1fe5caefa835b8a4b80970bb19c2fb /databases/py-psycopg-c
parentdatabases/py-psycopg: Update to 3.1.4 (diff)
databases/py-psycopg-c: Update to 3.1.4
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
Diffstat (limited to 'databases/py-psycopg-c')
-rw-r--r--databases/py-psycopg-c/Makefile4
-rw-r--r--databases/py-psycopg-c/distinfo6
-rw-r--r--databases/py-psycopg-c/files/patch-setup.cfg6
3 files changed, 8 insertions, 8 deletions
diff --git a/databases/py-psycopg-c/Makefile b/databases/py-psycopg-c/Makefile
index fd733252dfa5..0e3bfce65068 100644
--- a/databases/py-psycopg-c/Makefile
+++ b/databases/py-psycopg-c/Makefile
@@ -1,5 +1,5 @@
PORTNAME= psycopg-c
-PORTVERSION= 3.0.18
+PORTVERSION= 3.1.4
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW= https://www.psycopg.org/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= pgsql python:3.6+
+USES= pgsql python:3.7+
USE_PYTHON= autoplist concurrent cython distutils
post-install:
diff --git a/databases/py-psycopg-c/distinfo b/databases/py-psycopg-c/distinfo
index e16abec56f13..9ea57434b95f 100644
--- a/databases/py-psycopg-c/distinfo
+++ b/databases/py-psycopg-c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662558022
-SHA256 (psycopg-c-3.0.18.tar.gz) = 278d4d0a85c6d734df27994fd67147f2faa050d80289dd79a49f87ff8ca62555
-SIZE (psycopg-c-3.0.18.tar.gz) = 600519
+TIMESTAMP = 1669057661
+SHA256 (psycopg-c-3.1.4.tar.gz) = de3a2883bf46dd2d151f3332b9ecb15fce0ff6ff302a196d1e9de6f36b79eeaa
+SIZE (psycopg-c-3.1.4.tar.gz) = 616637
diff --git a/databases/py-psycopg-c/files/patch-setup.cfg b/databases/py-psycopg-c/files/patch-setup.cfg
index 8f2216c9cb38..d00e287d5259 100644
--- a/databases/py-psycopg-c/files/patch-setup.cfg
+++ b/databases/py-psycopg-c/files/patch-setup.cfg
@@ -3,9 +3,9 @@
@@ -33,7 +33,7 @@ license_file = LICENSE.txt
[options]
- python_requires = >= 3.6
--setup_requires = Cython >= 3.0a5
-+setup_requires = Cython >= 0.29.24
+ python_requires = >= 3.7
+-setup_requires = Cython >= 3.0.0a11
++setup_requires = Cython >= 0.29.32
packages = find:
zip_safe = False