14
0
forked from pool/python-Cycler

Accepting request 984245 from devel:languages:python

- update to 0.11.0:
  * Added Cycler.by_key, which produces values by key (#26)
  * Added Cycler.__contains__, which adds support for in checks (#34)
  * Wheels now includes the LICENSE file (#48)
  * The sdist now includes the LICENSE (#58) and tests (#32)
  * Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.
- enable tests

OBS-URL: https://build.opensuse.org/request/show/984245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cycler?expand=0&rev=6
This commit is contained in:
2022-06-24 06:45:09 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8
size 16553

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 21 19:51:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.11.0:
* Added Cycler.by_key, which produces values by key (#26)
* Added Cycler.__contains__, which adds support for in checks (#34)
* Wheels now includes the LICENSE file (#48)
* The sdist now includes the LICENSE (#58) and tests (#32)
* Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.
- enable tests
-------------------------------------------------------------------
Tue Nov 5 09:50:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Cycler
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%global skip_python2 1
Name: python-Cycler
Version: 0.10.0
Version: 0.11.0
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
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -50,6 +50,9 @@ kwarg iterator, was developed.
%install
%python_install
%check
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE