!9 Upgrade package to version 0.12.1

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-30 10:57:19 +00:00 committed by Gitee
commit b45369cb6d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 19 additions and 14 deletions

Binary file not shown.

BIN
cycler-0.12.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,17 @@
Name: python-cycler
Version: 0.11.0
Release: 1
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-%{version}.tar.gz
BuildArch: noarch
Name: python-cycler
Version: 0.12.1
Release: 1
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
BuildArch: noarch
BuildRequires:python3-devel python3-six
BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
%description
Composable cycles used by matplotlib.
@ -23,19 +27,20 @@ Composable cycles used by matplotlib.
%autosetup -n cycler-%{version} -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%files -n python3-cycler
%license LICENSE
%doc README.rst
%{python3_sitelib}/cycler.py
%{python3_sitelib}/__pycache__/
%{python3_sitelib}/cycler-*.egg-info/
%{python3_sitelib}/*
%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