python-autobahn 21.11.1+dfsg1-1 source package in Ubuntu

Changelog

python-autobahn (21.11.1+dfsg1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Run wrap-and-sort -bastk.

  [ Thomas Goirand ]
  * New upstream release.
  * Fixed (build-)depends for this release.
  * Removed py 3.7 patch, not needed anymore.
  * pytest: Use -Wignore to ignore deprecation warnings.
  * Add export USE_ASYNCIO = 1 in debian/rules.
  * Correctly set the test folder when running tests.

 -- Thomas Goirand <email address hidden>  Tue, 08 Sep 2020 10:15:16 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-autobahn_21.11.1+dfsg1-1.dsc 2.7 KiB 94bcb3f4026dd2ba8c6d77a1b768c9ee4557caf04d5a0a56400d413c1bbd78cb
python-autobahn_21.11.1+dfsg1.orig.tar.xz 2.9 MiB 16ea97147871b5c0e3353cd112ed3fafb0864f8149e54bce9a8ef4a83d70532a
python-autobahn_21.11.1+dfsg1-1.debian.tar.xz 3.8 KiB 6653f62ed2362fcdaa59517a395cdac96bd9d8983b4e2de5c506caaf236df4cf

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.