Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Feb 1 19:32:31 2026 +0000
Changeset: 74f0480399184f72cd2fcec860a2012d5b4a4b7b
Modified Files:
py-trio-websocket/Makefile
py-trio-websocket/PLIST
py-trio-websocket/distinfo
Log Message:
wip/py-trio-websocket: update to trio-websocket-0.12.2
=== trio-websocket 0.12.2 (2025-02-24)
== Fixed
- fix incorrect port when using a `wss://` URL without supplying an
explicit SSL context
=== trio-websocket 0.12.1 (2025-02-17)
== Fixed
- fix omitted direct dependency on outcome (#196)
=== trio-websocket 0.12.0 (2025-02-16)
== Fixed
- fix loss of context/cause on ExceptionGroup exceptions (#191)
== Changed
- support trio strict_exception_groups=True
- expand type annotations
- add ability to specify receive buffer size, including `None` to let
trio choose
- drop support for Python 3.7
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=74f0480399184f72cd2fcec860a2012d5b4a4b7b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-trio-websocket/Makefile | 4 ++--
py-trio-websocket/PLIST | 1 +
py-trio-websocket/distinfo | 6 +++---
3 files changed, 6 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-trio-websocket/Makefile b/py-trio-websocket/Makefile
index 0027d1d892..1514e74fcb 100644
--- a/py-trio-websocket/Makefile
+++ b/py-trio-websocket/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
-DISTNAME= trio-websocket-0.11.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= trio_websocket-0.12.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/trio_/trio-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/trio-websocket/}
diff --git a/py-trio-websocket/PLIST b/py-trio-websocket/PLIST
index d5c2238b32..802b240721 100644
--- a/py-trio-websocket/PLIST
+++ b/py-trio-websocket/PLIST
@@ -13,3 +13,4 @@ ${PYSITELIB}/trio_websocket/_impl.pyo
${PYSITELIB}/trio_websocket/_version.py
${PYSITELIB}/trio_websocket/_version.pyc
${PYSITELIB}/trio_websocket/_version.pyo
+${PYSITELIB}/trio_websocket/py.typed
diff --git a/py-trio-websocket/distinfo b/py-trio-websocket/distinfo
index d487e84e92..fa96dff371 100644
--- a/py-trio-websocket/distinfo
+++ b/py-trio-websocket/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (trio-websocket-0.11.1.tar.gz) = c7df483adcc0fc99eb9935ac143bae70833b4e7de6c9901688cef0502d97ea72
-SHA512 (trio-websocket-0.11.1.tar.gz) = 893d0288292265701d8053ca7f33f345c146d97f44fb4a53adda280a701b3b89987e1b37e9229fb17b6dc72b600892dfe36fe8fd9d81dbf5208752e928c0dbfd
-Size (trio-websocket-0.11.1.tar.gz) = 26511 bytes
+BLAKE2s (trio_websocket-0.12.2.tar.gz) = 5468f1657469c82c4ad9133799551ddf557e7cdcd7e8397c989bc6fd3ac520cf
+SHA512 (trio_websocket-0.12.2.tar.gz) = 0d215ceaca47e0a256de99fe10f352321630e77bb66e3af68a91f926c144f1de4ae70d2fcb7da42a6d57b4831f1f36245325a960538a5b47b2348ba2b296038c
+Size (trio_websocket-0.12.2.tar.gz) = 33549 bytes