Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Cycler for openSUSE:Factory checked in at 2022-06-24 08:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Cycler (Old) and /work/SRC/openSUSE:Factory/.python-Cycler.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cycler" Fri Jun 24 08:45:09 2022 rev:6 rq:984245 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Cycler/python-Cycler.changes 2019-11-22 10:19:34.133358716 +0100 +++ /work/SRC/openSUSE:Factory/.python-Cycler.new.1548/python-Cycler.changes 2022-06-24 08:45:22.639143664 +0200 @@ -1,0 +2,11 @@ +Tue Jun 21 19:51:07 UTC 2022 - Dirk M??ller <dmuel...@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 + +------------------------------------------------------------------- Old: ---- cycler-0.10.0.tar.gz New: ---- cycler-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cycler.spec ++++++ --- /var/tmp/diff_new_pack.46Ew3e/_old 2022-06-24 08:45:23.191144283 +0200 +++ /var/tmp/diff_new_pack.46Ew3e/_new 2022-06-24 08:45:23.199144292 +0200 @@ -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 @@ %install %python_install +%check +%pytest + %files %{python_files} %doc README.rst %license LICENSE ++++++ cycler-0.10.0.tar.gz -> cycler-0.11.0.tar.gz ++++++ ++++ 1616 lines of diff (skipped)