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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c4a8468dfe4
branches:  trunk
changeset: 338758:1c4a8468dfe4
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 30 10:54:10 2019 +0000

description:
py-asgiref: updated to 3.2.2

3.2.2:
* WsgiToAsgi maps multi-part request bodies into a single WSGI input file
* WsgiToAsgi passes the `root_path` scope as SCRIPT_NAME
* WsgiToAsgi now checks the scope type to handle `lifespan` better
* WsgiToAsgi now passes the server port as a string, like WSGI
* SyncToAsync values are now identified as coroutine functions by asyncio
* SyncToAsync now handles __self__ correctly for methods

diffstat:

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

diffs (27 lines):

diff -r e60e7a520d6e -r 1c4a8468dfe4 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Fri Aug 30 10:52:50 2019 +0000
+++ b/www/py-asgiref/Makefile   Fri Aug 30 10:54:10 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/08/07 12:26:04 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/08/30 10:54:10 adam Exp $
 
-DISTNAME=      asgiref-3.2.1
+DISTNAME=      asgiref-3.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}
diff -r e60e7a520d6e -r 1c4a8468dfe4 www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Fri Aug 30 10:52:50 2019 +0000
+++ b/www/py-asgiref/distinfo   Fri Aug 30 10:54:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/08/07 12:26:04 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/08/30 10:54:10 adam Exp $
 
-SHA1 (asgiref-3.2.1.tar.gz) = 6f04cfcb900142f7fb8abd0a43fe96c428f1ebfc
-RMD160 (asgiref-3.2.1.tar.gz) = de614d22fc8cffb75d3ebd2ba7f2a204eaa78c46
-SHA512 (asgiref-3.2.1.tar.gz) = 63777608aca5c3ea05c096a27e0130604189044b313b7933109798bff174438219da75d2f6856b0765ce0069ad4e462699afdd7ab3001890e8987ccff27c8d6c
-Size (asgiref-3.2.1.tar.gz) = 16222 bytes
+SHA1 (asgiref-3.2.2.tar.gz) = 7e94b715468a16488ba315fbc2f10490fbd59b3a
+RMD160 (asgiref-3.2.2.tar.gz) = 3cd69d66dcac053649288c4e1555a763fd6c1b1c
+SHA512 (asgiref-3.2.2.tar.gz) = 345636eb83eac3dc6c047699677b178e0c42ffab37819dbe8df2a515a8b621f8c22c0803bf42f215168eb0917167eb6114e3a2b3839f7cee88b23ef7f31b90e9
+Size (asgiref-3.2.2.tar.gz) = 16370 bytes



Home | Main Index | Thread Index | Old Index