Sat, 01 Jun 2024 00:49:04 UTC | login

Information for build python-gear-0.11.0-5.fc29

ID47736
Package Namepython-gear
Version0.11.0
Release5.fc29
Epoch
SummaryPure Python Async Gear Protocol Library
Descriptionpython-gear implements an asynchronous event-driven interface to Gearman. It provides interfaces to build a client or worker, and access to the administrative protocol. The design approach is to keep it simple, with a relatively thin abstraction of the Gearman protocol itself. It should be easy to use to build a client or worker that operates either synchronously or asynchronously. The module also provides a simple Gearman server for use as a convenience in unit tests. The server is not designed for production use under load.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 04 Jul 2018 04:02:28 UTC
CompletedWed, 04 Jul 2018 04:02:28 UTC
Tags
f29
f30
RPMs
src
python-gear-0.11.0-5.fc29.src.rpm (info) (download)
noarch
python2-gear-0.11.0-5.fc29.noarch.rpm (info) (download)
python3-gear-0.11.0-5.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-5 - Rebuilt for Python 3.7 * Fri Apr 06 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.11.0-4 - Package the executable in python3 package * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.11.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Dec 29 2017 Tristan Cacqueray <tdecacqu@redhat.com> - 0.11.0-1 - Update version (#1529648) - Add python3 package * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.9-7 - Python 2 binary package renamed to python2-gear See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Sep 22 2016 Fabien Boucher <fboucher@redhat.com> - 0.5.9-4 - Fix bogus release version inconsistency * Thu Sep 22 2016 Fabien Boucher <fboucher@redhat.com> - 0.5.9-3 - Remove useless dependencies to python-argparse * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.9-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Feb 16 2016 Paul Belanger <pabelanger@redhat.com> - 0.5.9-1 - New upstream 0.5.9 (#1304141) - Update spec to latest python packaging guidelines - Enable unit testing * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jun 22 2015 Fabien Boucher <fboucher@redhat.com> - 0.5.8-1 - Bump gear source to version 0.5.8 - Add python-pbr as dependency as demo geard needs it * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri May 29 2015 Fabien Boucher <fboucher@redhat.com> - 0.5.7-1 - Bump gear source to version 0.5.7 - Remove dist version in changelog - Fix license handling * Thu Apr 23 2015 Fabien Boucher <fboucher@redhat.com> - 0.5.6-0 - Initial packaging