pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-asgiref
Module Name: pkgsrc
Committed By: adam
Date: Thu Nov 30 08:01:48 UTC 2017
Modified Files:
pkgsrc/www/py-asgiref: Makefile PLIST distinfo
Log Message:
py-asgiref: updated to 2.0.1
2.0.1:
* Bugfix release to have HTTP response content message as the correct
"http.response.content" not the older "http.response.chunk".
2.0.0:
* Complete rewrite for new async-based ASGI mechanisms and removal of
channel layers.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-asgiref/Makefile \
pkgsrc/www/py-asgiref/PLIST pkgsrc/www/py-asgiref/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-asgiref/Makefile
diff -u pkgsrc/www/py-asgiref/Makefile:1.1 pkgsrc/www/py-asgiref/Makefile:1.2
--- pkgsrc/www/py-asgiref/Makefile:1.1 Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/Makefile Thu Nov 30 08:01:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/06/21 19:09:07 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/30 08:01:48 adam Exp $
-DISTNAME= asgiref-1.1.2
+DISTNAME= asgiref-2.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asgiref/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/django/asgi
COMMENT= Contains various reference ASGI implementations
LICENSE= modified-bsd
-USE_LANGUAGES= # empty
-
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-asgiref/PLIST
diff -u pkgsrc/www/py-asgiref/PLIST:1.1 pkgsrc/www/py-asgiref/PLIST:1.2
--- pkgsrc/www/py-asgiref/PLIST:1.1 Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/PLIST Thu Nov 30 08:01:48 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/21 19:09:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/11/30 08:01:48 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,15 +8,12 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/asgiref/__init__.py
${PYSITELIB}/asgiref/__init__.pyc
${PYSITELIB}/asgiref/__init__.pyo
-${PYSITELIB}/asgiref/base_layer.py
-${PYSITELIB}/asgiref/base_layer.pyc
-${PYSITELIB}/asgiref/base_layer.pyo
-${PYSITELIB}/asgiref/conformance.py
-${PYSITELIB}/asgiref/conformance.pyc
-${PYSITELIB}/asgiref/conformance.pyo
-${PYSITELIB}/asgiref/inmemory.py
-${PYSITELIB}/asgiref/inmemory.pyc
-${PYSITELIB}/asgiref/inmemory.pyo
+${PYSITELIB}/asgiref/server.py
+${PYSITELIB}/asgiref/server.pyc
+${PYSITELIB}/asgiref/server.pyo
+${PYSITELIB}/asgiref/sync.py
+${PYSITELIB}/asgiref/sync.pyc
+${PYSITELIB}/asgiref/sync.pyo
${PYSITELIB}/asgiref/wsgi.py
${PYSITELIB}/asgiref/wsgi.pyc
${PYSITELIB}/asgiref/wsgi.pyo
Index: pkgsrc/www/py-asgiref/distinfo
diff -u pkgsrc/www/py-asgiref/distinfo:1.1 pkgsrc/www/py-asgiref/distinfo:1.2
--- pkgsrc/www/py-asgiref/distinfo:1.1 Wed Jun 21 19:09:07 2017
+++ pkgsrc/www/py-asgiref/distinfo Thu Nov 30 08:01:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/21 19:09:07 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/11/30 08:01:48 adam Exp $
-SHA1 (asgiref-1.1.2.tar.gz) = 1393680f70d58e74b7106d55640229eca7985f69
-RMD160 (asgiref-1.1.2.tar.gz) = 26f1677a7649127909ab16d4662eaedd204209b4
-SHA512 (asgiref-1.1.2.tar.gz) = f1db49fa6c8a010be11bfffa2dbaf695206f7af32b00d97158d508815482bd20a7e77fcb6599cbdbe5a5527f58c24e29e0d4e25ff708551589bd029b5b0e8af0
-Size (asgiref-1.1.2.tar.gz) = 10196 bytes
+SHA1 (asgiref-2.0.1.tar.gz) = 974192eb313023c210ef12810a43a4b0ca8772ff
+RMD160 (asgiref-2.0.1.tar.gz) = baa4ed8e3b4a8ddb46e6a0df40f848a69fb0ccc6
+SHA512 (asgiref-2.0.1.tar.gz) = 6fc20def28ab1a5846ac00a52ef85511f2d1c36e38be5a36bf2e0c2e253fe8cf7f7a52e806e121d3023de35bd39e0e47d6c819880c41d8fe6eb728f9f567d807
+Size (asgiref-2.0.1.tar.gz) = 6920 bytes
Home |
Main Index |
Thread Index |
Old Index