Compare commits

..

No commits in common. "b45369cb6d3b2075b8d454584532c01346434550" and "f6fc1a9020ebe210194605f93679a0109a313620" have entirely different histories.

4 changed files with 33 additions and 32 deletions

BIN
cycler-0.10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,21 +1,24 @@
Name: python-cycler
Version: 0.12.1
Release: 1
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
BuildArch: noarch
Name: python-cycler
Version: 0.10.0
Release: 2
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
BuildRequires:python2-devel python2-nose python2-six python3-devel python3-nose python3-six
%description
Composable cycles used by matplotlib.
%package -n python2-cycler
Summary: Composable cycles
%{?python_provide:%python_provide python2-cycler}
%description -n python2-cycler
Composable cycles used by matplotlib.
%package -n python3-cycler
Summary: Composable cycles
%{?python_provide:%python_provide python3-cycler}
@ -24,30 +27,32 @@ Summary: Composable cycles
Composable cycles used by matplotlib.
%prep
%autosetup -n cycler-%{version} -p1
%autosetup -n cycler-%{version}
%build
%pyproject_build
%py2_build
%py3_build
%install
%pyproject_install
%py2_install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python2_sitelib} %{__python2} run_tests.py
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%files -n python2-cycler
%license LICENSE
%doc README.rst
%{python2_sitelib}/*
%files -n python3-cycler
%license LICENSE
%doc README.rst
%{python3_sitelib}/*
%{python3_sitelib}/cycler.py
%{python3_sitelib}/__pycache__/
%{python3_sitelib}/cycler-*.egg-info/
%changelog
* Thu Nov 30 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.12.1-1
- Upgrade package to version 0.12.1
* Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 0.11.0-1
- Update to 0.11.0
* Wed Jan 5 2022 liyanan <liyanan32@huawei.com> - 0.10.0-4
- Drop the python-nose dependency
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
- remove python2
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2
- Package init

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: matplotlib/cycler
tag_prefix: ^v
seperator: .