pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-daphne py-daphne: updated to 2.4.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/728aa62b3c4f
branches: trunk
changeset: 344841:728aa62b3c4f
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 26 19:13:01 2019 +0000
description:
py-daphne: updated to 2.4.0
2.4.0:
* Adds CI testing against and support for Python 3.8.
* Adds support for ``raw_path`` in ASGI scope.
* Ensures an error response is sent to the client if the application sends
malformed headers.
* Resolves an asyncio + multiprocessing problem when testing that would cause
the test suite to fail/hang on macOS.
* Requires installing Twisted's TLS extras, via ``install_requires``.
* Adds missing LICENSE to distribution.
diffstat:
www/py-daphne/Makefile | 7 ++++---
www/py-daphne/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 38476557a766 -r 728aa62b3c4f www/py-daphne/Makefile
--- a/www/py-daphne/Makefile Tue Nov 26 19:08:55 2019 +0000
+++ b/www/py-daphne/Makefile Tue Nov 26 19:13:01 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/05/06 10:24:25 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/26 19:13:01 adam Exp $
-DISTNAME= daphne-2.3.0
+DISTNAME= daphne-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/daphne/}
@@ -20,7 +20,8 @@
PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} daphne daphne-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} daphne daphne-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 38476557a766 -r 728aa62b3c4f www/py-daphne/distinfo
--- a/www/py-daphne/distinfo Tue Nov 26 19:08:55 2019 +0000
+++ b/www/py-daphne/distinfo Tue Nov 26 19:13:01 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/05/06 10:24:25 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/11/26 19:13:01 adam Exp $
-SHA1 (daphne-2.3.0.tar.gz) = 1369d5bd645a788a5cecd7fa415f5f101636e5c1
-RMD160 (daphne-2.3.0.tar.gz) = 6ef12d230d6da713fa476fc2b21483a9a1213636
-SHA512 (daphne-2.3.0.tar.gz) = 2e58195de5229dc914404bed825f2676d611021df9b1410b8ec7c5ae616ba1cd8f750865f27039b2381a05d01086c0850352cf9100146cfbc7fe261b92425900
-Size (daphne-2.3.0.tar.gz) = 23431 bytes
+SHA1 (daphne-2.4.0.tar.gz) = e401bd6f63a2d7c2883f55a2f5c421efdb283ce4
+RMD160 (daphne-2.4.0.tar.gz) = 179e3e3232091aa56a6d6710d90a154b1f0cd7fb
+SHA512 (daphne-2.4.0.tar.gz) = 1edcd47a963142ab40b6d964822708a0273a6c1f1321ac3f9bd749df88d532203a8b3fdada0c28ea32021426ea0ec86066b7f6a2b085de1a610984eede42d9df
+Size (daphne-2.4.0.tar.gz) = 22034 bytes
Home |
Main Index |
Thread Index |
Old Index