mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
d1cbb672c1
commit
ab0a417b0a
3 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue