Information for build python-trio-websocket-0.12.2-1.fc42

ID17291
Package Namepython-trio-websocket
Version0.12.2
Release1.fc42
Epoch
DraftFalse
SummaryWebSocket implementation focused on safety and correctness
DescriptionThis library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:49:37 UTC
CompletedMon, 09 Jun 2025 16:49:37 UTC
Tags
f42
RPMs
src
python-trio-websocket-0.12.2-1.fc42.src.rpm (info) (download)
noarch
python-trio-websocket-doc-0.12.2-1.fc42.noarch.rpm (info) (download)
python3-trio-websocket-0.12.2-1.fc42.noarch.rpm (info) (download)
Changelog * Tue Feb 25 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.12.2-1 - Update to v0.12.2 * Tue Feb 18 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.12.1-1 - Update to v0.12.1 * Mon Feb 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.0-1 - Update to 0.12.0 (close RHBZ#2346049) * Tue Feb 11 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.0~dev^202501304247cd5-1 - Update to a snapshot for compatibility with trio>=0.25 * Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.11.1-5 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 04 2023 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.11.1-2 - Remove buildinfo file from -doc subpackage * Mon Oct 02 2023 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.11.1-1 - Update to v0.11.1 - Drop Patch0 (remove "exceptiongroup" dependency - made optional by upstream) - Add Provides for bundled JavaScript in the -doc subpackage - Do not duplicate the LICENSE file in main package * Thu Sep 21 2023 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.10.4-1 - Update to v0.10.4 - Fix LICENSE file missing from main package * Wed Sep 13 2023 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.10.3-2 - Switch to using pyproject_xxx macros - Build HTML documentation and add -doc subpackage - Switch to using GitHub tarball as the source (needed for building the docs) * Wed Sep 06 2023 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.10.3-1 - Initial packaging