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