python-txaio 2.10.0-2 source package in Ubuntu
Changelog
python-txaio (2.10.0-2) unstable; urgency=medium [ Ondřej Nový ] * Use debhelper-compat instead of debian/compat. [ Sandro Tosi ] * Drop python2 support; Closes: #938232 -- Sandro Tosi <email address hidden> Sat, 04 Jan 2020 22:06:13 -0500
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-txaio_2.10.0-2.dsc | 2.2 KiB | 22a0755f9042a5abcdf2940dca38465df8784108f73d04efb8213626865ae225 |
python-txaio_2.10.0.orig.tar.xz | 36.2 KiB | cd7a8a0cec8adcc6e7d1395198d2af214f2fea99d79b7dce71a0cd5630358b4c |
python-txaio_2.10.0-2.debian.tar.xz | 4.5 KiB | aa3c2458337dadb112314d320e10c26eb61c4620fec44825cf34b5d96f3969c3 |
Available diffs
- diff from 2.10.0-1 to 2.10.0-2 (1.3 KiB)
- diff from 2.10.0-1build1 (in Ubuntu) to 2.10.0-2 (1.4 KiB)
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.