python-txaio 23.1.1-3 source package in Ubuntu

Changelog

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

  * Removed dependency on python3-six (Closes: #1060114).

 -- Thomas Goirand <email address hidden>  Thu, 11 Jan 2024 10:42:48 +0100

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-txaio_23.1.1-3.dsc 2.4 KiB 097cf22745dbb971970e3eada2add96651c952bf13d2f506088c79937089108a
python-txaio_23.1.1.orig.tar.xz 43.3 KiB a4c10a0e73f914fd073d8e31e0fb14a18b9295f15e603b5d9c5dbe5d9a0ed9ad
python-txaio_23.1.1-3.debian.tar.xz 4.6 KiB ad2843ccbfa6043cefd828d69bb5d3b64fd2ffd50dd8e240db6708ad87115414

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.