python-greenlet 1.1.2-1 source package in Ubuntu

Changelog

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

  [ Robin Jarry ]
  * New upstream version 1.1.2
  * Fix packaging with version 1.1.2
  * Fix version unit tests
  * Use debhelper-compat version 13
  * Use Standards-Version 4.6.0.1
  * Use sphinxdoc debhelper sequence

 -- Thomas Goirand <email address hidden>  Thu, 11 Nov 2021 10:10:51 +0100

Upload details

Uploaded by:
Thomas Goirand
Sponsored by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-greenlet_1.1.2.orig.tar.gz 84.3 KiB 457d49479124fc7f539e2a084c056c563b171f77b8444ea37fcc2f6df637ab19
python-greenlet_1.1.2-1.debian.tar.xz 7.0 KiB d39724a42422e3ac6bdbea82f0244c49aabcd7afe2a3f2fae77a6ad01a87e08d
python-greenlet_1.1.2-1.dsc 2.2 KiB 84470852a7034a4d79a79d55a03cafd71a81256baca4eed8964d57e94ec203fe

View changes file

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