From a458f3cd99696e477e612746b400314a5dfa6fffdb7a17ab90b6503250a41e16 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 21 Jun 2022 19:53:54 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cycler?expand=0&rev=13 --- cycler-0.10.0.tar.gz | 3 --- cycler-0.11.0.tar.gz | 3 +++ python-Cycler.changes | 10 ++++++++++ python-Cycler.spec | 13 ++++++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 cycler-0.10.0.tar.gz create mode 100644 cycler-0.11.0.tar.gz diff --git a/cycler-0.10.0.tar.gz b/cycler-0.10.0.tar.gz deleted file mode 100644 index b4960fb..0000000 --- a/cycler-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8 -size 16553 diff --git a/cycler-0.11.0.tar.gz b/cycler-0.11.0.tar.gz new file mode 100644 index 0000000..0a0c82d --- /dev/null +++ b/cycler-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f +size 18784 diff --git a/python-Cycler.changes b/python-Cycler.changes index 2f9f39c..31483f6 100644 --- a/python-Cycler.changes +++ b/python-Cycler.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 21 19:51:07 UTC 2022 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Tue Nov 5 09:50:26 UTC 2019 - Tomáš Chvátal diff --git a/python-Cycler.spec b/python-Cycler.spec index a6c2d6b..1d7b62a 100644 --- a/python-Cycler.spec +++ b/python-Cycler.spec @@ -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