python-anyio 4.2.0-1 source package in Ubuntu

Changelog

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

  * Add missing depends on python3-exceptiongroup.
  * New upstream release.
  * Make build-clean-build work.

 -- Julien Puydt <email address hidden>  Thu, 18 Jan 2024 19:03:16 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_4.2.0-1.dsc 2.4 KiB a81746164f626cee246f0aa062b8327b27346f0373b9c988b79c8cd32c7b4181
python-anyio_4.2.0.orig.tar.gz 149.9 KiB 64e2b1158ace6fee6c990ab78ee79707c0dea3f7f833a9541cd6ad056802ff87
python-anyio_4.2.0-1.debian.tar.xz 3.5 KiB 848761de46b5b77f05826859f8faab035ce9f5339102860e42d2f0b15f9d7e88

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.