Bug 1008058

Summary: Review Request: python-munkres - Munkres algorithm for Python
Product: [Fedora] Fedora Reporter: Ian Weller <ian>
Component: Package ReviewAssignee: Christopher Meng <i>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: ian, i, mail
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-27 03:58:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ian Weller 2013-09-14 03:40:03 UTC
Spec URL: http://ianweller.fedorapeople.org/SRPMS/python-munkres/1.0.5.4-1/python-munkres.spec
SRPM URL: http://ianweller.fedorapeople.org/SRPMS/python-munkres/1.0.5.4-1/python-munkres-1.0.5.4-1.fc18.src.rpm
Fedora Account System Username: ianweller

Description:
The 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.

Comment 1 Christopher Meng 2013-09-16 03:12:56 UTC
1. missing python-setuptools

2. %{__python} and related similar macro(like %{python_sitelib}) should be replaced by %{__python2} and so on, append 2 to the end.

APPROVED. FIX ISSUES BEFORE SCM IMPORT.

Comment 2 Christopher Meng 2013-11-03 14:44:53 UTC
You forgot this one.

Comment 3 Christopher Meng 2013-11-12 14:36:42 UTC
ping after a week.

Comment 4 Christopher Meng 2014-01-23 07:15:00 UTC
ping after 2 months.

Comment 5 Ian Weller 2014-10-06 15:11:29 UTC
Apparently CLOSED NOTABUG doesn't clear needinfo.

Comment 6 Fabian Affolter 2015-03-15 22:55:48 UTC

*** This bug has been marked as a duplicate of bug 1202146 ***