python-trio-websocket 0.11.1-1 source package in Ubuntu

Changelog

python-trio-websocket (0.11.1-1) unstable; urgency=medium

  * [1e83fd7] d/watch: Add compression type gz
  * [4d5c6f5] New upstream version 0.11.1
  * [b95ea75] Rebuild patch queue from patch-queue branch
    Added patch:
    phinx-Use-trio-intersphinx.patch
    Removed patch:
    Sphinx-Don-t-use-intersphinx-for-trio.patch
    Updated patch:
    Privacy-Remove-any-linking-to-non-relevant-stuff.patch
  * [f542df0] d/control: Update Homepage filed
  * [1babf8b] d/u/metadata: Update upstream data
  * [fac1b0a] d/copyright: Update Source filed
  * [2ab2fe3] d/control: Add new B-D on python-trio-doc

 -- Carsten Schoenert <email address hidden>  Sun, 29 Oct 2023 08:02:05 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio-websocket_0.11.1-1.dsc 2.5 KiB f0072559deda99cf81a1a0e22e44ff7cbd3dd957ae50f2736e5b87c40b26f0d8
python-trio-websocket_0.11.1.orig.tar.gz 44.1 KiB 4725cba483dd3db8c69ba8de34edebb48f5349154e275d62b7c184753ab60674
python-trio-websocket_0.11.1-1.debian.tar.xz 5.3 KiB 68ce43006db8a20a2f05bfae6d84c60c42602a68642e3cf5d6d42c0e7cfe0a02

Available diffs

No changes file available.

Binary packages built by this source

python-trio-websocket-doc: Server and client Python library of the WebSocket protocol (Documentation)

 This library implements both server and client aspects of 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.
 .
 This package installs the documentation for the library.

python3-trio-websocket: Server and client Python library of the WebSocket protocol (Python3 version)

 This library implements both server and client aspects of 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.
 .
 This package contains the Python 3 version of the library.