Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:09:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ecf08c26c1b - main - databases/py-psycopg-c: Update to 3.1.4
Message-ID:  <202212300909.2BU99mQJ001957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ecf08c26c1b79d58fb091b168627532182831b6

commit 7ecf08c26c1b79d58fb091b168627532182831b6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:41:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:26 +0000

    databases/py-psycopg-c: Update to 3.1.4
    
    Changes:        https://github.com/psycopg/psycopg/blob/master/docs/news.rst
---
 databases/py-psycopg-c/Makefile              | 4 ++--
 databases/py-psycopg-c/distinfo              | 6 +++---
 databases/py-psycopg-c/files/patch-setup.cfg | 6 +++---
 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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300909.2BU99mQJ001957>