python-sniffio 1.1.0-1 source package in Ubuntu

Changelog

python-sniffio (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Drop hacks to build with >= Python 3.7 as it is now default:
    - d/control: straightforward Build-Depends on python3 and Depends on
      ${python3:Depends} instead of manual specification.
    - d/rules: drop custom PYBUILD_INTERPRETERS and PYBUILD_VERSIONS.
    - Drop lintian overrides no longer necessary.
    - Updating d/README.source makes it empty, so remove it.
  * Skip curio test as it is not packaged in Debian so cannot be performed as
    part of the package build.

 -- Robie Basak <email address hidden>  Sun, 23 Feb 2020 16:23:02 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Sid
Original maintainer:
Robie Basak
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sniffio_1.1.0-1.dsc 1.8 KiB 2d26af0fa1d0b6dfce81bd91dfbb2f05761d41eaccc909feaf6861692fa107d9
python-sniffio_1.1.0.orig.tar.gz 14.9 KiB 8e3810100f69fe0edd463d02ad407112542a11ffdc29f67db2bf3771afb87a21
python-sniffio_1.1.0-1.debian.tar.xz 2.6 KiB 2051d54213209aa32d3dfd98eb5613deccf82696f7f29183f9eb34aadf029117

No changes file available.

Binary packages built by this source

python3-sniffio: detect which async Python library is in use

 Python libraries that support multiple async packages (like Trio, asyncio,
 etc) need to know which is in use. This library provides this information.