Compare commits
10 Commits
f6fc1a9020
...
b45369cb6d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b45369cb6d | ||
|
|
e498c60554 | ||
|
|
54f50443e8 | ||
|
|
49d2196cd8 | ||
|
|
cd941590df | ||
|
|
f394394f87 | ||
|
|
58691c8e1b | ||
|
|
1c800db020 | ||
|
|
f7af57f83d | ||
|
|
f276d9e5b8 |
Binary file not shown.
BIN
cycler-0.12.1.tar.gz
Normal file
BIN
cycler-0.12.1.tar.gz
Normal file
Binary file not shown.
@ -1,24 +1,21 @@
|
|||||||
Name: python-cycler
|
Name: python-cycler
|
||||||
Version: 0.10.0
|
Version: 0.12.1
|
||||||
Release: 2
|
Release: 1
|
||||||
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://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires:python2-devel python2-nose python2-six python3-devel python3-nose python3-six
|
BuildRequires: python3-devel
|
||||||
|
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}
|
||||||
@ -27,32 +24,30 @@ Summary: Composable cycles
|
|||||||
Composable cycles used by matplotlib.
|
Composable cycles used by matplotlib.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n cycler-%{version}
|
%autosetup -n cycler-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%pyproject_build
|
||||||
%py3_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%pyproject_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}/cycler.py
|
%{python3_sitelib}/*
|
||||||
%{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
|
||||||
|
|||||||
4
python-cycler.yaml
Normal file
4
python-cycler.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: matplotlib/cycler
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user