diff options
author | adam <adam@pkgsrc.org> | 2022-11-08 11:43:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-08 11:43:59 +0000 |
commit | 1b914b5f0928d1083c888f80f12019b83ab4ac75 (patch) | |
tree | 2e4a999e7993c3f4a381c7f41ec870b22330a93c /databases | |
parent | 84cd0a314810c1d2b628c4e12301e723dbfc0d40 (diff) | |
download | pkgsrc-1b914b5f0928d1083c888f80f12019b83ab4ac75.tar.gz |
py-asyncpg: updated to 0.27.0
v0.27.0
Support Python 3.11 and PostgreSQL 15. This release also drops support
for Python 3.6.
Changes
Add arm64 mac and linux wheels
Add Python 3.11 to the test matrix
Exclude .venv from flake8
Upgrade to flake8 5.0.4 (from 3.9.2)
Show an example of a custom Record class
Use the exact type name in Record.repr
Drop Python 3.6 support
Test on Python 3.11 and PostgreSQL 15, fix workflow deprecations
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-asyncpg/Makefile | 10 | ||||
-rw-r--r-- | databases/py-asyncpg/distinfo | 8 |
2 files changed, 6 insertions, 12 deletions
diff --git a/databases/py-asyncpg/Makefile b/databases/py-asyncpg/Makefile index 58dca003269..687a7a485b4 100644 --- a/databases/py-asyncpg/Makefile +++ b/databases/py-asyncpg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2022/07/08 07:26:09 adam Exp $ +# $NetBSD: Makefile,v 1.25 2022/11/08 11:43:59 adam Exp $ -DISTNAME= asyncpg-0.26.0 +DISTNAME= asyncpg-0.27.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncpg/} @@ -10,17 +10,11 @@ HOMEPAGE= https://github.com/MagicStack/asyncpg COMMENT= Asyncio PosgtreSQL driver LICENSE= apache-2.0 -TEST_DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.7.0:../../devel/py-codestyle TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8 TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.15.3:../../devel/py-uvloop PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} < 38 -DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions -.endif - # Testing requires postgresql-contrib .include "../../devel/py-cython/buildlink3.mk" diff --git a/databases/py-asyncpg/distinfo b/databases/py-asyncpg/distinfo index af7c58b1569..e0513aaf42b 100644 --- a/databases/py-asyncpg/distinfo +++ b/databases/py-asyncpg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2022/07/08 07:26:09 adam Exp $ +$NetBSD: distinfo,v 1.21 2022/11/08 11:43:59 adam Exp $ -BLAKE2s (asyncpg-0.26.0.tar.gz) = c5dc1cecc22a2549e9730b7e25a4fa4c5e5e0bf280547e95b1f2a72a5d84991e -SHA512 (asyncpg-0.26.0.tar.gz) = ef92316fd430a1819aa8170abd67ecfc1cf29c42cb6dc06cf5047cdd71d4abf441c8b86bacafaaa8c0c0fd7c66daa275e9ed68b00e5166bb27929f25cab1dcbd -Size (asyncpg-0.26.0.tar.gz) = 809997 bytes +BLAKE2s (asyncpg-0.27.0.tar.gz) = 21545025a3f6019b4e0cd8fc4056903f378374f15a9e25bbcf8ccff4ea8e9b93 +SHA512 (asyncpg-0.27.0.tar.gz) = 66d4e16cba8ebebfa0403c7d3b1d3ee1b9b8f55a9b70f57e809d28161873d74750152e6ed548b17ceb97ca84f7a669a5fa503c824a861b295db731f86bfb0137 +Size (asyncpg-0.27.0.tar.gz) = 808881 bytes |