git: ab0a417b0acb - main - databases/py-psycopg-pool: Update to 3.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:40:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab0a417b0acbba4d939e622cfe9fdf0ed55aaf3e commit ab0a417b0acbba4d939e622cfe9fdf0ed55aaf3e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:30:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:43 +0000 databases/py-psycopg-pool: Update to 3.1.7 - Update WWW and clean up pkg-descr 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 | 6 +++--- databases/py-psycopg-pool/distinfo | 6 +++--- databases/py-psycopg-pool/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile index 26733c7ec517..a353fad95e70 100644 --- a/databases/py-psycopg-pool/Makefile +++ b/databases/py-psycopg-pool/Makefile @@ -1,13 +1,13 @@ PORTNAME= psycopg-pool -PORTVERSION= 3.1.6 -PORTREVISION= 1 +PORTVERSION= 3.1.7 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connection Pool for Psycopg -WWW= https://www.psycopg.org/ +WWW= https://www.psycopg.org/ \ + https://github.com/psycopg/psycopg/tree/master/psycopg_pool LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/databases/py-psycopg-pool/distinfo b/databases/py-psycopg-pool/distinfo index 968a5f22e2a4..9b2edbffb952 100644 --- a/databases/py-psycopg-pool/distinfo +++ b/databases/py-psycopg-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675190983 -SHA256 (psycopg-pool-3.1.6.tar.gz) = f43e48b0a75afa7da34eff918af1caa1295a186f4ed9b94a633f5f02a304a284 -SIZE (psycopg-pool-3.1.6.tar.gz) = 20217 +TIMESTAMP = 1680726098 +SHA256 (psycopg-pool-3.1.7.tar.gz) = d02741dc48303495f4021900630442af87d6b1c3bfd1a3ece54cc11aa43d7dde +SIZE (psycopg-pool-3.1.7.tar.gz) = 20752 diff --git a/databases/py-psycopg-pool/pkg-descr b/databases/py-psycopg-pool/pkg-descr index de2109319f40..e71a66522da6 100644 --- a/databases/py-psycopg-pool/pkg-descr +++ b/databases/py-psycopg-pool/pkg-descr @@ -3,5 +3,3 @@ PostgreSQL database adapter for Python - Connection Pool This distribution contains the optional connection pool package psycopg_pool. This package is kept separate from the main psycopg package because it is likely that it will follow a different release cycle. - -See also: https://github.com/psycopg/psycopg/tree/master/psycopg_pool