databases/py-psycopg-c: Update to 3.1.8

Changes:	https://github.com/psycopg/psycopg/blob/master/docs/news.rst
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:30:44 +08:00
parent ee3734ed76
commit 8e92d5b1b1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= psycopg-c
PORTVERSION= 3.1.4
PORTVERSION= 3.1.8
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1669057661
SHA256 (psycopg-c-3.1.4.tar.gz) = de3a2883bf46dd2d151f3332b9ecb15fce0ff6ff302a196d1e9de6f36b79eeaa
SIZE (psycopg-c-3.1.4.tar.gz) = 616637
TIMESTAMP = 1674589714
SHA256 (psycopg-c-3.1.8.tar.gz) = 6e0602db219f0087a5939344e7750fff8cc3a26307cfc47469f2aca6e9849a0c
SIZE (psycopg-c-3.1.8.tar.gz) = 563741

View File

@ -1,11 +0,0 @@
--- setup.cfg.orig 2021-11-10 15:24:01 UTC
+++ setup.cfg
@@ -33,7 +33,7 @@ license_file = LICENSE.txt
[options]
python_requires = >= 3.7
-setup_requires = Cython >= 3.0.0a11
+setup_requires = Cython >= 0.29.32
packages = find:
zip_safe = False