!4 Drop the python-nose dependency
Merge pull request !4 from lyn/openEuler-22.03-LTS-Next
This commit is contained in:
commit
cd941590df
@ -1,13 +1,13 @@
|
|||||||
Name: python-cycler
|
Name: python-cycler
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 3
|
Release: 4
|
||||||
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://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires:python3-devel python3-nose python3-six
|
BuildRequires:python3-devel python3-six
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Composable cycles used by matplotlib.
|
Composable cycles used by matplotlib.
|
||||||
@ -28,9 +28,6 @@ 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
|
||||||
@ -39,6 +36,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
|
|||||||
%{python3_sitelib}/cycler-*.egg-info/
|
%{python3_sitelib}/cycler-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
|
||||||
- remove python2
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user