Sun, 05 Jan 2025 15:06:47 CST | login

Information for build python-munkres-1.1.4-3.ocs23

ID22138
Package Namepython-munkres
Version1.1.4
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-munkres.git?.#9e45dc8935bffe0f70561ffb1f61bbdaea79792f
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 28 Sep 2024 21:37:12 CST
CompletedSat, 28 Sep 2024 21:44:18 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/python-munkres.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-munkres.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
python-munkres-1.1.4-3.ocs23.src.rpm (info) (download)
noarch
python3-munkres-1.1.4-3.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.4-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.4-2 - Rebuilt for loongarch release * Thu Sep 21 2023 cunshunxia <cunshunxia@tencent.com> - 1.1.4-1 - upgrade to 1.1.4 * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.2-5 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.1.2-4 - Rebuilt for OpenCloudOS Stream 23.09 * 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