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:           Thu Mar 12 16:15:09 UTC 2020

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

Log Message:
py-asgiref: updated to 3.2.5

3.2.5
* __self__ is now preserved on methods by async_to_sync

3.2.4
* Pending tasks/async generators are now cancelled when async_to_sync exits
* Contextvars now propagate changes both ways through sync_to_async
* sync_to_async now preserves attributes on functions it wraps


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.15 -r1.16 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.17 pkgsrc/www/py-asgiref/Makefile:1.18
--- pkgsrc/www/py-asgiref/Makefile:1.17 Thu Oct 31 08:25:02 2019
+++ pkgsrc/www/py-asgiref/Makefile      Thu Mar 12 16:15:09 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/10/31 08:25:02 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/12 16:15:09 adam Exp $
 
-DISTNAME=      asgiref-3.2.3
+DISTNAME=      asgiref-3.2.5
 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.15 pkgsrc/www/py-asgiref/distinfo:1.16
--- pkgsrc/www/py-asgiref/distinfo:1.15 Thu Oct 31 08:25:02 2019
+++ pkgsrc/www/py-asgiref/distinfo      Thu Mar 12 16:15:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/10/31 08:25:02 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/03/12 16:15:09 adam Exp $
 
-SHA1 (asgiref-3.2.3.tar.gz) = d0f858c64c120c47f32ecd01deb42be5870cd14a
-RMD160 (asgiref-3.2.3.tar.gz) = 19610a9f8e8f6d7db7d58f2aae16e9679219b644
-SHA512 (asgiref-3.2.3.tar.gz) = ea4a5e08aec285a10d1c3fc12779f96d5586476157910b6a11fa88b771ab83cf3f4e00da562f5845a4084a633196393e2a45a7e89455abf2c27f88c2925b56db
-Size (asgiref-3.2.3.tar.gz) = 24295 bytes
+SHA1 (asgiref-3.2.5.tar.gz) = fd46b2af607585738bce873f6a41c8ba7064095f
+RMD160 (asgiref-3.2.5.tar.gz) = 50b3a8ecf46010f603da08857014fd0ed4f405d1
+SHA512 (asgiref-3.2.5.tar.gz) = f70df716d1fc8e8f45e35fd7375096ae1072a444129680ef184f8c92a4fde8a5f3a783fa64d47aeaab3fb016736ebd7dbe39df6106ffc49652e6506de99faa59
+Size (asgiref-3.2.5.tar.gz) = 25056 bytes



Home | Main Index | Thread Index | Old Index