python-greenlet 2.0.1-1 source package in Ubuntu

Changelog

python-greenlet (2.0.1-1) unstable; urgency=low

  * New upstream release.
   + Add Build-Depends on python3-psutil.

 -- Jelmer Vernooij <email address hidden>  Mon, 05 Dec 2022 19:36:08 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-greenlet_2.0.1-1.dsc 2.2 KiB 3e20d1035aad84bd5dca8af1c29c23553da3693e555d3ef6cb982386608f3580
python-greenlet_2.0.1.orig.tar.gz 151.0 KiB 7bf5212e50b41abdc3cdd8027fd37de67e145dc3e7eaf7e5ed7fd8d80c12d223
python-greenlet_2.0.1-1.debian.tar.xz 9.4 KiB 195d39c7507825fc2f154e4a5bfd84c1c23a2eddfc7364ab4dc228b114b0de99

Available diffs

No changes file available.

Binary packages built by this source

python-greenlet-dev: Lightweight in-process concurrent programming - development files

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the development package for greenlet.

python-greenlet-doc: Lightweight in-process concurrent programming - documentation

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.
 .
 This is the documentation for greenlet.

python3-greenlet: Lightweight in-process concurrent programming (python3)

 The greenlet package is a spin-off of Stackless, a version of CPython that
 supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
 (typically in a single or a few OS-level threads) and are synchronized with
 data exchanges on "channels".
 .
 greenlet is the standalone package derived from the py lib, and is used by
 several non-blocking IO packages as a more flexible alternative to Python's
 built in coroutines.

python3-greenlet-dbgsym: debug symbols for python3-greenlet