python-greenlet 3.0.1-2 source package in Ubuntu

Changelog

python-greenlet (3.0.1-2) unstable; urgency=medium

  [ James McCoy ]
  * Set Rules-Requires-Root: no

  [ Stefano Rivera ]
  * Team upload.
  * Patch: Fix tests on 32-bit ARM, fixing FTBFS.

 -- Stefano Rivera <email address hidden>  Tue, 05 Dec 2023 19:07:04 -0400

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

Downloads

File Size SHA-256 Checksum
python-greenlet_3.0.1-2.dsc 1.7 KiB cd582cac10636391132f15b3c02c1bb5bd29175dbe823e8cd904974603be3c5d
python-greenlet_3.0.1.orig.tar.gz 165.0 KiB 13ba4f0085f7caa75e9995062683dc65b2819c93c714c96ac6362cb6fd8641b2
python-greenlet_3.0.1-2.debian.tar.xz 10.2 KiB b6208ff59918271982ed6d96b8351e4c0da4dc661ed235bc400951e7fbb204ff

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