Upgrade package to version 0.12.1

This commit is contained in:
jxy_git 2023-11-30 15:55:22 +08:00
parent 54f50443e8
commit e498c60554
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 Name: python-cycler
Version: 0.11.0 Version: 0.12.1
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://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires:python3-devel python3-six BuildRequires: python3-devel
BuildRequires: python3-six
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
%description %description
Composable cycles used by matplotlib. Composable cycles used by matplotlib.
@ -23,19 +27,20 @@ Composable cycles used by matplotlib.
%autosetup -n cycler-%{version} -p1 %autosetup -n cycler-%{version} -p1
%build %build
%py3_build %pyproject_build
%install %install
%py3_install %pyproject_install
%files -n python3-cycler %files -n python3-cycler
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{python3_sitelib}/cycler.py %{python3_sitelib}/*
%{python3_sitelib}/__pycache__/
%{python3_sitelib}/cycler-*.egg-info/
%changelog %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 * Wed Jun 29 2022 yaoxin <yaoxin30@h-partners.com> - 0.11.0-1
- Update to 0.11.0 - Update to 0.11.0