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 BuildRequires:python3-devel python3-six %description Composable cycles used by matplotlib. %package -n python3-cycler Summary: Composable cycles %{?python_provide:%python_provide python3-cycler} %description -n python3-cycler Composable cycles used by matplotlib. %prep %autosetup -n cycler-%{version} -p1 %build %py3_build %install %py3_install %files -n python3-cycler %license LICENSE %doc README.rst %{python3_sitelib}/cycler.py %{python3_sitelib}/__pycache__/ %{python3_sitelib}/cycler-*.egg-info/ %changelog * Wed Jun 29 2022 yaoxin - 0.11.0-1 - Update to 0.11.0 * Wed Jan 5 2022 liyanan - 0.10.0-4 - Drop the python-nose dependency * Thu Oct 22 2020 zhangtao - 0.10.0-3 - remove python2 * Tue Nov 5 2019 openEuler Buildteam - 0.10.0-2 - Package init