Wed, 29 May 2024 07:02:06 UTC | login

Information for build python-munkres-1.1.2-4.fc32

ID131057
Package Namepython-munkres
Version1.1.2
Release4.fc32
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
StartedTue, 03 Dec 2019 08:57:57 UTC
CompletedTue, 03 Dec 2019 08:57:57 UTC
Tags
f32
f33
RPMs
src
python-munkres-1.1.2-4.fc32.src.rpm (info) (download)
noarch
python3-munkres-1.1.2-4.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 01 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.1.2-1 - Update to latest upstream release 1.1.2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.12-8 - Subpackage python2-munkres has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.12-6 - Rebuilt for Python 3.7 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.12-5 - Rebuilt for Python 3.7 * 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)