python-websockets 8.1-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Remove ancient X-Python3-Version field.

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Tue, 31 Dec 2019 18:02:56 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-websockets_8.1-1.dsc 2.1 KiB 73cb66093aa6c490334f1dfc2552f55deaac514233529502ba37f19608fe8cc6
python-websockets_8.1.orig.tar.gz 57.5 KiB 5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
python-websockets_8.1-1.debian.tar.xz 2.9 KiB 5215d08478669553eb912b391e37f3c0db8e168de3cccd9ead4849b941aafc8c

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.