Package upgrade

This commit is contained in:
starlet-dx 2022-06-29 14:38:19 +08:00
parent cd941590df
commit 49d2196cd8
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
cycler-0.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-cycler
Version: 0.10.0
Release: 4
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-six
@ -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
@ -36,6 +36,9 @@ Composable cycles used by matplotlib.
%{python3_sitelib}/cycler-*.egg-info/
%changelog
* 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