pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-waitress
Module Name: pkgsrc
Committed By: adam
Date: Thu Jun 13 07:33:58 UTC 2024
Modified Files:
pkgsrc/www/py-waitress: Makefile distinfo
Log Message:
py-waitress: updated to 3.0.0
3.0.0 (2024-02-04)
------------------
- Rename "master" git branch to "main"
- Fix a bug that would appear on macOS whereby if we accept() a socket that is
already gone, setting socket options would fail and take down the server. See
https://github.com/Pylons/waitress/pull/399
- Fixed testing of vendored asyncore code to not rely on particular naming for
errno's. See https://github.com/Pylons/waitress/pull/397
- HTTP Request methods and versions are now validated to meet the HTTP
standards thereby dropping invalid requests on the floor. See
https://github.com/Pylons/waitress/pull/423
- No longer close the connection when sending a HEAD request response. See
https://github.com/Pylons/waitress/pull/428
- Always attempt to send the Connection: close response header when we are
going to close the connection to let the remote know in more instances.
https://github.com/Pylons/waitress/pull/429
- Python 3.7 is no longer supported. Add support for Python 3.11, 3.12 and
PyPy 3.9, 3.10. See https://github.com/Pylons/waitress/pull/412
- Document that trusted_proxy may be set to a wildcard value to trust all
proxies. See https://github.com/Pylons/waitress/pull/431
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-waitress/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-waitress/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-waitress/Makefile
diff -u pkgsrc/www/py-waitress/Makefile:1.14 pkgsrc/www/py-waitress/Makefile:1.15
--- pkgsrc/www/py-waitress/Makefile:1.14 Wed Jan 31 10:46:04 2024
+++ pkgsrc/www/py-waitress/Makefile Thu Jun 13 07:33:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/01/31 10:46:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2024/06/13 07:33:57 adam Exp $
-DISTNAME= waitress-2.1.2
+DISTNAME= waitress-3.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/waitress/}
Index: pkgsrc/www/py-waitress/distinfo
diff -u pkgsrc/www/py-waitress/distinfo:1.12 pkgsrc/www/py-waitress/distinfo:1.13
--- pkgsrc/www/py-waitress/distinfo:1.12 Fri Jan 26 13:48:21 2024
+++ pkgsrc/www/py-waitress/distinfo Thu Jun 13 07:33:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/26 13:48:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/06/13 07:33:57 adam Exp $
-BLAKE2s (waitress-2.1.2.tar.gz) = e6a20380dd33e3505502c7e5e7bfffea98e363f1d5cd5a3dde5c0cc809ab0016
-SHA512 (waitress-2.1.2.tar.gz) = 4ef487e116b34eede0f04a02ca7a78116a91664814067a8562d1cd15a4ab702e5faf4be7c122478324d017b6bb1f5315633b74405d00e900b34cc8f1a068da59
-Size (waitress-2.1.2.tar.gz) = 179823 bytes
+BLAKE2s (waitress-3.0.0.tar.gz) = 3c87a9bf10836977cedf674887057649f8c29fa6f8258d2bb93cda26c083fc07
+SHA512 (waitress-3.0.0.tar.gz) = 8b391eb194fce32fd78c1a20cd1afe8caf20e7e0c622e4be2b1ec7d3831cb5a607cda0637d08dcd3a55f2e8c84817abdad4636bf2ca260b12a774dcfa68b9176
+Size (waitress-3.0.0.tar.gz) = 179393 bytes
Home |
Main Index |
Thread Index |
Old Index