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:           Wed Jun 17 04:53:33 UTC 2020

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

Log Message:
py-asgiref: updated to 3.2.9

3.2.9:
* Fixed regression with exception handling in 3.2.8 related to the contextvars fix.

3.2.8:
* Fixed small memory leak in local.Local
* contextvars are now persisted through AsyncToSync


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.18 -r1.19 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.20 pkgsrc/www/py-asgiref/Makefile:1.21
--- pkgsrc/www/py-asgiref/Makefile:1.20 Tue Apr  7 10:44:59 2020
+++ pkgsrc/www/py-asgiref/Makefile      Wed Jun 17 04:53:33 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/04/07 10:44:59 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/06/17 04:53:33 adam Exp $
 
-DISTNAME=      asgiref-3.2.7
+DISTNAME=      asgiref-3.2.9
 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.18 pkgsrc/www/py-asgiref/distinfo:1.19
--- pkgsrc/www/py-asgiref/distinfo:1.18 Tue Apr  7 10:44:59 2020
+++ pkgsrc/www/py-asgiref/distinfo      Wed Jun 17 04:53:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/04/07 10:44:59 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/06/17 04:53:33 adam Exp $
 
-SHA1 (asgiref-3.2.7.tar.gz) = aee231e1addda31b00293321436ae56e4f9e2f1b
-RMD160 (asgiref-3.2.7.tar.gz) = f13f68798d21d5264f8266d012722ce3c8da4c43
-SHA512 (asgiref-3.2.7.tar.gz) = a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9
-Size (asgiref-3.2.7.tar.gz) = 25350 bytes
+SHA1 (asgiref-3.2.9.tar.gz) = 2b7596e636a169d39b2021724222f0ed4222b100
+RMD160 (asgiref-3.2.9.tar.gz) = bf6524fb77dcd1ff29a1e0a755337c49391ad6cb
+SHA512 (asgiref-3.2.9.tar.gz) = 1810b19bb045fdb4bf47ec7e5caabd0f8869410a6f81503de2148fd024a88da40ed93cce1b47905d7e99f7e89f08a61a9980b88ab738e783664520c6f27e346c
+Size (asgiref-3.2.9.tar.gz) = 25482 bytes



Home | Main Index | Thread Index | Old Index