Wed, 29 May 2024 07:12:14 UTC | login

Information for build python-munkres-1.0.12-4.fc28

ID38014
Package Namepython-munkres
Version1.0.12
Release4.fc28
Epoch
SummaryA Munkres algorithm for Python
DescriptionThe Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithm models an assignment problem as an NxM cost matrix, where each element represents the cost of assigning the ith worker to the jth job, and it figures out the least-cost solution, choosing a single item from each row and column in the matrix, such that no row and no column are used more than once.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 18:13:05 UTC
CompletedThu, 07 Jun 2018 18:13:05 UTC
Tags
f29
RPMs
src
python-munkres-1.0.12-4.fc28.src.rpm (info) (download)
noarch
python2-munkres-1.0.12-4.fc28.noarch.rpm (info) (download)
python3-munkres-1.0.12-4.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.12-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 29 2017 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.12-1 - Update to latest upstream release 1.0.12 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.0.8-2 - Rebuild for Python 3.6 * Tue Nov 15 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.8-1 - Update to latest upstream release 1.0.8 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.7-1 - Update spec file - Update to latest upstream release 1.0.7 * Fri Sep 13 2013 Ian Weller <iweller@redhat.com> - 1.0.5.4-1 - Initial package build