Compare commits
No commits in common. "b45369cb6d3b2075b8d454584532c01346434550" and "f6fc1a9020ebe210194605f93679a0109a313620" have entirely different histories.
b45369cb6d
...
f6fc1a9020
BIN
cycler-0.10.0.tar.gz
Normal file
BIN
cycler-0.10.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,21 +1,24 @@
|
|||||||
Name: python-cycler
|
Name: python-cycler
|
||||||
Version: 0.12.1
|
Version: 0.10.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Composable cycles
|
Summary: Composable cycles
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/matplotlib/cycler.git
|
URL: https://github.com/matplotlib/cycler.git
|
||||||
Source0: https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
|
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires:python2-devel python2-nose python2-six python3-devel python3-nose python3-six
|
||||||
BuildRequires: python3-six
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
BuildRequires: python3-flit
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Composable cycles used by matplotlib.
|
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
|
%package -n python3-cycler
|
||||||
Summary: Composable cycles
|
Summary: Composable cycles
|
||||||
%{?python_provide:%python_provide python3-cycler}
|
%{?python_provide:%python_provide python3-cycler}
|
||||||
@ -24,30 +27,32 @@ Summary: Composable cycles
|
|||||||
Composable cycles used by matplotlib.
|
Composable cycles used by matplotlib.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n cycler-%{version} -p1
|
%autosetup -n cycler-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%py2_build
|
||||||
|
%py3_build
|
||||||
|
|
||||||
%install
|
%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
|
%files -n python3-cycler
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/cycler.py
|
||||||
|
%{python3_sitelib}/__pycache__/
|
||||||
|
%{python3_sitelib}/cycler-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: matplotlib/cycler
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user