websocket-client 0.12.0-1ubuntu2~ubuntu12.04.1 source package in Ubuntu

Changelog

websocket-client (0.12.0-1ubuntu2~ubuntu12.04.1) precise-backports; urgency=medium

  * No-change backport to precise (LP: #1459054)

websocket-client (0.12.0-1ubuntu2) trusty; urgency=medium

  * d/p/skip-internet-tests: skip tests which require Internet access.

websocket-client (0.12.0-1ubuntu1) trusty; urgency=medium

  * d/control: add python-websocket breaks/replaces
    python-websocket-client, which is a duplicate binary package that is
    to be removed (LP: #1292502).
  * d/p/upstream-tests: import missing testsuite from upstream git
    release so that it can run on package build.
  * d/rules: run test suite during package build (LP: #1292511).

websocket-client (0.12.0-1) unstable; urgency=medium

  * Initial release. (Closes: #727759)

 -- Micah Gersten <email address hidden>  Tue, 26 May 2015 22:04:40 -0500

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
websocket-client_0.12.0.orig.tar.gz 21.9 KiB 2a289c1ba0631dfe4497562cb47fae1fd0a97ee49885f2f1da50ab4d6e6a6b0c
websocket-client_0.12.0-1ubuntu2~ubuntu12.04.1.debian.tar.gz 6.4 KiB 5ea33247430c700e8e3d121aca5c9f8ca442e6cc8ef7ee173d78b0a481890e81
websocket-client_0.12.0-1ubuntu2~ubuntu12.04.1.dsc 2.2 KiB 1c49d1f53a36172fe1574ae72d1cbcaf23d9e4886080ae808423c7d082fd98a3

View changes file

Binary packages built by this source

python-websocket: WebSocket client library for python

 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.