python-autobahn 0.10.3+dfsg1-5 source package in Ubuntu

Changelog

python-autobahn (0.10.3+dfsg1-5) unstable; urgency=medium

  * Stop using py.test-X.Y (Closes: #814846).

 -- Thomas Goirand <email address hidden>  Wed, 17 Feb 2016 05:57:17 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_0.10.3+dfsg1-5.dsc 2.3 KiB 42505248310a1ba58760de9fbaf1949c5550b8eaf8ac1578474eabfe74242ee4
python-autobahn_0.10.3+dfsg1.orig.tar.xz 934.3 KiB 271928f09c4f65d84f1eaaadd63fc3213a6113aa0ec4fa5491cac6efa5b782be
python-autobahn_0.10.3+dfsg1-5.debian.tar.xz 3.9 KiB a29ba989270de3360105fc114627e32cc98fc049552b4433be028b6e78be36fe

Available diffs

No changes file available.

Binary packages built by this source

python-autobahn: WebSocket client and server library, WAMP framework - Python 2.x

 Autobahn|Python is a networking library that is part of the Autobahn project
 and provides implementations of:
  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)
 for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
 .
 WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
 asynchronous Remote Procedure Calls and Publish & Subscribe on top of
 WebSocket.
 .
 This package contains the Python 2.x module.