Wed, 19 Jun 2024 23:32:57 UTC | login

Information for build python-workerpool-0.9.2-20.fc29

ID58454
Package Namepython-workerpool
Version0.9.2
Release20.fc29
Epoch
SummaryMultithreaded job distribution module
DescriptionThe workerpool module for python is a simple framework for easily distributing jobs into multiple worker threads. Examples of usage can be found in the unit tests and the samples provided. This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: * Jobs - single units of work that need to be performed. * Workers - workers grab jobs from a queue and run them. * Worker pool - keeps track of workers and the job queue.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 10:40:45 UTC
CompletedThu, 19 Jul 2018 10:40:45 UTC
Tags
f29
f30
RPMs
src
python-workerpool-0.9.2-20.fc29.src.rpm (info) (download)
noarch
python2-workerpool-0.9.2-20.fc29.noarch.rpm (info) (download)
python3-workerpool-0.9.2-20.fc29.noarch.rpm (info) (download)
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.2-19 - Rebuilt for Python 3.7 * Wed Feb 28 2018 Miro Hrončok <mhroncok@redhat.com> - 0.9.2-18 - Avoid using ambiguous python, use python2 explicitly * Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9.2-17 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.9.2-13 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-12 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages