Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jaraco.itertools for
openSUSE:Factory checked in at 2026-03-11 20:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.itertools (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.itertools.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.itertools"
Wed Mar 11 20:50:25 2026 rev:10 rq:1338096 version:6.4.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.itertools/python-jaraco.itertools.changes
2025-04-11 16:45:35.620233908 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.itertools.new.8177/python-jaraco.itertools.changes
2026-03-11 20:51:16.131961560 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 21:37:52 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.4.3:
+ * No significant changes.
+
+-------------------------------------------------------------------
Old:
----
jaraco.itertools-6.4.1.tar.gz
New:
----
jaraco_itertools-6.4.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.itertools.spec ++++++
--- /var/tmp/diff_new_pack.nCsWLG/_old 2026-03-11 20:51:16.647982920 +0100
+++ /var/tmp/diff_new_pack.nCsWLG/_new 2026-03-11 20:51:16.647982920 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.itertools
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.itertools
-Version: 6.4.1
+Version: 6.4.3
Release: 0
Summary: Tools to work with iterables
License: MIT
URL: https://github.com/jaraco/jaraco.itertools
-Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco.itertools-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco_itertools-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module inflect}
BuildRequires: %{python_module more-itertools >= 4.0.0}
@@ -44,7 +44,7 @@
Complements itertools and more_itertools.
%prep
-%setup -q -n jaraco.itertools-%{version}
+%setup -q -n jaraco_itertools-%{version}
rm -r jaraco.itertools.egg-info
%build