Mon, 03 Jun 2024 12:41:27 UTC | login

Information for build python-gevent-20.6.1-2.fc33

ID180738
Package Namepython-gevent
Version20.6.1
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-gevent.git#444b6c612a235f9c8b230f80e64af7419b40ae62
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
StartedThu, 09 Jun 2022 14:54:43 UTC
CompletedThu, 09 Jun 2022 17:18:25 UTC
Taskbuild (f33, /rpms/python-gevent.git:444b6c612a235f9c8b230f80e64af7419b40ae62)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-gevent.git#444b6c612a235f9c8b230f80e64af7419b40ae62'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 20.6.1-1 - new upstream release 20.6.1 * Sat Jun 06 2020 Orion Poplawski <orion@nwra.com> - 20.6.0-1 - Update to 20.6.0 (bz#1840109) - Resolve Python 3.9 issue (bz#1838696) - Only remove Cython generated .c files - Add BR on libuv-devel - Use updated build variables - Run tests, but do not fail on them for now * Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 20.5.0-2 - Rebuilt for Python 3.9 * Sun May 17 2020 Dan Callaghan <djc@djc.id.au> - 20.5.0-1 - new upstream release 20.5.0: https://github.com/gevent/gevent/blob/20.5.0/CHANGES.rst * 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