python-trio 0.22.1-1 source package in Ubuntu

Changelog

python-trio (0.22.1-1) unstable; urgency=medium

  * Add debian/gbp.conf.
  * Set DPT as maintainer and Robie Basak and myself as uploaders, as approved
    by Robie.
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Use github.com in d/watch.
  * New upstream version 0.22.1
  * Bump Standards-Version to 4.6.2.
  * Remove X-Python3-Version field.
  * Use DPT salsa repository for Vcs-* fields.
  * Set Rules-Requires-Root: no.
  * Install testfiles using d/pybuild.testfiles.
  * Use included trio pytest plugin when running tests.
  * Skip network related tests at build-time.
  * Set PYBUILD_NAME.
  * Remove debhelper, netbase and pylint from Build-Depends, not required
    during build and tests.
  * Replace python3 with python3-all in Build-Depends.
  * Build using pybuild-plugin-pyproject.
  * Clean up artifacts in trio.egg-info to allow two builds in a row.
  * Enable upstream testsuite for autopkgtests.
  * Add upstream metadata.
  * Install README.rst.
  * Build and ship documentation in python-trio-doc package.

 -- Michael Fladischer <email address hidden>  Fri, 07 Jul 2023 06:37:33 +0000

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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio_0.22.1-1.dsc 2.1 KiB cf5c10fe04826b0a6dc3a9d50724442c5f74f01dd1ed488dfa8b86daa9ea1ad2
python-trio_0.22.1.orig.tar.gz 523.8 KiB ff57529734c65fc3915c56517bd0f828221e0d3b3260669e17e2fa9dc8f00167
python-trio_0.22.1-1.debian.tar.xz 4.8 KiB f8240a77ee011bc56ff3eebbdacb88d7409a3dd3ded56e14b9fb9d273db0029b

No changes file available.

Binary packages built by this source

python-trio-doc: Python async concurrency and I/O library (Documentation)

 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.
 .
 This package contains the documentation.

python3-trio: Python async concurrency and I/O library (Python3 version)

 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.
 .
 This package contains the Python 3 version of the library.