CVS commit: pkgsrc/www/py-websockets
"Thomas Klausner" <[email protected]> Mon, 3 Aug 2026 17:58:08 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785779888201090
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 3 17:58:08 UTC 2026
Modified Files:
pkgsrc/www/py-websockets: Makefile PLIST distinfo
Log Message:
py-websockets: update to 17.0.1.
trio support.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-websockets/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-websockets/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-websockets/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785779888201090
Content-Disposition: inline
Content-Length: 4401
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/www/py-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.36 pkgsrc/www/py-websockets/Makefile:1.37
--- pkgsrc/www/py-websockets/Makefile:1.36 Sun Jul 19 14:36:43 2026
+++ pkgsrc/www/py-websockets/Makefile Mon Aug 3 17:58:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2026/07/19 14:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2026/08/03 17:58:08 wiz Exp $
-DISTNAME= websockets-16.1.1
+DISTNAME= websockets-17.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/websockets/}
Index: pkgsrc/www/py-websockets/PLIST
diff -u pkgsrc/www/py-websockets/PLIST:1.20 pkgsrc/www/py-websockets/PLIST:1.21
--- pkgsrc/www/py-websockets/PLIST:1.20 Sun Jan 11 09:57:53 2026
+++ pkgsrc/www/py-websockets/PLIST Mon Aug 3 17:58:08 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2026/01/11 09:57:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2026/08/03 17:58:08 wiz Exp $
bin/websockets-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -15,15 +15,9 @@ ${PYSITELIB}/websockets/__main__.pyo
${PYSITELIB}/websockets/asyncio/__init__.py
${PYSITELIB}/websockets/asyncio/__init__.pyc
${PYSITELIB}/websockets/asyncio/__init__.pyo
-${PYSITELIB}/websockets/asyncio/async_timeout.py
-${PYSITELIB}/websockets/asyncio/async_timeout.pyc
-${PYSITELIB}/websockets/asyncio/async_timeout.pyo
${PYSITELIB}/websockets/asyncio/client.py
${PYSITELIB}/websockets/asyncio/client.pyc
${PYSITELIB}/websockets/asyncio/client.pyo
-${PYSITELIB}/websockets/asyncio/compatibility.py
-${PYSITELIB}/websockets/asyncio/compatibility.pyc
-${PYSITELIB}/websockets/asyncio/compatibility.pyo
${PYSITELIB}/websockets/asyncio/connection.py
${PYSITELIB}/websockets/asyncio/connection.pyc
${PYSITELIB}/websockets/asyncio/connection.pyo
@@ -69,9 +63,6 @@ ${PYSITELIB}/websockets/frames.pyo
${PYSITELIB}/websockets/headers.py
${PYSITELIB}/websockets/headers.pyc
${PYSITELIB}/websockets/headers.pyo
-${PYSITELIB}/websockets/http.py
-${PYSITELIB}/websockets/http.pyc
-${PYSITELIB}/websockets/http.pyo
${PYSITELIB}/websockets/http11.py
${PYSITELIB}/websockets/http11.pyc
${PYSITELIB}/websockets/http11.pyo
@@ -142,6 +133,27 @@ ${PYSITELIB}/websockets/sync/server.pyo
${PYSITELIB}/websockets/sync/utils.py
${PYSITELIB}/websockets/sync/utils.pyc
${PYSITELIB}/websockets/sync/utils.pyo
+${PYSITELIB}/websockets/trio/__init__.py
+${PYSITELIB}/websockets/trio/__init__.pyc
+${PYSITELIB}/websockets/trio/__init__.pyo
+${PYSITELIB}/websockets/trio/client.py
+${PYSITELIB}/websockets/trio/client.pyc
+${PYSITELIB}/websockets/trio/client.pyo
+${PYSITELIB}/websockets/trio/connection.py
+${PYSITELIB}/websockets/trio/connection.pyc
+${PYSITELIB}/websockets/trio/connection.pyo
+${PYSITELIB}/websockets/trio/messages.py
+${PYSITELIB}/websockets/trio/messages.pyc
+${PYSITELIB}/websockets/trio/messages.pyo
+${PYSITELIB}/websockets/trio/router.py
+${PYSITELIB}/websockets/trio/router.pyc
+${PYSITELIB}/websockets/trio/router.pyo
+${PYSITELIB}/websockets/trio/server.py
+${PYSITELIB}/websockets/trio/server.pyc
+${PYSITELIB}/websockets/trio/server.pyo
+${PYSITELIB}/websockets/trio/utils.py
+${PYSITELIB}/websockets/trio/utils.pyc
+${PYSITELIB}/websockets/trio/utils.pyo
${PYSITELIB}/websockets/typing.py
${PYSITELIB}/websockets/typing.pyc
${PYSITELIB}/websockets/typing.pyo
Index: pkgsrc/www/py-websockets/distinfo
diff -u pkgsrc/www/py-websockets/distinfo:1.29 pkgsrc/www/py-websockets/distinfo:1.30
--- pkgsrc/www/py-websockets/distinfo:1.29 Sun Jul 19 11:44:56 2026
+++ pkgsrc/www/py-websockets/distinfo Mon Aug 3 17:58:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2026/07/19 11:44:56 wiz Exp $
+$NetBSD: distinfo,v 1.30 2026/08/03 17:58:08 wiz Exp $
-BLAKE2s (websockets-16.1.1.tar.gz) = c3e0ff7446f05fdea8b349ad5da46cd455a1691e8d629824d4f83076f9e72322
-SHA512 (websockets-16.1.1.tar.gz) = 13a928d88044832c5f6633d555f0543af7a898621117ab690c7daa393f3c6c923e478d51866fff4350706ad258d0bf42ccadd2eac61f6c624a4356769a79121b
-Size (websockets-16.1.1.tar.gz) = 182204 bytes
+BLAKE2s (websockets-17.0.1.tar.gz) = a006e8bbe3329496d2207b3198a59da609105a281651be48a8b3be6c9c9f3c0e
+SHA512 (websockets-17.0.1.tar.gz) = 80a16ea0f0d47637ebd7ee9821336ae981d1827ae2f4fcfa789bd8edd7b4016a0ed97f01d9139e4e2fef8cdd97f52a476afd841fee24e69a3f761790fb79298c
+Size (websockets-17.0.1.tar.gz) = 183298 bytes
--_----------=_1785779888201090--