python-anyio 3.5.0-3ubuntu2 source package in Ubuntu

Changelog

python-anyio (3.5.0-3ubuntu2) jammy; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Ignore getaddrinfo test failing also locally, requiring internet
      connection (See: #1006816)

 -- Gianfranco Costamagna <email address hidden>  Sat, 19 Mar 2022 18:15:15 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_3.5.0.orig.tar.gz 128.7 KiB 55a37ea9eb2092d435af148b42a10005ee62ec7eb7d7a12d73c88e2b8aca5e38
python-anyio_3.5.0-3ubuntu2.debian.tar.xz 5.1 KiB 27b3a32f9b8adb5821d7c50755a98be21e41ea86499642744f4201ce965e3ca8
python-anyio_3.5.0-3ubuntu2.dsc 2.3 KiB 8d38894907661e5f634313eb7a599dd127f84b5e0b3d531e2c73c1b78697c090

View changes file

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.