python-autobahn 21.11.1+dfsg1-2build1 source package in Ubuntu

Changelog

python-autobahn (21.11.1+dfsg1-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 21:44:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_21.11.1+dfsg1.orig.tar.xz 2.9 MiB 16ea97147871b5c0e3353cd112ed3fafb0864f8149e54bce9a8ef4a83d70532a
python-autobahn_21.11.1+dfsg1-2build1.debian.tar.xz 3.9 KiB 4e2f4fb3db71a40aabdafd46647b6c38cbad1d5ff4f6f4ed59c99a3448065874
python-autobahn_21.11.1+dfsg1-2build1.dsc 2.7 KiB fbdae7ff07f729fe7d923e25ef1478d7972258d326c505657fc5836f1b419567

View changes file

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.