diff options
author | adam <adam@pkgsrc.org> | 2019-07-06 23:00:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-06 23:00:04 +0000 |
commit | bbf2445ad9339b45e2fa10c4ad49114dadd04a3f (patch) | |
tree | 4221bfb894f61cf118a3824c0ff32627bf29d7bf /www | |
parent | 6f7713f347f87d1142432e0ecbd99c01b5655fd3 (diff) | |
download | pkgsrc-bbf2445ad9339b45e2fa10c4ad49114dadd04a3f.tar.gz |
py-asgiref: updated to 3.1.3
3.1.3:
* async_timeout has been removed as a dependency, so there are now no required
dependencies.
* The WSGI adapter now sets REMOTE_ADDR from the ASGI client.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-asgiref/Makefile | 6 | ||||
-rw-r--r-- | www/py-asgiref/PLIST | 5 | ||||
-rw-r--r-- | www/py-asgiref/distinfo | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/py-asgiref/Makefile b/www/py-asgiref/Makefile index c48cd74ce35..f1703c76905 100644 --- a/www/py-asgiref/Makefile +++ b/www/py-asgiref/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/04/26 13:14:20 maya Exp $ +# $NetBSD: Makefile,v 1.13 2019/07/06 23:00:04 adam Exp $ -DISTNAME= asgiref-3.1.2 +DISTNAME= asgiref-3.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/} @@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/django/asgiref COMMENT= Contains various reference ASGI implementations LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-async-timeout>=2.0.0:../../devel/py-async-timeout - USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 diff --git a/www/py-asgiref/PLIST b/www/py-asgiref/PLIST index 9ccf8c2dcf3..a68e3f96903 100644 --- a/www/py-asgiref/PLIST +++ b/www/py-asgiref/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/04/18 08:37:28 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/07/06 23:00:04 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -23,6 +23,9 @@ ${PYSITELIB}/asgiref/sync.pyo ${PYSITELIB}/asgiref/testing.py ${PYSITELIB}/asgiref/testing.pyc ${PYSITELIB}/asgiref/testing.pyo +${PYSITELIB}/asgiref/timeout.py +${PYSITELIB}/asgiref/timeout.pyc +${PYSITELIB}/asgiref/timeout.pyo ${PYSITELIB}/asgiref/wsgi.py ${PYSITELIB}/asgiref/wsgi.pyc ${PYSITELIB}/asgiref/wsgi.pyo diff --git a/www/py-asgiref/distinfo b/www/py-asgiref/distinfo index b6264c69e9f..19e4442b646 100644 --- a/www/py-asgiref/distinfo +++ b/www/py-asgiref/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/04/18 08:37:28 adam Exp $ +$NetBSD: distinfo,v 1.11 2019/07/06 23:00:04 adam Exp $ -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 +SHA1 (asgiref-3.1.3.tar.gz) = 6f570cfa7f8c0e815f64807e8c1e26233d5441eb +RMD160 (asgiref-3.1.3.tar.gz) = 8baddaaf45ec8aed47c54506f6efe54a26d4ab92 +SHA512 (asgiref-3.1.3.tar.gz) = ee755ff93f0b9c9d5adc5055f9202f6c855d3184a56b84ef96b11f852aa08d723b0ac7b2d2e57d232664a2a24a8721e89736d2ff0d5a14da15a8b0747007da00 +Size (asgiref-3.1.3.tar.gz) = 13136 bytes |