python-trio 0.24.0-1ubuntu1 source package in Ubuntu

Changelog

python-trio (0.24.0-1ubuntu1) noble; urgency=medium

  * d/patches: In test_socket.py, handle PermissionError
    which may be thrown if setsockopt() is invoked
    with SO_BINDTODEVICE (LP: #2054772)

 -- Pushkar Kulkarni <email address hidden>  Tue, 27 Feb 2024 13:40:53 +0530

Upload details

Uploaded by:
Pushkar Kulkarni
Sponsored by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio_0.24.0.orig.tar.gz 578.8 KiB 42731f129ffcacb520ac4260af1fefda680026c3f4620d1431ddcb3fd7a894d1
python-trio_0.24.0-1ubuntu1.debian.tar.xz 6.0 KiB 78650f0a7d38fbe36fdef4db7c255d2bad4c76ea29b30f64f06a52cdecfa36dc
python-trio_0.24.0-1ubuntu1.dsc 2.6 KiB facd370e0dc13d745a07036cabcb5eb6b88bba766465f458ec9f265d4725d13d

View changes file

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.