pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-asgiref py-asgiref: updated to 3.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9973bb20f522
branches:  trunk
changeset: 425830:9973bb20f522
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 24 06:58:46 2020 +0000

description:
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:

 www/py-asgiref/Makefile |  10 ++++++++--
 www/py-asgiref/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 3faa43e9d57f -r 9973bb20f522 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Tue Mar 24 06:55:34 2020 +0000
+++ b/www/py-asgiref/Makefile   Tue Mar 24 06:58:46 2020 +0000
@@ -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 @@
 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 -r 3faa43e9d57f -r 9973bb20f522 www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Tue Mar 24 06:55:34 2020 +0000
+++ b/www/py-asgiref/distinfo   Tue Mar 24 06:58:46 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index