17
0
Dominique Leuenberger d44f767b50 Accepting request 1345972 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1345972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-more-itertools?expand=0&rev=31
2026-04-13 21:18:03 +00:00
2026-04-10 23:33:52 +00:00
2026-04-10 23:33:52 +00:00
2026-04-10 23:33:52 +00:00
Description
No description provided
512 KiB
Languages
RPM Spec 100%