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.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7e4a42ed43b
branches:  trunk
changeset: 336089:d7e4a42ed43b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 06 23:00:04 2019 +0000

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

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

diffs (55 lines):

diff -r 79e9eb1b6c95 -r d7e4a42ed43b www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Sat Jul 06 22:56:03 2019 +0000
+++ b/www/py-asgiref/Makefile   Sat Jul 06 23:00:04 2019 +0000
@@ -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 @@
 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 -r 79e9eb1b6c95 -r d7e4a42ed43b www/py-asgiref/PLIST
--- a/www/py-asgiref/PLIST      Sat Jul 06 22:56:03 2019 +0000
+++ b/www/py-asgiref/PLIST      Sat Jul 06 23:00:04 2019 +0000
@@ -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/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 -r 79e9eb1b6c95 -r d7e4a42ed43b www/py-asgiref/distinfo
--- a/www/py-asgiref/distinfo   Sat Jul 06 22:56:03 2019 +0000
+++ b/www/py-asgiref/distinfo   Sat Jul 06 23:00:04 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index