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:           Fri Aug 30 10:54:10 UTC 2019

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.13 -r1.14 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.15 pkgsrc/www/py-asgiref/Makefile:1.16
--- pkgsrc/www/py-asgiref/Makefile:1.15 Wed Aug  7 12:26:04 2019
+++ pkgsrc/www/py-asgiref/Makefile      Fri Aug 30 10:54:10 2019
@@ -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/}

Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.13 pkgsrc/www/py-asgiref/distinfo:1.14
--- pkgsrc/www/py-asgiref/distinfo:1.13 Wed Aug  7 12:26:04 2019
+++ pkgsrc/www/py-asgiref/distinfo      Fri Aug 30 10:54:10 2019
@@ -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