pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websockets



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 11 09:57:53 UTC 2026

Modified Files:
        pkgsrc/www/py-websockets: Makefile PLIST distinfo

Log Message:
py-websockets: updated to 16.0

16.0

Backwards-incompatible changes
websockets 16.0 requires Python ≥ 3.10.

websockets 15.0 is the last version supporting Python 3.9.

New features

Validated compatibility with Python 3.14.
Added support for free-threaded Python.

Improvements

Allowed setting separate limits for messages and fragments with max_size.
Added support for HTTP/1.0 proxies.
Added support for customizing the close code and reason for connections in Server.close.

Bug fixes

Prevented recv() from returning bytearray instead of bytes in edge cases.
Fixed a race condition that could lead to an exception when closing connections in the threading implementation.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-websockets/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-websockets/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-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.32 pkgsrc/www/py-websockets/Makefile:1.33
--- pkgsrc/www/py-websockets/Makefile:1.32      Sun Apr 13 12:32:49 2025
+++ pkgsrc/www/py-websockets/Makefile   Sun Jan 11 09:57:53 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2025/04/13 12:32:49 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/01/11 09:57:53 adam Exp $
 
-DISTNAME=      websockets-15.0.1
+DISTNAME=      websockets-16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/websockets/}
 

Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.19 pkgsrc/www/py-websockets/PLIST:1.20
--- pkgsrc/www/py-websockets/PLIST:1.19 Sun Apr 13 12:32:49 2025
+++ pkgsrc/www/py-websockets/PLIST      Sun Jan 11 09:57:53 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2025/04/13 12:32:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2026/01/11 09:57:53 adam Exp $
 bin/websockets-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -108,6 +108,9 @@ ${PYSITELIB}/websockets/legacy/server.py
 ${PYSITELIB}/websockets/protocol.py
 ${PYSITELIB}/websockets/protocol.pyc
 ${PYSITELIB}/websockets/protocol.pyo
+${PYSITELIB}/websockets/proxy.py
+${PYSITELIB}/websockets/proxy.pyc
+${PYSITELIB}/websockets/proxy.pyo
 ${PYSITELIB}/websockets/py.typed
 ${PYSITELIB}/websockets/server.py
 ${PYSITELIB}/websockets/server.pyc

Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.26 pkgsrc/www/py-websockets/distinfo:1.27
--- pkgsrc/www/py-websockets/distinfo:1.26      Thu Mar  6 08:21:26 2025
+++ pkgsrc/www/py-websockets/distinfo   Sun Jan 11 09:57:53 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/03/06 08:21:26 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/01/11 09:57:53 adam Exp $
 
-BLAKE2s (websockets-15.0.1.tar.gz) = 97c1ee39ea0ddced448d8f2b3f51e9d7c33cf9769352492be950d13b2ffdde36
-SHA512 (websockets-15.0.1.tar.gz) = 0112195a9a23f659aefcf90d60921e2dba7b897aa022347f87d845e578c84b544d012b68a1e981adc4e5917dea3e8d15bbff349eef02997c241370d7615ef2bc
-Size (websockets-15.0.1.tar.gz) = 177016 bytes
+BLAKE2s (websockets-16.0.tar.gz) = 5923bfb0a12abcfd6fbadbcd4d34701c38b1a8ed916ed605fe96c689855e2a24
+SHA512 (websockets-16.0.tar.gz) = a8aa5c34eaff8fbfbf837a0bfafd949ee559db83a119417cf28ce538a54a147702b519fc0dc78f0dc53ec69006ca1c9806ca494fc150d1de1b89abb835c04e64
+Size (websockets-16.0.tar.gz) = 179346 bytes



Home | Main Index | Thread Index | Old Index