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:           Mon Feb 12 08:36:52 UTC 2018

Modified Files:
        pkgsrc/www/py-asgiref: Makefile distinfo

Log Message:
py-asgiref: updated to 2.1.4

2.1.4:
* Values are now correctly returned from sync_to_async and async_to_sync
* ASGI_THREADS environment variable now works correctly

2.1.3:
* Add an ApplicationCommunicator.wait() method to allow you to wait for an
  application instance to exit before seeing what it did.

2.1.2:
* Allow AsyncToSync to work if called from a non-async-wrapped sync context.

2.1.1:
* Allow AsyncToSync constructor to be called inside SyncToAsync.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/www/py-asgiref/Makefile:1.5
--- pkgsrc/www/py-asgiref/Makefile:1.4  Wed Jan 31 11:43:18 2018
+++ pkgsrc/www/py-asgiref/Makefile      Mon Feb 12 08:36:52 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/01/31 11:43:18 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/12 08:36:52 adam Exp $
 
-DISTNAME=      asgiref-2.1.0
+DISTNAME=      asgiref-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}

Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.3 pkgsrc/www/py-asgiref/distinfo:1.4
--- pkgsrc/www/py-asgiref/distinfo:1.3  Wed Jan 31 11:43:18 2018
+++ pkgsrc/www/py-asgiref/distinfo      Mon Feb 12 08:36:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/01/31 11:43:18 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/02/12 08:36:52 adam Exp $
 
-SHA1 (asgiref-2.1.0.tar.gz) = b354430804be2af0e9c32befb4c277ea847ab37e
-RMD160 (asgiref-2.1.0.tar.gz) = 3fc66bc0ad4426f868a4ca65c503a59cc41d6714
-SHA512 (asgiref-2.1.0.tar.gz) = 81c4e6c5796babad2ff00486efb4f43d601ce3e61e793e645b9af7bbad4f49754ebcb10e0e54442e8b002530a7d94c42a0e7417c1a9f3f07e42f273397e56909
-Size (asgiref-2.1.0.tar.gz) = 7544 bytes
+SHA1 (asgiref-2.1.4.tar.gz) = 04ce0477dbf16007e5cbf615a725e26353a8dc62
+RMD160 (asgiref-2.1.4.tar.gz) = d2f2a55dccbe4d639489ba37e4dabc3ef9833414
+SHA512 (asgiref-2.1.4.tar.gz) = f58584cea7266aad05cb34f5ed6da724a98359921dd49842c18091d6cb970398e195e46002f01effe056d7bdde6064c7da43dd56797d1347d3e42a685a89da23
+Size (asgiref-2.1.4.tar.gz) = 7808 bytes



Home | Main Index | Thread Index | Old Index