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 1.4.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/813ee64f1244
branches: trunk
changeset: 373747:813ee64f1244
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 10 08:36:54 2018 +0000
description:
py-daphne: updated to 1.4.2
1.4.2:
* Bugfix for WebSocket protocol when X-Forwarded-For is turned on.
1.4.1:
* Bugfix for a bad merge of HTTPFactory for X-Forwarded-Proto causing Daphne
to not start.
1.4.0:
* The X-Forwarded-Proto header can now be used to pass along protocol from
a reverse proxy.
* WebSocket headers are now correctly always passed as bytestrings.
diffstat:
www/py-daphne/Makefile | 8 ++++----
www/py-daphne/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (42 lines):
diff -r d3b54dffac46 -r 813ee64f1244 www/py-daphne/Makefile
--- a/www/py-daphne/Makefile Wed Jan 10 08:32:33 2018 +0000
+++ b/www/py-daphne/Makefile Wed Jan 10 08:36:54 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/08 20:38:59 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/10 08:36:54 adam Exp $
-DISTNAME= daphne-1.3.0
+DISTNAME= daphne-1.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/daphne/}
@@ -10,12 +10,12 @@
COMMENT= HTTP, HTTP2 and WebSocket protocol server for ASGI
LICENSE= modified-bsd
-USE_LANGUAGES= # empty
-
DEPENDS+= ${PYPKGPREFIX}-asgiref-[0-9]*:../../www/py-asgiref
DEPENDS+= ${PYPKGPREFIX}-autobahn>=0.18:../../www/py-autobahn
DEPENDS+= ${PYPKGPREFIX}-twisted>=17.1:../../net/py-twisted
+USE_LANGUAGES= # none
+
# py-asgiref
PYTHON_VERSIONS_INCOMPATIBLE= 27 34
diff -r d3b54dffac46 -r 813ee64f1244 www/py-daphne/distinfo
--- a/www/py-daphne/distinfo Wed Jan 10 08:32:33 2018 +0000
+++ b/www/py-daphne/distinfo Wed Jan 10 08:36:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/06/21 19:09:21 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/01/10 08:36:54 adam Exp $
-SHA1 (daphne-1.3.0.tar.gz) = 8b19c6155e2ed5424505bd032d66e69deedc5980
-RMD160 (daphne-1.3.0.tar.gz) = 242f8be31c045b27a2e753b4786c3018c8510dc3
-SHA512 (daphne-1.3.0.tar.gz) = 2044c004d1cc2111e065a8fdefa834a87491dabe7e4bb35cf7e796bd419706151199074e3f80617a276a9b14d013bb9302bd974a380e6f8245d4da0bb14a5eb2
-Size (daphne-1.3.0.tar.gz) = 27861 bytes
+SHA1 (daphne-1.4.2.tar.gz) = 42339342fb1dee34bae313110b62d4f353e50722
+RMD160 (daphne-1.4.2.tar.gz) = 33fcb1f81c0c6b3401445959bf5aba02196a7b02
+SHA512 (daphne-1.4.2.tar.gz) = e3f1b384a89547be53793550e9fbaddac5d360605ddeb4ddfc376e91de16f85a30b7c40411d811454fd03f63346c0625a63bf984e16b2f97a7621aeccd137d67
+Size (daphne-1.4.2.tar.gz) = 28279 bytes
Home |
Main Index |
Thread Index |
Old Index