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 2.1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ad30ceba73d
branches:  trunk
changeset: 375473:9ad30ceba73d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 12 08:36:52 2018 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 003cafb675e3 -r 9ad30ceba73d www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Mon Feb 12 08:34:56 2018 +0000
+++ b/www/py-asgiref/Makefile   Mon Feb 12 08:36:52 2018 +0000
@@ -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/}
diff -r 003cafb675e3 -r 9ad30ceba73d www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Mon Feb 12 08:34:56 2018 +0000
+++ b/www/py-asgiref/distinfo   Mon Feb 12 08:36:52 2018 +0000
@@ -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