Thu, 09 Apr 2026 07:01:02 CST | login

Information for build python-munkres-1.1.2-3.oc9

ID15487
Package Namepython-munkres
Version1.1.2
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/python-munkres.git?.#7a9cec32e9dcebf8b872ad90d03b7fe3fb277070
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 bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 21:01:14 CST
CompletedMon, 18 Sep 2023 21:03:20 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/python-munkres.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/python-munkres.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
python-munkres-1.1.2-3.oc9.src.rpm (info) (download)
noarch
python3-munkres-1.1.2-3.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.2-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.2-2 - Rebuilt for OpenCloudOS Stream 23 * Tue Jan 31 2023 Shuo Wang <abushwang@tencent.com> - 1.1.2-1 - initial build