import CS python-munkres-1.1.2-11.el9
This commit is contained in:
commit
e4a38e4567
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/munkres-1.1.2.tar.gz
|
1
.python-munkres.metadata
Normal file
1
.python-munkres.metadata
Normal file
@ -0,0 +1 @@
|
||||
ce0bfedbc8495db48a7f31b929225fcd14145310 SOURCES/munkres-1.1.2.tar.gz
|
144
SPECS/python-munkres.spec
Normal file
144
SPECS/python-munkres.spec
Normal file
@ -0,0 +1,144 @@
|
||||
%global srcname munkres
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1.2
|
||||
Release: 11%{?dist}
|
||||
Summary: A Munkres algorithm for Python
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://software.clapper.org/munkres/
|
||||
Source0: https://github.com/bmc/munkres/archive/release-%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
|
||||
Buildarch: noarch
|
||||
|
||||
%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.
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
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.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-release-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.md
|
||||
%{python3_sitelib}/%{srcname}.py*
|
||||
%{python3_sitelib}/%{srcname}*.egg-info
|
||||
%{python3_sitelib}/__pycache__/%{srcname}*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-11
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue May 25 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-10
|
||||
- Resolves: rhbz#1960905 : License corrected to ASL 2.0
|
||||
|
||||
* Mon May 17 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.1.2-9
|
||||
- Resolves: rhbz#1960905 : License corrected to ASL 2.0
|
||||
- See upstream commit 4bdf076 and release 1.0.7
|
||||
- Added CI tests
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-8
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-5
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.2-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sat Jun 01 2019 Fabian Affolter <mail@fabian-affolter.ch> - 1.1.2-1
|
||||
- Update to latest upstream release 1.1.2
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.12-8
|
||||
- Subpackage python2-munkres has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.12-6
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.12-5
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.12-3
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu Jun 29 2017 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.12-1
|
||||
- Update to latest upstream release 1.0.12
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.0.8-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Tue Nov 15 2016 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.8-1
|
||||
- Update to latest upstream release 1.0.8
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-5
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Mar 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 1.0.7-1
|
||||
- Update spec file
|
||||
- Update to latest upstream release 1.0.7
|
||||
|
||||
* Fri Sep 13 2013 Ian Weller <iweller@redhat.com> - 1.0.5.4-1
|
||||
- Initial package build
|
Loading…
Reference in New Issue
Block a user