pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-waitress py-waitress: update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89912f08233d
branches:  trunk
changeset: 370372:89912f08233d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 12:07:24 2017 +0000

description:
py-waitress: update to 1.1.0

1.1.0:

Features
* Waitress now has a __main__ and thus may be called with python -mwaitress

Bugfixes
* Waitress no longer allows lowercase HTTP verbs. This change was made to fall in line with most HTTP servers.
* When receiving non-ascii bytes in the request URL, waitress will no longer abruptly close the connection, instead returning a 400 Bad Request.

diffstat:

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

diffs (46 lines):

diff -r 611e18590280 -r 89912f08233d www/py-waitress/Makefile
--- a/www/py-waitress/Makefile  Mon Oct 16 12:03:57 2017 +0000
+++ b/www/py-waitress/Makefile  Mon Oct 16 12:07:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/07/09 21:24:24 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/16 12:07:24 adam Exp $
 
-DISTNAME=      waitress-1.0.2
+DISTNAME=      waitress-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/waitress/}
diff -r 611e18590280 -r 89912f08233d www/py-waitress/PLIST
--- a/www/py-waitress/PLIST     Mon Oct 16 12:03:57 2017 +0000
+++ b/www/py-waitress/PLIST     Mon Oct 16 12:07:24 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/07/09 21:24:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/10/16 12:07:24 adam Exp $
 bin/waitress-serve${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -10,6 +10,9 @@
 ${PYSITELIB}/waitress/__init__.py
 ${PYSITELIB}/waitress/__init__.pyc
 ${PYSITELIB}/waitress/__init__.pyo
+${PYSITELIB}/waitress/__main__.py
+${PYSITELIB}/waitress/__main__.pyc
+${PYSITELIB}/waitress/__main__.pyo
 ${PYSITELIB}/waitress/adjustments.py
 ${PYSITELIB}/waitress/adjustments.pyc
 ${PYSITELIB}/waitress/adjustments.pyo
diff -r 611e18590280 -r 89912f08233d www/py-waitress/distinfo
--- a/www/py-waitress/distinfo  Mon Oct 16 12:03:57 2017 +0000
+++ b/www/py-waitress/distinfo  Mon Oct 16 12:07:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/09 21:24:24 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/16 12:07:24 adam Exp $
 
-SHA1 (waitress-1.0.2.tar.gz) = f139ee2138b865e098abdd7fc1df168928b43174
-RMD160 (waitress-1.0.2.tar.gz) = d57a2ceaf0427e13ec220a914994638b66cf9b63
-SHA512 (waitress-1.0.2.tar.gz) = b7000e1198ac306ce189f70c5dcfcf41318e5ec47c8d6183cdbc360c8759ca726405d5da70f1c7fe3cfeb39d528af94d693767c2a7a1a7fe460c6407857ec6f0
-Size (waitress-1.0.2.tar.gz) = 124685 bytes
+SHA1 (waitress-1.1.0.tar.gz) = 91a13b20e05ce197ab3b24431efa5f1c26079460
+RMD160 (waitress-1.1.0.tar.gz) = 355d7520e4578777340ae7f0ea7b739be080ffc8
+SHA512 (waitress-1.1.0.tar.gz) = d53cf027525aec6fbd49ab78c30fef1b83d8b58c6d2cbb191d45e69141d7c31d6cd195a0924ad862a4cc42e5d098813712c568f768f51825e96fac3dd4132fbe
+Size (waitress-1.1.0.tar.gz) = 126131 bytes



Home | Main Index | Thread Index | Old Index