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: updated to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae1bee857a5
branches:  trunk
changeset: 339461:8ae1bee857a5
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 13 09:53:30 2019 +0000

description:
py-waitress: updated to 1.3.1

1.3.1:

Bugfixes
- Waitress won't accidentally throw away part of the path if it starts with a
  double slash (GET //testing/whatever HTTP/1.0). WSGI applications will
  now receive a PATH_INFO in the environment that contains
  //testing/whatever as required.

diffstat:

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

diffs (56 lines):

diff -r 17ab9db50de0 -r 8ae1bee857a5 www/py-waitress/Makefile
--- a/www/py-waitress/Makefile  Fri Sep 13 09:49:55 2019 +0000
+++ b/www/py-waitress/Makefile  Fri Sep 13 09:53:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/07/03 20:36:51 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/09/13 09:53:30 adam Exp $
 
-DISTNAME=      waitress-1.3.0
+DISTNAME=      waitress-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/waitress/}
diff -r 17ab9db50de0 -r 8ae1bee857a5 www/py-waitress/PLIST
--- a/www/py-waitress/PLIST     Fri Sep 13 09:49:55 2019 +0000
+++ b/www/py-waitress/PLIST     Fri Sep 13 09:53:30 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/01/20 13:20:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/09/13 09:53:30 adam Exp $
 bin/waitress-serve-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -28,6 +28,9 @@
 ${PYSITELIB}/waitress/parser.py
 ${PYSITELIB}/waitress/parser.pyc
 ${PYSITELIB}/waitress/parser.pyo
+${PYSITELIB}/waitress/proxy_headers.py
+${PYSITELIB}/waitress/proxy_headers.pyc
+${PYSITELIB}/waitress/proxy_headers.pyo
 ${PYSITELIB}/waitress/receiver.py
 ${PYSITELIB}/waitress/receiver.pyc
 ${PYSITELIB}/waitress/receiver.pyo
@@ -98,6 +101,9 @@
 ${PYSITELIB}/waitress/tests/test_parser.py
 ${PYSITELIB}/waitress/tests/test_parser.pyc
 ${PYSITELIB}/waitress/tests/test_parser.pyo
+${PYSITELIB}/waitress/tests/test_proxy_headers.py
+${PYSITELIB}/waitress/tests/test_proxy_headers.pyc
+${PYSITELIB}/waitress/tests/test_proxy_headers.pyo
 ${PYSITELIB}/waitress/tests/test_receiver.py
 ${PYSITELIB}/waitress/tests/test_receiver.pyc
 ${PYSITELIB}/waitress/tests/test_receiver.pyo
diff -r 17ab9db50de0 -r 8ae1bee857a5 www/py-waitress/distinfo
--- a/www/py-waitress/distinfo  Fri Sep 13 09:49:55 2019 +0000
+++ b/www/py-waitress/distinfo  Fri Sep 13 09:53:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/07/03 20:36:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/09/13 09:53:30 adam Exp $
 
-SHA1 (waitress-1.3.0.tar.gz) = 341804d677b86afd4697985dbc12f57399b4729e
-RMD160 (waitress-1.3.0.tar.gz) = df56a1a76386aca7b679ecff1d6592b392756d97
-SHA512 (waitress-1.3.0.tar.gz) = 387196b24e9fbf39460d1dda942c235e3eac11c8083489a8055364f72dd4aa9e995a87f51394c1bbcbda634d922a5a4fdf1c9651f8e9d6c8c60704c7eab029cd
-Size (waitress-1.3.0.tar.gz) = 163874 bytes
+SHA1 (waitress-1.3.1.tar.gz) = 8016cb356417686529de0d9f2b850b7866c29ebb
+RMD160 (waitress-1.3.1.tar.gz) = 2042c8ed01b64674560ea0a00f9a9bf6173bfd82
+SHA512 (waitress-1.3.1.tar.gz) = ccb871fc46bd560bff2ece706c826a3407750112cfb014378a06ee077f969814a5695d053665a4d975070944a9449efffd61daab11d03be3b06f1907a2ba0f5f
+Size (waitress-1.3.1.tar.gz) = 167097 bytes



Home | Main Index | Thread Index | Old Index