Sync from SUSE:SLFO:Main python-Cycler revision b8de196776c664b14019aaa0e047b3f8
This commit is contained in:
parent
c72a94c654
commit
d999afb271
BIN
cycler-0.11.0.tar.gz
(Stored with Git LFS)
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
BIN
cycler-0.12.1-gz.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Fri Apr 21 12:20:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!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.11.0
|
Version: 0.12.1
|
||||||
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://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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -46,10 +45,10 @@ kwarg iterator, was developed.
|
|||||||
%setup -q -n cycler-%{version}
|
%setup -q -n cycler-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
@ -57,6 +56,7 @@ kwarg iterator, was developed.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/cycler
|
||||||
|
%{python_sitelib}/cycler-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user