Name: | python3-greenlet |
---|---|
Version: | 1.1.2 |
Release: | 4.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 522690 |
License: | MIT |
RPM: | python3-greenlet-1.1.2-4.el9.aarch64.rpm |
Source RPM: | python-greenlet-1.1.2-4.el9.src.rpm |
Build Date: | Sun Oct 15 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/python-greenlet/greenlet |
Summary: | Lightweight in-process concurrent programming |
Description: | 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". Python 3 version. |
- Bump release for move of -devel subpackage to CRB Resolves: rhbz#2149497
- Add python-greenlet to RHEL-9 Resolves: rhbz#2084555
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688