Compare commits
10 Commits
bc35801d55
...
9801238de0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9801238de0 | ||
|
|
4ba536f658 | ||
|
|
cccb776a83 | ||
|
|
e49fdf5c34 | ||
|
|
58691c8e1b | ||
|
|
1c800db020 | ||
|
|
f7af57f83d | ||
|
|
f276d9e5b8 | ||
|
|
f6fc1a9020 | ||
|
|
3404060dbc |
Binary file not shown.
BIN
cycler-0.11.0.tar.gz
Normal file
BIN
cycler-0.11.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
Name: python-cycler
|
||||
Version: 0.10.0
|
||||
Version: 0.11.0
|
||||
Release: 1
|
||||
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
|
||||
Source0: https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel python3-nose python3-six
|
||||
BuildRequires:python3-devel python3-six
|
||||
|
||||
%description
|
||||
Composable cycles used by matplotlib.
|
||||
@ -20,7 +20,7 @@ Summary: Composable cycles
|
||||
Composable cycles used by matplotlib.
|
||||
|
||||
%prep
|
||||
%autosetup -n cycler-%{version}
|
||||
%autosetup -n cycler-%{version} -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -28,9 +28,6 @@ Composable cycles used by matplotlib.
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
|
||||
|
||||
%files -n python3-cycler
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
@ -39,5 +36,13 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
|
||||
%{python3_sitelib}/cycler-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-1
|
||||
* Wed Oct 19 2022 Ge Wang <wangge20@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
|
||||
|
||||
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