python-greenlet 3.0.1-0ubuntu2 source package in Ubuntu

Changelog

python-greenlet (3.0.1-0ubuntu2) noble; urgency=medium

  * Fix build with armhf

 -- Gianfranco Costamagna <email address hidden>  Wed, 22 Nov 2023 08:26:39 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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.orig.tar.gz 165.0 KiB 13ba4f0085f7caa75e9995062683dc65b2819c93c714c96ac6362cb6fd8641b2
python-greenlet_3.0.1-0ubuntu2.debian.tar.xz 9.8 KiB 5104e75fe523eeff11cb690861feaf47e34aed550808603cf7f47da6c15f2e72
python-greenlet_3.0.1-0ubuntu2.dsc 2.3 KiB a0f56531a83d8c6e21664fdee05eea45045ac0f1df918c2ca84c60f65298e971

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