python-txaio 23.1.1-4 source package in Ubuntu

Changelog

python-txaio (23.1.1-4) unstable; urgency=medium

  * Remove python3-mock from build-dependencies (Closes: #1066141).

 -- Thomas Goirand <email address hidden>  Thu, 18 Apr 2024 09:31:37 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-txaio_23.1.1-4.dsc 2.4 KiB 6eec1b0f3edd05a8c5ebfcc2a4f0b6237ba6650ac963324b4e4225cb95576abc
python-txaio_23.1.1.orig.tar.xz 43.3 KiB a4c10a0e73f914fd073d8e31e0fb14a18b9295f15e603b5d9c5dbe5d9a0ed9ad
python-txaio_23.1.1-4.debian.tar.xz 4.6 KiB 50043e457cd29c80d2d78312d674931f43e94545d4b884dd7f85dc4a1995a43d

Available diffs

No changes file available.

Binary packages built by this source

python-txaio-doc: compatibility API between asyncio/Twisted/Trollius - doc

 Txaio is a helper library for writing code that runs unmodified on both
 Twisted and asyncio.
 .
 This is like six , but for wrapping over differences between Twisted and
 asyncio so one can write code that runs unmodified on both (aka "source code
 compatibility"). In other words: users can choose if they want asyncio or
 Twisted as a dependency.
 .
 This package contains the documentation.

python3-txaio: compatibility API between asyncio/Twisted/Trollius - Python 3.x

 Txaio is a helper library for writing code that runs unmodified on both
 Twisted and asyncio.
 .
 This is like six , but for wrapping over differences between Twisted and
 asyncio so one can write code that runs unmodified on both (aka "source code
 compatibility"). In other words: users can choose if they want asyncio or
 Twisted as a dependency.
 .
 This package contains the Python 3.x module.