diff --git a/cycler-0.10.0.tar.gz b/cycler-0.10.0.tar.gz deleted file mode 100644 index ffb044e..0000000 Binary files a/cycler-0.10.0.tar.gz and /dev/null differ diff --git a/cycler-0.11.0.tar.gz b/cycler-0.11.0.tar.gz new file mode 100644 index 0000000..4cb76a0 Binary files /dev/null and b/cycler-0.11.0.tar.gz differ diff --git a/python-cycler.spec b/python-cycler.spec index 60bfd47..9a5efd4 100644 --- a/python-cycler.spec +++ b/python-cycler.spec @@ -1,10 +1,10 @@ Name: python-cycler -Version: 0.10.0 -Release: 4 +Version: 0.11.0 +Release: 1 Summary: Composable cycles License: BSD URL: https://github.com/matplotlib/cycler.git -Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9/cycler-%{version}.tar.gz BuildArch: noarch BuildRequires:python3-devel python3-six @@ -20,7 +20,7 @@ Summary: Composable cycles Composable cycles used by matplotlib. %prep -%autosetup -n cycler-%{version} +%autosetup -n cycler-%{version} -p1 %build %py3_build @@ -36,6 +36,9 @@ Composable cycles used by matplotlib. %{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