From 970cb200f1eae10400b46b3cd37f09d54a69c34d8251f7be8cb413555fa73bad Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Fri, 16 May 2025 12:08:35 +0000 Subject: [PATCH] Accepting request 1277920 from home:glaubitz:branches:devel:languages:python - Update to 10.7.0 * :func:`multinomial` was added (thanks to rhettinger) * :func:`ichunk`, :func:`iterate`, :func:`one`, :func:`only`, :func:`powerset_of_sets`, and :func:`strictly_n` were optimized (thanks to rhettinger) * :func:`exactly_n` now uses less memory (thanks to rhettinger) * :func:`dft` and :func:`idft` were optimized for Python versions below 3.12 (thanks to rhettinger) * :func:`is_prime` no longer shares state with the users random number generator (thanks to rhettinger) * Some docstring issues were fixed (thanks to lpulley and ricbit) * The type hints for :func:`groupby_transform` were improved (thanks to rhettinger) * The ``furo`` theme is now used for docs (thanks to AA-turner) - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/request/show/1277920 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=59 --- more-itertools-10.6.0.tar.gz | 3 --- more_itertools-10.7.0.tar.gz | 3 +++ python-more-itertools.changes | 18 ++++++++++++++++++ python-more-itertools.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 more-itertools-10.6.0.tar.gz create mode 100644 more_itertools-10.7.0.tar.gz diff --git a/more-itertools-10.6.0.tar.gz b/more-itertools-10.6.0.tar.gz deleted file mode 100644 index 1eebc0f..0000000 --- a/more-itertools-10.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b -size 125009 diff --git a/more_itertools-10.7.0.tar.gz b/more_itertools-10.7.0.tar.gz new file mode 100644 index 0000000..7d48636 --- /dev/null +++ b/more_itertools-10.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fddd5403be01a94b204faadcff459ec3568cf110265d3c54323e1e866ad29d3 +size 127671 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index daf83bd..d476ad7 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri May 16 05:33:01 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 10.7.0 + * :func:`multinomial` was added (thanks to rhettinger) + * :func:`ichunk`, :func:`iterate`, :func:`one`, :func:`only`, + :func:`powerset_of_sets`, and :func:`strictly_n` were + optimized (thanks to rhettinger) + * :func:`exactly_n` now uses less memory (thanks to rhettinger) + * :func:`dft` and :func:`idft` were optimized for Python versions + below 3.12 (thanks to rhettinger) + * :func:`is_prime` no longer shares state with the users random + number generator (thanks to rhettinger) + * Some docstring issues were fixed (thanks to lpulley and ricbit) + * The type hints for :func:`groupby_transform` were improved (thanks to rhettinger) + * The ``furo`` theme is now used for docs (thanks to AA-turner) +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Tue Feb 18 12:31:21 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 2f6ffc9..ea4f1dd 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-more-itertools -Version: 10.6.0 +Version: 10.7.0 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 +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 pip} @@ -38,7 +38,7 @@ Additional building blocks, recipes, and routines for working with Python iterables. %prep -%setup -q -n more-itertools-%{version} +%setup -q -n more_itertools-%{version} chmod -x more_itertools/more.py %build