python-greenlet 0.4.2-1 source package in Ubuntu
Changelog
python-greenlet (0.4.2-1) unstable; urgency=low * New upstream release. * Drop non-zero-on-test-failed patch, upstream solved its function. * Drop python-support build dependency (closes: #701475). * Update Standards-Version to 3.9.5 . * Sync with Ubuntu, but don't enable python3-greenlet-dbg as it has no upstream build support. [ Michael Cree <email address hidden> ] * Support building on Alpha architecture (closes: #692185). [ Matthias Klose <email address hidden> ] * Build for ppc64le. [ James Page <email address hidden> ] * d/control,rules: Re-instate python3 support (closes: #725741). -- Laszlo Boszormenyi (GCS) <email address hidden> Sat, 01 Feb 2014 11:16:21 +0100
Upload details
- Uploaded by:
- Laszlo Boszormenyi
- Uploaded to:
- Sid
- Original maintainer:
- Laszlo Boszormenyi
- Architectures:
- any all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-greenlet_0.4.2-1.dsc | 2.1 KiB | f0f941e40fdbbde426084ada9453acb3d83613bcc5e444bd61d991baadf4f9d3 |
python-greenlet_0.4.2.orig.tar.gz | 50.7 KiB | 7685b9954f46ebb5af3fd72bb765808323e542dc85e76c35bebf59051fc0cd8e |
python-greenlet_0.4.2-1.debian.tar.xz | 5.4 KiB | 3f009833b269070420db05d5cf8058cc66f28a2477cafddd4c686faa30ea5d75 |
Available diffs
No changes file available.
Binary packages built by this source
- python-greenlet: Lightweight in-process concurrent programming
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.
- python-greenlet-dbg: Lightweight in-process concurrent programming - debugging symbols
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 debugging symbols for greenlet.
- 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.