python-greenlet 2.0.2-1 source package in Ubuntu

Changelog

python-greenlet (2.0.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove 3 obsolete maintscript entries in 3 files.
  * Set upstream metadata fields: Contact, Name, Repository-Browse.

  [ Sandro Tosi ]
  * New upstream release

 -- Sandro Tosi <email address hidden>  Sun, 26 Feb 2023 01:15:24 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Downloads

File Size SHA-256 Checksum
python-greenlet_2.0.2-1.dsc 2.2 KiB 06e6e8f1cdf86b95845fbd64fd04dfa1da1eb08d0dfffddaf6520f4043b1adec
python-greenlet_2.0.2.orig.tar.xz 128.0 KiB 71dc57f49b6b44310c071942dfba8359786785f6ce1223aa393eea9e972678aa
python-greenlet_2.0.2-1.debian.tar.xz 9.5 KiB aadb92cbae6b8910f01b2c35212434e788b483013d9f587b08b801482c7ac47d

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