Compare commits
No commits in common. "9801238de0866bbbb05709a9da4d5bb23f452e58" and "bc35801d55298d28579a5ebf68b0181383e33499" have entirely different histories.
9801238de0
...
bc35801d55
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,13 +1,13 @@
|
|||||||
Name: python-cycler
|
Name: python-cycler
|
||||||
Version: 0.11.0
|
Version: 0.10.0
|
||||||
Release: 1
|
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://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-%{version}.tar.gz
|
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires:python3-devel python3-six
|
BuildRequires: python3-devel python3-nose python3-six
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Composable cycles used by matplotlib.
|
Composable cycles used by matplotlib.
|
||||||
@ -20,7 +20,7 @@ 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
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -28,6 +28,9 @@ Composable cycles used by matplotlib.
|
|||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
|
||||||
|
|
||||||
%files -n python3-cycler
|
%files -n python3-cycler
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -36,13 +39,5 @@ Composable cycles used by matplotlib.
|
|||||||
%{python3_sitelib}/cycler-*.egg-info/
|
%{python3_sitelib}/cycler-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 19 2022 Ge Wang <wangge20@h-partners.com> - 0.11.0-1
|
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.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
|
- 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