Bug 1008058 - Review Request: python-munkres - Munkres algorithm for Python
Summary: Review Request: python-munkres - Munkres algorithm for Python
Keywords:
Status: CLOSED DUPLICATE of bug 1202146
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-14 03:40 UTC by Ian Weller
Modified: 2015-03-15 22:55 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-27 03:58:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.