diff options
author | adam <adam@pkgsrc.org> | 2020-03-24 06:58:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-24 06:58:46 +0000 |
commit | c76fcb6ea77bcc19ab7f910cd52ea052d28d7325 (patch) | |
tree | 63f2d258d617e83a6937ea59fbececc7bec7382d /www | |
parent | b36b225362a41f375ebc0067c5320ed4b1e02683 (diff) | |
download | pkgsrc-c76fcb6ea77bcc19ab7f910cd52ea052d28d7325.tar.gz |
py-asgiref: updated to 3.2.6
3.2.6:
* local.Local now works in all threading situations, no longer requires
periodic garbage collection, and works with libraries that monkeypatch
threading (like gevent)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-asgiref/Makefile | 10 | ||||
-rw-r--r-- | www/py-asgiref/distinfo | 10 |
2 files changed, 13 insertions, 7 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index 2ee96cd5474..515e44b6934 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/03/12 16:15:09 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/24 06:58:46 adam Exp $ -DISTNAME= asgiref-3.2.5 +DISTNAME= asgiref-3.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} @@ -10,8 +10,14 @@ HOMEPAGE= https://github.com/django/asgiref COMMENT= Contains various reference ASGI implementations LICENSE= modified-bsd +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.3.0:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.10.0:../../devel/py-test-asyncio +TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner + USE_LANGUAGES= # none +PYSETUPTESTTARGET= pytest + PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index 1d558cf5043..2aef36e1013 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/03/12 16:15:09 adam Exp $ +$NetBSD: distinfo,v 1.17 2020/03/24 06:58:46 adam Exp $ -SHA1 (asgiref-3.2.5.tar.gz) = fd46b2af607585738bce873f6a41c8ba7064095f -RMD160 (asgiref-3.2.5.tar.gz) = 50b3a8ecf46010f603da08857014fd0ed4f405d1 -SHA512 (asgiref-3.2.5.tar.gz) = f70df716d1fc8e8f45e35fd7375096ae1072a444129680ef184f8c92a4fde8a5f3a783fa64d47aeaab3fb016736ebd7dbe39df6106ffc49652e6506de99faa59 -Size (asgiref-3.2.5.tar.gz) = 25056 bytes +SHA1 (asgiref-3.2.6.tar.gz) = 8612bd971fd15c3753bfa1acee4445d63ec85335 +RMD160 (asgiref-3.2.6.tar.gz) = 59bee71bb9a519dff1965d99013a406e5184d295 +SHA512 (asgiref-3.2.6.tar.gz) = 13896502a6bef3ff6d6f472d108f89d3ef0e005823b979e52c2e3207ec34e887129d7f6ee00760787815e4e28cc44b5a08c981078d3b7475a9e684e7451ad1a0 +Size (asgiref-3.2.6.tar.gz) = 24760 bytes |