!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:
commit
b45369cb6d
Binary file not shown.
BIN
cycler-0.12.1.tar.gz
Normal file
BIN
cycler-0.12.1.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user