Fri Feb 16 14:42:55 2018 UTC ()
py-asgiref: updated to 2.1.5

2.1.5:
* Fixed issues with async_to_sync not setting the event loop correctly
* Stop async_to_sync being called from threads with an active event loop


(adam)
diff -r1.5 -r1.6 pkgsrc/www/py-asgiref/Makefile
diff -r1.4 -r1.5 pkgsrc/www/py-asgiref/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/www/py-asgiref/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-asgiref/Makefile 2018/02/12 08:36:52 1.5
+++ pkgsrc/www/py-asgiref/Makefile 2018/02/16 14:42:55 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2018/02/12 08:36:52 adam Exp $ 1# $NetBSD: Makefile,v 1.6 2018/02/16 14:42:55 adam Exp $
2 2
3DISTNAME= asgiref-2.1.4 3DISTNAME= asgiref-2.1.5
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://github.com/django/asgiref/ 9HOMEPAGE= https://github.com/django/asgiref/
10COMMENT= Contains various reference ASGI implementations 10COMMENT= Contains various reference ASGI implementations
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16

cvs diff -r1.4 -r1.5 pkgsrc/www/py-asgiref/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-asgiref/distinfo 2018/02/12 08:36:52 1.4
+++ pkgsrc/www/py-asgiref/distinfo 2018/02/16 14:42:55 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2018/02/12 08:36:52 adam Exp $ 1$NetBSD: distinfo,v 1.5 2018/02/16 14:42:55 adam Exp $
2 2
3SHA1 (asgiref-2.1.4.tar.gz) = 04ce0477dbf16007e5cbf615a725e26353a8dc62 3SHA1 (asgiref-2.1.5.tar.gz) = c608a3c3db58124bc61c05969e60b6a4f7c91900
4RMD160 (asgiref-2.1.4.tar.gz) = d2f2a55dccbe4d639489ba37e4dabc3ef9833414 4RMD160 (asgiref-2.1.5.tar.gz) = 1362dfd3f039fb52b2261d7c52721ad7132f2a4e
5SHA512 (asgiref-2.1.4.tar.gz) = f58584cea7266aad05cb34f5ed6da724a98359921dd49842c18091d6cb970398e195e46002f01effe056d7bdde6064c7da43dd56797d1347d3e42a685a89da23 5SHA512 (asgiref-2.1.5.tar.gz) = a4b9f9698be3446709971583e7a8bfd1655f1c66f0355e30a8d4e19873dde2f82c1b5ad5b9d0764b0e72bc3f45070c9704175f1a32ac2c7439f0f3b799c3ca91
6Size (asgiref-2.1.4.tar.gz) = 7808 bytes 6Size (asgiref-2.1.5.tar.gz) = 7897 bytes