Compare commits

1 Commits
main ... 1.1

4 changed files with 11 additions and 20 deletions

BIN
cycler-0.11.0.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
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> Fri Apr 21 12:20:24 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,17 +16,18 @@
# #
%{?!python_module:%define python_module() python3-%{**}}
%global skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Cycler Name: python-Cycler
Version: 0.12.1 Version: 0.11.0
Release: 0 Release: 0
Summary: Composable style cycles Summary: Composable style cycles
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/matplotlib/cycler URL: https://github.com/matplotlib/cycler
Source: https://github.com/matplotlib/cycler/archive/refs/tags/v%{version}.tar.gz#/cycler-%{version}-gz.tar.gz Source: https://files.pythonhosted.org/packages/source/c/cycler/cycler-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -45,10 +46,10 @@ kwarg iterator, was developed.
%setup -q -n cycler-%{version} %setup -q -n cycler-%{version}
%build %build
%pyproject_wheel %python_build
%install %install
%pyproject_install %python_install
%check %check
%pytest %pytest
@@ -56,7 +57,6 @@ kwarg iterator, was developed.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/cycler %{python_sitelib}/*
%{python_sitelib}/cycler-%{version}.dist-info
%changelog %changelog