Hello community,
here is the log from the commit of package python-jaraco.itertools for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-jaraco.itertools (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-jaraco.itertools.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.itertools"
Sat Apr 25 19:04:56 2020 rev:4 rq:797079 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-jaraco.itertools/python-jaraco.itertools.changes
2020-03-09 18:06:40.044856293 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-jaraco.itertools.new.2738/python-jaraco.itertools.changes
2020-04-25 19:04:57.935580387 +0200
@@ -1,0 +2,7 @@
+Mon Mar 9 13:59:34 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 5.0.0
+ * infinite_call is superseded by more_itertools.repeatfunc
+ * Require Python 3.6 or later.
+
+-------------------------------------------------------------------
Old:
----
jaraco.itertools-4.4.2.tar.gz
New:
----
jaraco.itertools-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.itertools.spec ++++++
--- /var/tmp/diff_new_pack.6Mm61z/_old 2020-04-25 19:04:58.235581032 +0200
+++ /var/tmp/diff_new_pack.6Mm61z/_new 2020-04-25 19:04:58.235581032 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.itertools
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-jaraco.itertools
-Version: 4.4.2
+Version: 5.0.0
Release: 0
Summary: Tools to work with iterables
License: MIT
@@ -31,13 +32,11 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-inflect
Requires: python-jaraco.base >= 6.1
Requires: python-more-itertools >= 4.0.0
-Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -48,6 +47,7 @@
%prep
%setup -q -n jaraco.itertools-%{version}
sed -i 's/--flake8//' pytest.ini
+sed -i 's/--black --cov//' pytest.ini
%build
%python_build
++++++ jaraco.itertools-4.4.2.tar.gz -> jaraco.itertools-5.0.0.tar.gz ++++++
++++ 2751 lines of diff (skipped)