Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-more-itertools for
openSUSE:Factory checked in at 2026-04-13 23:18:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-more-itertools (Old)
and /work/SRC/openSUSE:Factory/.python-more-itertools.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-more-itertools"
Mon Apr 13 23:18:03 2026 rev:31 rq:1345972 version:11.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-more-itertools/python-more-itertools.changes
2025-09-11 14:39:09.247323619 +0200
+++
/work/SRC/openSUSE:Factory/.python-more-itertools.new.21863/python-more-itertools.changes
2026-04-13 23:18:12.582448766 +0200
@@ -1,0 +2,57 @@
+Fri Apr 10 23:28:46 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 11.0.2:
+ * `zip_equal` was removed in 11.0.0. It had been deprecated and
+ raising ``DeprecationWarning`` since 2021, but it's removal
+ shoul have been documented in 11.0.0's release notes. We
+ regret the error.
+ * `running_statistics` has been moved from
+ ``more_itertools.more`` to ``more_itertools.recipes``. Its
+ docstring was also improved (thanks to mastash3ff and
+ rhettinger)
+- update to 11.0.0:
+ * Python 3.9 support was dropped, since it went EOL on
+ 2025-10-31
+ * `callback_iter` is deprecated. It will be removed in a future
+ major release.
+ * `iequals` no longer returns ``True`` when called with ``([],
+ [ANY])`` (thanks to rhettinger and pochmann3)
+ * The ``pred`` argument for `locate` and `replace` must now be
+ able to handle a variable number of arguments.
+ * `unique_everseen` now raises ``TypeError`` when input
+ elements are not hashable.
+ * `concurrent_tee`: similar to `tee`, but with guaranteed
+ threading semantics
+ * `random_derangement`: returns a random derangement of
+ elements from an iterable
+ * `running_mean`: yields the mean of values in an iterable, or
+ in a sliding window
+ * `running_statistics`: provides statistics for the values in
+ an iterable, or in a sliding window
+ * `serialize`: wraps a non-concurrent iterator with a lock to
+ enforce sequential access
+ * `synchronized`: wraps an iterator-returning callable to make
+ its iterators thread-safe
+ * `sized_iterator`: wraps an iterable with a known length and
+ implements ``__len__``
+ * The type hints for `always_iterable` were improved
+ * A potential bug in `callback_iter` was fixed
+ * A bug in `exactly_n`'s handling of negative arguments was
+ fixed
+ * `extract`` now accepts a `monotonic` argument for improved
+ performance
+ * A bug in `numeric_range`'s handling of negative steps was
+ fixed
+ * `grouper` implementation was updated to match the
+ ``itertools`` docs
+ * The type hints for `stagger` were improved
+ * Memory efficiency was improved for `partition` was improved
+ * Performance for the functions `count_cycle`, `difference`,
+ * `random_product`, was improved `nth_combination`,
+ `nth_combination_with_replacement`,
+ * `nth_permuwas improvedtation`, `nth_product`,
+ `product_index`, `random_permutation`, `substrings`, and
+ `value_chain` was improved
+ * Performance for `ichunked` was improved
+
+-------------------------------------------------------------------
Old:
----
more_itertools-10.8.0.tar.gz
New:
----
more_itertools-11.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-more-itertools.spec ++++++
--- /var/tmp/diff_new_pack.KPzCBL/_old 2026-04-13 23:18:13.482485879 +0200
+++ /var/tmp/diff_new_pack.KPzCBL/_new 2026-04-13 23:18:13.482485879 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-more-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,15 +18,15 @@
%{?sle15_python_module_pythons}
Name: python-more-itertools
-Version: 10.8.0
+Version: 11.0.2
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT
Group: Development/Languages/Python
URL: https://github.com/erikrose/more-itertools
Source:
https://files.pythonhosted.org/packages/source/m/more_itertools/more_itertools-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.7}
-BuildRequires: %{python_module flit-core}
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module flit-core >= 3.12}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ more_itertools-10.8.0.tar.gz -> more_itertools-11.0.2.tar.gz ++++++
++++ 3718 lines of diff (skipped)