python-anyio 4.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Julien Puydt <email address hidden>  Tue, 12 Dec 2023 09:28:21 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_4.1.0-1.dsc 2.4 KiB 03cc6536d6d068c5da40f1b2560dd663915fe19950959660c43dfb21344aa0b8
python-anyio_4.1.0.orig.tar.gz 147.0 KiB d68f2487c5413157df985f5c3018f4e742f492cb1faab3e1917431cc80eaaab4
python-anyio_4.1.0-1.debian.tar.xz 3.4 KiB f95bf2dcf7b84ef8cb85fd734a88ae2eb8857e0767b05b19ccd37e76e57f412b

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.