diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 05:15:05 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 05:15:05 +0800 |
commit | f23f4522e89f09cf68567b10f6e30e7f1f70aa1c (patch) | |
tree | f12050ed77a3ff20e9d00148e0bc0dd665821da0 /databases/py-psycopg-pool/Makefile | |
parent | databases/py-psycopg-c: Update to 3.0.4 (diff) |
databases/py-psycopg-pool: Update to 3.0.2
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst
Diffstat (limited to 'databases/py-psycopg-pool/Makefile')
-rw-r--r-- | databases/py-psycopg-pool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile index 75f29ac3a78b..460192b167cc 100644 --- a/databases/py-psycopg-pool/Makefile +++ b/databases/py-psycopg-pool/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= psycopg-pool -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |