Sync from SUSE:SLFO:Main python-Cycler revision b8de196776c664b14019aaa0e047b3f8

This commit is contained in:
Adrian Schröter 2024-12-13 10:46:39 +01:00
parent c72a94c654
commit d999afb271
4 changed files with 20 additions and 11 deletions

BIN
cycler-0.11.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cycler-0.12.1-gz.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 2 16:19:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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