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:           Sat Oct 10 18:00:57 UTC 2020

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

Log Message:
py-asgiref: updated to 3.3.0

3.3.0:
* sync_to_async now defaults to thread-sensitive mode being on
* async_to_sync now works inside of forked processes
* WsgiToAsgi now correctly clamps its response body when Content-Length is set


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.20 -r1.21 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.22 pkgsrc/www/py-asgiref/Makefile:1.23
--- pkgsrc/www/py-asgiref/Makefile:1.22 Sat Jun 20 16:26:34 2020
+++ pkgsrc/www/py-asgiref/Makefile      Sat Oct 10 18:00:57 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/06/20 16:26:34 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/10/10 18:00:57 adam Exp $
 
-DISTNAME=      asgiref-3.2.10
+DISTNAME=      asgiref-3.3.0
 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.20 pkgsrc/www/py-asgiref/distinfo:1.21
--- pkgsrc/www/py-asgiref/distinfo:1.20 Sat Jun 20 16:26:34 2020
+++ pkgsrc/www/py-asgiref/distinfo      Sat Oct 10 18:00:57 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/06/20 16:26:34 adam Exp $
+$NetBSD: distinfo,v 1.21 2020/10/10 18:00:57 adam Exp $
 
-SHA1 (asgiref-3.2.10.tar.gz) = 18d38f9177e344b9d7ba766a58179636f659a13d
-RMD160 (asgiref-3.2.10.tar.gz) = c6b459585a6258eff14ed425cbdf30e6732f4449
-SHA512 (asgiref-3.2.10.tar.gz) = 8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
-Size (asgiref-3.2.10.tar.gz) = 25669 bytes
+SHA1 (asgiref-3.3.0.tar.gz) = eb535d36a6a384d5e8405d32909be55a48a7e497
+RMD160 (asgiref-3.3.0.tar.gz) = fa30baad594f528acfa0525026b5ad4021246cd9
+SHA512 (asgiref-3.3.0.tar.gz) = fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def
+Size (asgiref-3.3.0.tar.gz) = 26945 bytes



Home | Main Index | Thread Index | Old Index