python-autobahn 22.1.1+dfsg1-3 source package in Ubuntu

Changelog

python-autobahn (22.1.1+dfsg1-3) unstable; urgency=medium

  * Add dh_python3 --shebang=/usr/bin/python3 (Closes: #1017048).

 -- Thomas Goirand <email address hidden>  Mon, 15 Aug 2022 15:44:51 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_22.1.1+dfsg1-3.dsc 2.7 KiB d6be422a5aea9d199bcadb4f9228bd2ed5ba35dae08dee736055b464eea41a73
python-autobahn_22.1.1+dfsg1.orig.tar.xz 2.9 MiB d1cbec59b988f73f6c6b30c4a38432321bb88ddcbc3228c0e7fb4eca576b29e9
python-autobahn_22.1.1+dfsg1-3.debian.tar.xz 3.9 KiB 9bdaeba1fd9c9903b6d5480b214e7a2d40f822bb9cce0cbea34d94bdff41c706

Available diffs

No changes file available.

Binary packages built by this source

python3-autobahn: WebSocket client and server library, WAMP framework - Python 3.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 3.x module.