aiotask-context 0.6.1-2 source package in Ubuntu

Changelog

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

  * Source-only upload to allow package to migrate to testing.

 -- Edward Betts <edward@4angle.com>  Tue, 16 Aug 2022 12:28:27 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiotask-context_0.6.1-2.dsc 2.2 KiB dd7706383e62c4d21f375eaa819be895caac5fd575ec843e6122a3bf6c00ca76
aiotask-context_0.6.1.orig.tar.gz 8.3 KiB 97007044b50c495dbcaeb59c1186301c8a214f66377ed7f8b4994c52540e4d87
aiotask-context_0.6.1-2.debian.tar.xz 2.2 KiB 3334606556deb4ff2e9064eef63f7eddce09b6fc252a84ea79e7ea72d49858e9

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.