python-anyio 4.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Julien Puydt <email address hidden>  Mon, 01 Apr 2024 16:47:26 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_4.3.0-1.dsc 2.4 KiB d2eaf77f68c36e7007d7558b7d5531990a6295492b5c5b01032c9bd20185a5b2
python-anyio_4.3.0.orig.tar.gz 150.7 KiB 795c49397862065e6650d6bc30d5ccfd4bc149f8a4f9fbdbe3d816b8aaf5fb21
python-anyio_4.3.0-1.debian.tar.xz 3.5 KiB 0a61acecd69cbbd92c81877bf75ff30e3eb57454b8ac6d80273f0cdabf282bec

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.