python-anyio 3.6.2-1 source package in Ubuntu

Changelog

python-anyio (3.6.2-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <email address hidden>  Fri, 28 Oct 2022 00:51:04 +0200

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_3.6.2-1.dsc 2.3 KiB f03489a244ab2f30a399c74541dae35618b57210d2bc03c34f214fb554fc37a4
python-anyio_3.6.2.orig.tar.gz 132.0 KiB befe8a0e100f6a92ad1b15a6e4adc86bb5f1e055f09b125090300ade5b33534d
python-anyio_3.6.2-1.debian.tar.xz 3.4 KiB e89e0e29f408b329e58f6fe05955c711b5c18e62a863d897d953ba8e66505773

Available diffs

No changes file available.

Binary packages built by this source

python3-anyio: Asynchronous compatibility layer (Python 3)

 This module provides a bridge to run the same sources unmodified
 on asyncio, curio and trio.
 .
 It bridges the following features:
  - task groups
  - cancellation
  - threads
  - signal handling
  - asynchronous file operations
  - subprocesses
  - inter-task synchronization and communication
  - high-level networking
 .
 This package installs the library for Python 3.