From d999afb2716ffd51a286f78adc2600934252cfdd3735878eb0db256efcda7397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 10:46:39 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-Cycler revision b8de196776c664b14019aaa0e047b3f8 --- cycler-0.11.0.tar.gz | 3 --- cycler-0.12.1-gz.tar.gz | 3 +++ python-Cycler.changes | 9 +++++++++ python-Cycler.spec | 16 ++++++++-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 cycler-0.11.0.tar.gz create mode 100644 cycler-0.12.1-gz.tar.gz diff --git a/cycler-0.11.0.tar.gz b/cycler-0.11.0.tar.gz deleted file mode 100644 index 0a0c82d..0000000 --- a/cycler-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f -size 18784 diff --git a/cycler-0.12.1-gz.tar.gz b/cycler-0.12.1-gz.tar.gz new file mode 100644 index 0000000..e683635 --- /dev/null +++ b/cycler-0.12.1-gz.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83c1956b154ceb252c32e079ac7a95860a76c9ce894858dd082cc881008cae0 +size 23326 diff --git a/python-Cycler.changes b/python-Cycler.changes index 34de298..27f3043 100644 --- a/python-Cycler.changes +++ b/python-Cycler.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Dec 2 16:19:20 UTC 2023 - Dirk Müller + +- update to 0.12.1: + * The major new feature in this release is the addition of type + hints. + * Furthermore, the minimum supported version of Python is now + 3.8. + ------------------------------------------------------------------- Fri Apr 21 12:20:24 UTC 2023 - Dirk Müller diff --git a/python-Cycler.spec b/python-Cycler.spec index 22aa81c..1dcbd4d 100644 --- a/python-Cycler.spec +++ b/python-Cycler.spec @@ -16,18 +16,17 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-Cycler -Version: 0.11.0 +Version: 0.12.1 Release: 0 Summary: Composable style cycles License: BSD-3-Clause URL: https://github.com/matplotlib/cycler -Source: https://files.pythonhosted.org/packages/source/c/cycler/cycler-%{version}.tar.gz +Source: https://github.com/matplotlib/cycler/archive/refs/tags/v%{version}.tar.gz#/cycler-%{version}-gz.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -46,10 +45,10 @@ kwarg iterator, was developed. %setup -q -n cycler-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %check %pytest @@ -57,6 +56,7 @@ kwarg iterator, was developed. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/cycler +%{python_sitelib}/cycler-%{version}.dist-info %changelog