pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-asgiref py-asgiref: updated to 3.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02088223d876
branches:  trunk
changeset: 337547:02088223d876
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 07 12:26:04 2019 +0000

description:
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

diffstat:

 www/py-asgiref/Makefile |   4 ++--
 www/py-asgiref/PLIST    |   5 ++++-
 www/py-asgiref/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 38f5e2fda9c2 -r 02088223d876 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Wed Aug 07 12:15:06 2019 +0000
+++ b/www/py-asgiref/Makefile   Wed Aug 07 12:26:04 2019 +0000
@@ -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/}
diff -r 38f5e2fda9c2 -r 02088223d876 www/py-asgiref/PLIST
--- a/www/py-asgiref/PLIST      Wed Aug 07 12:15:06 2019 +0000
+++ b/www/py-asgiref/PLIST      Wed Aug 07 12:26:04 2019 +0000
@@ -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/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
diff -r 38f5e2fda9c2 -r 02088223d876 www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Wed Aug 07 12:15:06 2019 +0000
+++ b/www/py-asgiref/distinfo   Wed Aug 07 12:26:04 2019 +0000
@@ -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