python-greenlet 3.3.2-ok1 source package in openKylin

Changelog

python-greenlet (3.3.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 20:47:07 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-greenlet_3.3.2.orig.tar.gz 178.1 KiB 8fef0771bcf3bb4edb19fb6e997e127caa1ed4691b242080f1756ab1d1337d59
python-greenlet_3.3.2-ok1.debian.tar.xz 7.9 KiB 9c3fbc3a08d1435d0d0683808ef6e87e19013a1462d7959d95c52df085cb032c
python-greenlet_3.3.2-ok1.dsc 2.1 KiB f1789e67004d06c9afe3637bebf13444bb014675202883b9b0c8cde9a2193816

Available diffs

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