pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-tornado
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 13 04:42:57 UTC 2025
Modified Files:
pkgsrc/www/py-tornado: Makefile distinfo
Log Message:
py-tornado: updated to 6.5.2
What's new in Tornado 6.5.2
Bug fixes
- Fixed a bug that resulted in WebSocket pings not being sent at the configured interval.
- Improved logging for invalid ``Host`` headers. This was previouisly logged as an uncaught
exception with a stack trace, now it is simply a 400 response (logged as a warning in the
access log)
- Restored the ``host`` argument to ``.HTTPServerRequest``. This argument is deprecated
and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake.
- Removed a debugging print statement that was left in the code.
- Improved type hints for ``gen.multi``.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/py-tornado/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-tornado/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-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.43 pkgsrc/www/py-tornado/Makefile:1.44
--- pkgsrc/www/py-tornado/Makefile:1.43 Thu May 22 18:47:12 2025
+++ pkgsrc/www/py-tornado/Makefile Wed Aug 13 04:42:57 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/05/22 18:47:12 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/08/13 04:42:57 adam Exp $
-DISTNAME= tornado-6.5.1
+DISTNAME= tornado-6.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tornado/}
Index: pkgsrc/www/py-tornado/distinfo
diff -u pkgsrc/www/py-tornado/distinfo:1.31 pkgsrc/www/py-tornado/distinfo:1.32
--- pkgsrc/www/py-tornado/distinfo:1.31 Thu May 22 18:47:12 2025
+++ pkgsrc/www/py-tornado/distinfo Wed Aug 13 04:42:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/05/22 18:47:12 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/08/13 04:42:57 adam Exp $
-BLAKE2s (tornado-6.5.1.tar.gz) = dd98e0595c8e8d17291c2a356339656c78c82a83d95de8208eceafc11a49f506
-SHA512 (tornado-6.5.1.tar.gz) = af95a8cb1c387824ed3c8f4d01ad982706d5bd142002ac4c839de76955b33411a7560973f898ef7953468b716ad585f0ebd7989d3948201ace1f0d95ebf52811
-Size (tornado-6.5.1.tar.gz) = 509934 bytes
+BLAKE2s (tornado-6.5.2.tar.gz) = 5128ac3c3c772adc79825448fbae3f583c390a34275b9222088916aa20611fa7
+SHA512 (tornado-6.5.2.tar.gz) = a0a9a123849571a08a552252f1732418cc46ba51e6f80d2e632c266f971eef26787eb2345cb8ae2f1337dbe06a3af12f99b1ae0d0fa813ede66c1f36700fae4d
+Size (tornado-6.5.2.tar.gz) = 510821 bytes
Home |
Main Index |
Thread Index |
Old Index