Mon, 03 Jun 2024 13:14:47 UTC | login

Information for build python-gevent-1.5-0.2.a3.fc33

ID153018
Package Namepython-gevent
Version1.5
Release0.2.a3.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-gevent.git#5c5f0b81692945644355cd3c40349658f60f33e9
SummaryA coroutine-based Python networking library
Descriptiongevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. Features include: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * monkey patching utility to get pure Python modules to cooperate
Built bydavidlt
State failed
Volume DEFAULT
StartedSun, 10 May 2020 18:09:07 UTC
CompletedSun, 10 May 2020 18:09:45 UTC
Taskbuild (f33, /rpms/python-gevent.git:5c5f0b81692945644355cd3c40349658f60f33e9)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-gevent.git#5c5f0b81692945644355cd3c40349658f60f33e9'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-0.2.a3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 08 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.5-0.1.a3 - Update to 1.5a3 (#1705661) * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-7 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-6 - Rebuilt for Python 3.8 * Mon Aug 12 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-5 - Subpackage python2-gevent has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jun 11 2019 Victor Stinner <vstinner@redhat.com> - 1.3.6-3 - Add Python 3.8 support, backport upstream change to use CodeType.replace() if available (rhbz#1716342) * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Sep 17 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.6-1 - Upstream bug fix release 1.3.6: http://www.gevent.org/changelog.html * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.4-2 - Rebuilt for Python 3.7 * Tue Jun 26 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.4-1 - Update to 1.3.4 (RHBZ#1593266) * Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.3-2 - Rebuilt for Python 3.7 * Wed Jun 13 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.3-1 - Update to 1.3.3 (RHBZ#1589102) * Mon Jun 04 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.2-1 - Update to 1.3.2 (RHBZ#1583647) * Tue May 29 2018 Dan Callaghan <dcallagh@redhat.com> - 1.3.1-1 - Update to 1.3.1 (RHBZ#1552352) http://www.gevent.org/whatsnew_1_3.html