python-anyio 3.5.0-2ubuntu1 source package in Ubuntu

Changelog

python-anyio (3.5.0-2ubuntu1) jammy; urgency=medium

  * Ignore some new tests failing also locally, specially ipv6 ones

 -- Gianfranco Costamagna <email address hidden>  Sat, 05 Mar 2022 13:56:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

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-2ubuntu1.debian.tar.xz 5.0 KiB 0d33beeb0762e8ba98b1b025b13da6322a2c9ed2cac023e03c26f7e4821a0907
python-anyio_3.5.0-2ubuntu1.dsc 2.3 KiB 32b8aa355b5483c6d9226f8963e8e67e2226dce643de66f7adc7c9ae1dce4599

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.