summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-18 08:37:28 +0000
committeradam <adam@pkgsrc.org>2019-04-18 08:37:28 +0000
commitdf4419bf99f9f0ce19ef6e7254f078b98a70232b (patch)
treed14509e0816d6631f196111583b34aecd5dbd960 /www
parent1292e7be8b058df0ef32ed51279bc7e0519adcaf (diff)
downloadpkgsrc-df4419bf99f9f0ce19ef6e7254f078b98a70232b.tar.gz
py-asgiref: updated to 3.1.2
3.1.2: * New thread_critical argument to Local to tell it to not inherit contexts across threads/tasks. * Local now inherits across any number of sync_to_async to async_to_sync calls nested inside each other 3.1.1: * Local now cleans up storage of old threads and tasks to prevent a memory leak. 3.1.0: * Added asgiref.local module to provide threading.local drop-in replacement. 3.0.0: * Updated to match new ASGI 3.0 spec * Compatibility library added that allows adapting ASGI 2 apps into ASGI 3 apps losslessly
Diffstat (limited to 'www')
-rw-r--r--www/py-asgiref/Makefile4
-rw-r--r--www/py-asgiref/PLIST8
-rw-r--r--www/py-asgiref/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile
index 0a19bc59eec..0da7873d663 100644
--- a/www/py-asgiref/Makefile
+++ b/www/py-asgiref/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/05/24 06:37:46 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/04/18 08:37:28 adam Exp $
-DISTNAME= asgiref-2.3.2
+DISTNAME= asgiref-3.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
diff --git a/www/py-asgiref/PLIST b/www/py-asgiref/PLIST
index 05862b0d2ec..9ccf8c2dcf3 100644
--- a/www/py-asgiref/PLIST
+++ b/www/py-asgiref/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/31 11:43:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/04/18 08:37:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,6 +8,12 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/asgiref/__init__.py
${PYSITELIB}/asgiref/__init__.pyc
${PYSITELIB}/asgiref/__init__.pyo
+${PYSITELIB}/asgiref/compatibility.py
+${PYSITELIB}/asgiref/compatibility.pyc
+${PYSITELIB}/asgiref/compatibility.pyo
+${PYSITELIB}/asgiref/local.py
+${PYSITELIB}/asgiref/local.pyc
+${PYSITELIB}/asgiref/local.pyo
${PYSITELIB}/asgiref/server.py
${PYSITELIB}/asgiref/server.pyc
${PYSITELIB}/asgiref/server.pyo
diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo
index 53749e49b5f..b6264c69e9f 100644
--- a/www/py-asgiref/distinfo
+++ b/www/py-asgiref/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/05/24 06:37:46 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/18 08:37:28 adam Exp $
-SHA1 (asgiref-2.3.2.tar.gz) = 537c7d64ece1787caa4cb60f8754ba84a761a5e9
-RMD160 (asgiref-2.3.2.tar.gz) = 8af5d8c79383415b68f63a29cdb9d82ca690fa6a
-SHA512 (asgiref-2.3.2.tar.gz) = b7872e731dc37ab05837bda5cf125b1d5b1e820ea55e64c801cac17d798b210281e42d6741e78d86d6a7c03fbc6bf69532f690d2b7c07819c72909c74892b642
-Size (asgiref-2.3.2.tar.gz) = 8348 bytes
+SHA1 (asgiref-3.1.2.tar.gz) = f0ad076798d718d01308928e50eb2c3b3cf6dfea
+RMD160 (asgiref-3.1.2.tar.gz) = 0ec2e956a2017fe5a3187b10bbef56fc5d0d4211
+SHA512 (asgiref-3.1.2.tar.gz) = 2c46bcca8c1874309be7e7ca44762968b3b9e2f0ca6526002434aa6f45069f2092969f91dcefcfe36e55bcbb80b9ea290f622a766a2f9db0ef92c0b67a4623a8
+Size (asgiref-3.1.2.tar.gz) = 13720 bytes