pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-asgiref
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 24 06:58:46 UTC 2020
Modified Files:
pkgsrc/www/py-asgiref: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-asgiref/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-asgiref/Makefile
diff -u pkgsrc/www/py-asgiref/Makefile:1.18 pkgsrc/www/py-asgiref/Makefile:1.19
--- pkgsrc/www/py-asgiref/Makefile:1.18 Thu Mar 12 16:15:09 2020
+++ pkgsrc/www/py-asgiref/Makefile Tue Mar 24 06:58:46 2020
@@ -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/asgi
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"
Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.16 pkgsrc/www/py-asgiref/distinfo:1.17
--- pkgsrc/www/py-asgiref/distinfo:1.16 Thu Mar 12 16:15:09 2020
+++ pkgsrc/www/py-asgiref/distinfo Tue Mar 24 06:58:46 2020
@@ -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