diff --git a/.python-cycler.metadata b/.python-cycler.metadata new file mode 100644 index 0000000..085270d --- /dev/null +++ b/.python-cycler.metadata @@ -0,0 +1 @@ +c7591a281ddd0a30c542d04ea8ff671f1dc5503f SOURCES/cycler-0.10.0.tar.gz diff --git a/SPECS/python-cycler.spec b/SPECS/python-cycler.spec new file mode 100644 index 0000000..2130ebd --- /dev/null +++ b/SPECS/python-cycler.spec @@ -0,0 +1,123 @@ +%global srcname cycler +%global sum Cycle through lists in various ways (used by matplotlib) +%global desc General purpose library used by matplotlib to cycle through lists for colors,\ +marker styles, etc + +Name: python-%{srcname} +Version: 0.10.0 +Release: 17%{?dist} +Summary: %{sum} + +License: BSD +Source0: https://github.com/matplotlib/cycler/archive/v%{version}/%{name}-%{version}.tar.gz#/%{srcname}-%{version}.tar.gz +URL: https://github.com/matplotlib/cycler.git + +BuildArch: noarch + +%description +%{desc} + +%package -n python3-%{srcname} +Summary: %{sum} +Requires: python3-six +BuildRequires: python3-devel +BuildRequires: python3-six +BuildRequires: python3-setuptools +BuildRequires: python3-nose + +%{?python_provide:%python_provide python3-%{srcname}} + +%description -n python3-%{srcname} +%{desc} + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +%{__python3} setup.py test + +%files -n python3-%{srcname} +%doc README.rst +%license LICENSE +%{python3_sitelib}/%{srcname}.py +%{python3_sitelib}/__pycache__/%{srcname}.*.pyc +%{python3_sitelib}/%{srcname}-*.egg-info/ + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.10.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.10.0-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 0.10.0-15 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.10.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 24 2019 Miro Hrončok - 0.10.0-13 +- Subpackage python2-cycler has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Thu Oct 03 2019 Miro Hrončok - 0.10.0-12 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sun Aug 18 2019 Miro Hrončok - 0.10.0-11 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.10.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.10.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.10.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.10.0-7 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 16 2018 Iryna Shcherbina - 0.10.0-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Jul 27 2017 Fedora Release Engineering - 0.10.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Dec 13 2016 Stratakis Charalampos - 0.10.0-2 +- Rebuild for Python 3.6 + +* Mon Aug 29 2016 Neal Becker - 0.10.0-1 +- Update to 0.10.0 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.9.0-8 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.9.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Sun Nov 15 2015 Neal Becker - 0.9.0-6 +- Add BR python-nose + +* Sun Nov 15 2015 Neal Becker - 0.9.0-5 +- rebuild for py3.5 + +* Fri Nov 6 2015 Neal Becker - 0.9.0-3 +- fix license + +* Fri Oct 30 2015 Neal Becker - 0.9.0-1 +- init +