python-autobahn 22.7.1+dfsg1-4 source package in Ubuntu

Changelog

python-autobahn (22.7.1+dfsg1-4) unstable; urgency=medium

  * Add fix_twisted_22.10.0_incompability.patch.

 -- Thomas Goirand <email address hidden>  Tue, 29 Aug 2023 13:30:34 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_22.7.1+dfsg1-4.dsc 2.8 KiB c0b023359b0da39cddea8424c7a2c2491670b6c1a3a63cad780a2206b706387d
python-autobahn_22.7.1+dfsg1.orig.tar.xz 3.0 MiB 64b9c8d311c53db0d7d6633fad49c15fa0794bc00b9fe559766b5cbfd8d7e204
python-autobahn_22.7.1+dfsg1-4.debian.tar.xz 5.5 KiB cc81ab9c7c92cd1237a285a3dbda126e19bc61186f473de5af7b66463eb97b33

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.