python-websockets 7.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Add bcep file to ease upgrades from Python 3.5/3.6 (for py35 and py36
    submodules)
  * Standards-Version bumped to 4.3.0 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Sun, 30 Dec 2018 20:28:58 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-websockets_7.0-1.dsc 2.1 KiB 0d63712abcebc6710f62324b82a15eb55589d4ebed28bd2c0d48ee7808840854
python-websockets_7.0.orig.tar.gz 48.1 KiB 08e3c3e0535befa4f0c4443824496c03ecc25062debbcf895874f8a0b4c97c9f
python-websockets_7.0-1.debian.tar.xz 2.9 KiB 0ba47cb8561c5ec07adc9934c5755175e93f6ff7e0d6a9d06e5c70aefb795b35

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.