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 Aug  7 12:26:04 UTC 2019

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

Log Message:
py-asgiref: updated to 3.2.1

3.2.1:
* sys.exc_info() is now propagated across thread boundaries

3.2.0:
* New "thread_sensitive" argument to SyncToAsync allows for pinning of code into
  the same thread as other thread_sensitive code.
* Test collection on Python 3.7 fixed


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-asgiref/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-asgiref/PLIST
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/www/py-asgiref/Makefile:1.15
--- pkgsrc/www/py-asgiref/Makefile:1.14 Mon Jul  8 07:36:57 2019
+++ pkgsrc/www/py-asgiref/Makefile      Wed Aug  7 12:26:04 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/07/08 07:36:57 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/08/07 12:26:04 adam Exp $
 
-DISTNAME=      asgiref-3.1.4
+DISTNAME=      asgiref-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asgiref/}

Index: pkgsrc/www/py-asgiref/PLIST
diff -u pkgsrc/www/py-asgiref/PLIST:1.5 pkgsrc/www/py-asgiref/PLIST:1.6
--- pkgsrc/www/py-asgiref/PLIST:1.5     Sat Jul  6 23:00:04 2019
+++ pkgsrc/www/py-asgiref/PLIST Wed Aug  7 12:26:04 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/07/06 23:00:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/08/07 12:26:04 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@ ${PYSITELIB}/asgiref/__init__.pyo
 ${PYSITELIB}/asgiref/compatibility.py
 ${PYSITELIB}/asgiref/compatibility.pyc
 ${PYSITELIB}/asgiref/compatibility.pyo
+${PYSITELIB}/asgiref/current_thread_executor.py
+${PYSITELIB}/asgiref/current_thread_executor.pyc
+${PYSITELIB}/asgiref/current_thread_executor.pyo
 ${PYSITELIB}/asgiref/local.py
 ${PYSITELIB}/asgiref/local.pyc
 ${PYSITELIB}/asgiref/local.pyo

Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.12 pkgsrc/www/py-asgiref/distinfo:1.13
--- pkgsrc/www/py-asgiref/distinfo:1.12 Mon Jul  8 07:36:57 2019
+++ pkgsrc/www/py-asgiref/distinfo      Wed Aug  7 12:26:04 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/07/08 07:36:57 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/08/07 12:26:04 adam Exp $
 
-SHA1 (asgiref-3.1.4.tar.gz) = d394d2a6054e16bf5249824050e1fe7f68f91e32
-RMD160 (asgiref-3.1.4.tar.gz) = 09d777397efee4d78ab562e4316989db1ad0c263
-SHA512 (asgiref-3.1.4.tar.gz) = f7b14b6529137a6348d530a4396faf20fb9dc22d65ed63f2060a6c9977b9ed4b55dafeeafa9e1a27a52212941bf95ae4e7b4d17c5879e420796851874542b022
-Size (asgiref-3.1.4.tar.gz) = 13148 bytes
+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



Home | Main Index | Thread Index | Old Index