aiotask-context 0.6.1-3 source package in Ubuntu

Changelog

aiotask-context (0.6.1-3) unstable; urgency=medium

  * Disable test suite, it needs updating for Python 3.11. (Closes: #1024854)

 -- Edward Betts <edward@4angle.com>  Fri, 09 Dec 2022 04:09:47 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiotask-context_0.6.1-3.dsc 2.0 KiB 9a102d3d0e5ab031a682318aa123d97680e73a5bcfec167947af382c6fbfc34b
aiotask-context_0.6.1.orig.tar.gz 8.3 KiB 97007044b50c495dbcaeb59c1186301c8a214f66377ed7f8b4994c52540e4d87
aiotask-context_0.6.1-3.debian.tar.xz 2.1 KiB 80f5674f4a511b5ee76333b6152d7ca41a24c52a53c4827d5b45473a20c3fe32

Available diffs

No changes file available.

Binary packages built by this source

python3-aiotask-context: Store context information inside the asyncio.Task object

 This library is used to pass information between coroutine calls without the
 need to do it explicitly using the called coroutine args.
 .
 Supports both asyncio and uvloop loops.