websocket-client 0.53.0-2build1 source package in Ubuntu

Changelog

websocket-client (0.53.0-2build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:53:52 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
websocket-client_0.53.0.orig.tar.gz 42.3 KiB c42b71b68f9ef151433d6dcc6a7cb98ac72d2ad1e3a74981ca22bc5d9134f166
websocket-client_0.53.0-2build1.debian.tar.xz 8.0 KiB a75d1e1df6d9b1eac1a7feec541ae0ec7d13fa6ebdd373adcdfc991e367c4db1
websocket-client_0.53.0-2build1.dsc 2.1 KiB e26f6c21ba97423961912b12f5506b34d903017211c28868907bb7eebd44a870

View changes file

Binary packages built by this source

python3-websocket: WebSocket client library - Python 3.x

 websocket-client provides a low-level, synchronous API providing WebSocket
 client functionality to Python programs. It conforms to the WebSocket
 specification as standardized by the IETF in RFC 6455.
 .
 WebSocket is a protocol providing full-duplex communication channels over
 TCP, mostly used in Web browsers.
 .
 This package provides the Python 3.x version.