python-websockets 10.2-1 source package in Ubuntu

Changelog

python-websockets (10.2-1) unstable; urgency=medium

  * New upstream release
    - supports Python 3.10 (closes: 1008598)

 -- Piotr Ożarowski <email address hidden>  Tue, 29 Mar 2022 11:52:05 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-websockets_10.2-1.dsc 2.0 KiB 5ef94127dc09cd2602e89d62b616fe7b9ca4384a5a45ff0a6f27f84d9cd768a2
python-websockets_10.2.orig.tar.gz 81.4 KiB 8351c3c86b08156337b0e4ece0e3c5ec3e01fcd14e8950996832a23c99416098
python-websockets_10.2-1.debian.tar.xz 3.2 KiB 842ba4b8617148a6d5b6250b8673c4b8b04d42551685d37e6fc09d75892099ab

Available diffs

No changes file available.

Binary packages built by this source

python3-websockets: implementation of the WebSocket Protocol (RFC 6455)

 websockets is a library for developing WebSocket servers and clients in
 Python. It implements RFC 6455 with a focus on correctness and simplicity.
 It passes the Autobahn Testsuite.
 .
 Built on top of Python's asynchronous I/O support introduced in PEP 3156,
 it provides an API based on coroutines, making it easy to write highly
 concurrent applications.