From e7495ffaf54754b2d170747996105574713c6e79 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 18 Jul 2022 14:32:15 +0200 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/python-munkres.spec | 145 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/python-munkres.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/python-munkres.spec b/SPECS/python-munkres.spec new file mode 100644 index 0000000..e6a8b01 --- /dev/null +++ b/SPECS/python-munkres.spec @@ -0,0 +1,145 @@ +%global srcname munkres + +Name: python-%{srcname} +Version: 1.1.2 +Release: 12%{?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 +* Mon Jun 13 2022 Python Maint - 1.1.2-12 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.1.2-9 +- Rebuilt for Python 3.10 + +* Sun May 16 2021 Parag Nemade - 1.1.2-8 +- License corrected to ASL 2.0 +- See upstream commit 4bdf076 and release 1.0.7 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 1.1.2-5 +- Rebuilt for Python 3.9 + +* Thu Oct 03 2019 Miro Hrončok - 1.1.2-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.2-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 01 2019 Fabian Affolter - 1.1.2-1 +- Update to latest upstream release 1.1.2 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.12-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 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 - 1.0.12-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.0.12-6 +- Rebuilt for Python 3.7 + +* Tue Jun 19 2018 Miro Hrončok - 1.0.12-5 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 25 2018 Iryna Shcherbina - 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 - 1.0.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jun 29 2017 Fabian Affolter - 1.0.12-1 +- Update to latest upstream release 1.0.12 + +* Sat Feb 11 2017 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.0.8-2 +- Rebuild for Python 3.6 + +* Tue Nov 15 2016 Fabian Affolter - 1.0.8-1 +- Update to latest upstream release 1.0.8 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.0.7-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Mar 15 2015 Fabian Affolter - 1.0.7-1 +- Update spec file +- Update to latest upstream release 1.0.7 + +* Fri Sep 13 2013 Ian Weller - 1.0.5.4-1 +- Initial package build