diff options
author | adam <adam@pkgsrc.org> | 2019-08-30 10:54:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-30 10:54:10 +0000 |
commit | 4e18300a652dd516181bc5b9ed6cb19bb8a53b4e (patch) | |
tree | 76eb84342aeda3f45148a3c22114144215bcd112 /www | |
parent | e6550cce0d67ef2eaa6df587092defbac022d95d (diff) | |
download | pkgsrc-4e18300a652dd516181bc5b9ed6cb19bb8a53b4e.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/py-asgiref/Makefile | 4 | ||||
-rw-r--r-- | www/py-asgiref/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index 6178fb6e70a..7e53c39e267 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -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 --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index 2724a48cb00..96226e9ceb0 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -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 |