Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2025 11:24:45 +0000
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: 8d86d752d5e5 - main - databases/py-psycopg-pool: Update to 3.3.0
Message-ID:  <693806fd.9a0a.38ddad9d@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=8d86d752d5e5ca4a5999efeb80943398c36f5a5d

commit 8d86d752d5e5ca4a5999efeb80943398c36f5a5d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:39:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:13 +0000

    databases/py-psycopg-pool: Update to 3.3.0
    
    Changes:        https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst
                    https://www.psycopg.org/psycopg3/docs/news_pool.html
---
 databases/py-psycopg-pool/Makefile                   |  2 +-
 databases/py-psycopg-pool/distinfo                   |  6 +++---
 databases/py-psycopg-pool/files/patch-pyproject.toml | 19 +++++++++++++++++++
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile
index d4146c9b3166..670329ca14e7 100644
--- a/databases/py-psycopg-pool/Makefile
+++ b/databases/py-psycopg-pool/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	psycopg-pool
-PORTVERSION=	3.2.8
+PORTVERSION=	3.3.0
 CATEGORIES=	databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-psycopg-pool/distinfo b/databases/py-psycopg-pool/distinfo
index 3d6baaee1f6a..986ddc1b2a3a 100644
--- a/databases/py-psycopg-pool/distinfo
+++ b/databases/py-psycopg-pool/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853254
-SHA256 (psycopg_pool-3.2.8.tar.gz) = 854e17c2a637c3b9f8d8b24faad57d4cf850baf3fc03ca56ef7e5b4998e391b9
-SIZE (psycopg_pool-3.2.8.tar.gz) = 29956
+TIMESTAMP = 1765032688
+SHA256 (psycopg_pool-3.3.0.tar.gz) = fa115eb2860bd88fce1717d75611f41490dec6135efb619611142b24da3f6db5
+SIZE (psycopg_pool-3.3.0.tar.gz) = 31606
diff --git a/databases/py-psycopg-pool/files/patch-pyproject.toml b/databases/py-psycopg-pool/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d91ea8ef68d7
--- /dev/null
+++ b/databases/py-psycopg-pool/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig	2025-12-01 03:37:38 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=80.3.1", "wheel>=0.37"]
++requires = ["setuptools>=61", "wheel>=0.37"]
+ build-backend = "setuptools.build_meta"
+ 
+ [project]
+@@ -11,8 +11,7 @@ version = "3.3.0"
+ # also change:
+ # - `docs/news_pool.rst` to declare this version current or unreleased
+ 
+-license = "LGPL-3.0-only"
+-license-files = ["LICENSE.txt"]
++license = {text = "LGPL-3.0-only"}
+ classifiers = [
+     "Development Status :: 5 - Production/Stable",
+     "Intended Audience :: Developers",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693806fd.9a0a.38ddad9d>