Thu, 23 Jan 2025 11:48:15 CST | login

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

ID16645
Package Namepython-munkres
Version1.1.4
Release2.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-munkres.git?.#032acfc0d0c1960fe0ebd474809c5105cff54cde
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, 17 Aug 2024 10:22:22 CST
CompletedSat, 17 Aug 2024 10:24:21 CST
Taskbuild (dist-ocs23, /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
dist-ocs23-base
RPMs
src
python-munkres-1.1.4-2.ocs23.src.rpm (info) (download)
noarch
python3-munkres-1.1.4-2.ocs23.noarch.rpm (info) (download)
Logs
noarch
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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