python-anyio 3.7.0-1 source package in Ubuntu

Changelog

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

  * Fix patch metadata.
  * Bump standards-version to 4.6.2.
  * New upstream release.

 -- Julien Puydt <email address hidden>  Sun, 25 Jun 2023 06:55:12 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_3.7.0-1.dsc 2.4 KiB 3a6e03131c257fcbc75a0e9901119a71b2693d18b9a46951624ddf0957b0f736
python-anyio_3.7.0.orig.tar.gz 134.5 KiB 2f8c7bede49fa8344a96feee63de52fb9b02881dc3137cd4b5cc770d5cc4b436
python-anyio_3.7.0-1.debian.tar.xz 3.4 KiB 0a86efaa5519f69c412dda154c9a43ffb4b227a1bd4d0d0eaa1743bf8809d58c

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.