diff options
author | adam <adam@pkgsrc.org> | 2022-04-20 12:25:25 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-20 12:25:25 +0000 |
commit | 5f4c08eed72a50689ee51d9ffc40aa7077c0478b (patch) | |
tree | fec3fc54ac6c96dd14a128757854331ef819a433 /www | |
parent | 38c64bc9d640a35a0dcb0f2e089aded5c59e7c09 (diff) | |
download | pkgsrc-5f4c08eed72a50689ee51d9ffc40aa7077c0478b.tar.gz |
py-asgiref: updated to 3.5.0
3.5.0 (2022-01-22)
------------------
* Python 3.6 is no longer supported, and asyncio calls have been changed to
use only the modern versions of the APIs as a result
* Several causes of RuntimeErrors in cases where an event loop was assigned
to a thread but not running
* Speed improvements in the Local class
Diffstat (limited to 'www')
-rw-r--r-- | www/py-asgiref/Makefile | 5 | ||||
-rw-r--r-- | www/py-asgiref/PLIST | 5 | ||||
-rw-r--r-- | www/py-asgiref/distinfo | 8 |
3 files changed, 7 insertions, 11 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index 0c84c22d351..be5a5efb076 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2022/01/04 20:55:16 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2022/04/20 12:25:25 adam Exp $ -DISTNAME= asgiref-3.4.1 +DISTNAME= asgiref-3.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} diff --git a/www/py-asgiref/PLIST b/www/py-asgiref/PLIST index e090156a02a..c8214a8f4fe 100644 --- a/www/py-asgiref/PLIST +++ b/www/py-asgiref/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/07/06 05:56:34 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2022/04/20 12:25:25 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -8,9 +8,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/asgiref/__init__.py ${PYSITELIB}/asgiref/__init__.pyc ${PYSITELIB}/asgiref/__init__.pyo -${PYSITELIB}/asgiref/_pep562.py -${PYSITELIB}/asgiref/_pep562.pyc -${PYSITELIB}/asgiref/_pep562.pyo ${PYSITELIB}/asgiref/compatibility.py ${PYSITELIB}/asgiref/compatibility.pyc ${PYSITELIB}/asgiref/compatibility.pyo diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index 7d24f596fff..23f56678999 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2021/10/26 11:30:28 nia Exp $ +$NetBSD: distinfo,v 1.28 2022/04/20 12:25:25 adam Exp $ -BLAKE2s (asgiref-3.4.1.tar.gz) = c996dfc1db2d1ee0825441d534985e3d84cab66ed92acbbf2bf28ad834bf98a2 -SHA512 (asgiref-3.4.1.tar.gz) = af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe -Size (asgiref-3.4.1.tar.gz) = 32529 bytes +BLAKE2s (asgiref-3.5.0.tar.gz) = 4a451288d3c16bc0f6f79c55862bdfa8a7a0815ae7f12bf60ec8bdfceb64f007 +SHA512 (asgiref-3.5.0.tar.gz) = 3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57 +Size (asgiref-3.5.0.tar.gz) = 31920 bytes |