diff --git a/cycler-0.11.0.tar.gz b/cycler-0.11.0.tar.gz deleted file mode 100644 index 4cb76a0..0000000 Binary files a/cycler-0.11.0.tar.gz and /dev/null differ diff --git a/cycler-0.12.1.tar.gz b/cycler-0.12.1.tar.gz new file mode 100644 index 0000000..1341922 Binary files /dev/null and b/cycler-0.12.1.tar.gz differ diff --git a/python-cycler.spec b/python-cycler.spec index 9a5efd4..8507477 100644 --- a/python-cycler.spec +++ b/python-cycler.spec @@ -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 - 0.12.1-1 +- Upgrade package to version 0.12.1 + * Wed Jun 29 2022 yaoxin - 0.11.0-1 - Update to 0.11.0