python-anyio 3.6.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Bump standards-version to 4.6.1.
  * Refresh patches.
  * Don't run upstream test suite at build-time, but
  make autopkgtest work.

 -- Julien Puydt <email address hidden>  Fri, 20 May 2022 08:53:08 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-anyio_3.6.1-1.dsc 2.3 KiB 5db91ebdfc340684b7e649b17fa85231451bcbd169a60472d448b4f6dfce8100
python-anyio_3.6.1.orig.tar.gz 131.9 KiB 8e09cf634e7877741fa760b93fb46c352f888d7d3b5a8c9f2d60ca1031f03e42
python-anyio_3.6.1-1.debian.tar.xz 3.3 KiB c9b8a34b061518df08ec540ca8f2cda72ed55f64ea3172895196f8db162d6547

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.