pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cheroot



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May  5 18:38:43 UTC 2024

Modified Files:
        pkgsrc/www/py-cheroot: Makefile distinfo
Removed Files:
        pkgsrc/www/py-cheroot/patches: patch-setup.cfg

Log Message:
py-cheroot: updated to 10.0.1

v10.0.1

Bug fixes

Fixed a flaw where internally unhandled exceptions could crash the worker threads and eventually starve the server of its processing resources. It is no longer and issue and the unhandled errors are 
now logged and suppressed except for a few expected exceptions that are used for normal interruption requests.

Fixed compatibility with Python 3.8 in the built-in TLS adapter that relies on ssl.
Modern Python versions communicate specialized exceptions ssl.SSLEOFError and ssl.SSLZeroReturnError where the older versions errored out in a very generic way.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-cheroot/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-cheroot/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/www/py-cheroot/patches/patch-setup.cfg

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-cheroot/Makefile
diff -u pkgsrc/www/py-cheroot/Makefile:1.38 pkgsrc/www/py-cheroot/Makefile:1.39
--- pkgsrc/www/py-cheroot/Makefile:1.38 Wed Feb  7 06:25:43 2024
+++ pkgsrc/www/py-cheroot/Makefile      Sun May  5 18:38:43 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.38 2024/02/07 06:25:43 adam Exp $
+# $NetBSD: Makefile,v 1.39 2024/05/05 18:38:43 adam Exp $
 
-DISTNAME=      cheroot-10.0.0
+DISTNAME=      cheroot-10.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=C/Cheroot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cherrypy.dev/
+HOMEPAGE=      https://cheroot.cherrypy.dev/
 COMMENT=       High-performance, pure-Python HTTP server used by CherryPy
 LICENSE=       modified-bsd
 

Index: pkgsrc/www/py-cheroot/distinfo
diff -u pkgsrc/www/py-cheroot/distinfo:1.28 pkgsrc/www/py-cheroot/distinfo:1.29
--- pkgsrc/www/py-cheroot/distinfo:1.28 Wed Feb  7 06:25:43 2024
+++ pkgsrc/www/py-cheroot/distinfo      Sun May  5 18:38:43 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/02/07 06:25:43 adam Exp $
+$NetBSD: distinfo,v 1.29 2024/05/05 18:38:43 adam Exp $
 
-BLAKE2s (cheroot-10.0.0.tar.gz) = 5db51660e39c7a8871974be9e096a0e6db94d5d86342fafdb6b2f0998c61e930
-SHA512 (cheroot-10.0.0.tar.gz) = 02e32e52a596463cbb9874a800dbcdc5680dd7d9dfa95ca6e73c81f9248a488087c514ae70cdba94fe9df1f5d3ab1c68efcb720561cbeb7b667109fe5962f85b
-Size (cheroot-10.0.0.tar.gz) = 148461 bytes
-SHA1 (patch-setup.cfg) = 81504dc60b08f1cb5fc84b2e0341848b411179bc
+BLAKE2s (cheroot-10.0.1.tar.gz) = b10c563272fd8e1ef46b54511d7643042e487a9d23903ebf9702b546ff9fc8e5
+SHA512 (cheroot-10.0.1.tar.gz) = c878647a7bcf564509ee07481b3e371a2e09019d78240e79293bc4e0bfa872e8e2f947925c54eda56cc1790a3ff4d656c70066278c74073b44fc070627f5c71d
+Size (cheroot-10.0.1.tar.gz) = 167586 bytes



Home | Main Index | Thread Index | Old Index