diff --git a/more-itertools-10.3.0.tar.gz b/more-itertools-10.3.0.tar.gz deleted file mode 100644 index 1d4910e..0000000 --- a/more-itertools-10.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5d93ef411224fbcef366a6e8ddc4c5781bc6359d43412a65dd5964e46111463 -size 118147 diff --git a/more-itertools-10.5.0.tar.gz b/more-itertools-10.5.0.tar.gz new file mode 100644 index 0000000..35ad8ee --- /dev/null +++ b/more-itertools-10.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6 +size 121020 diff --git a/python-more-itertools.changes b/python-more-itertools.changes index 0f85396..95fc64f 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Oct 23 20:57:33 UTC 2024 - Dirk Müller + +- update to 10.5.0: + * Optimize all_equal recipe + * Reduce groupby.__next__ calls in all_equal + * Fix types.UnionType +- update to 10.4.0: + * Issue 854: sample improvements + * Issue 858: Use chain and starmap in run_length.decode + * Issue 859: Update totient recipe + * Distinct permutations of incomparable items + * Clarify seekable.relative_seek behavior + * Issue 864: Improve _sample_unweighted + * Use log1p for _sample_unweighted + * Issue 862: change relative_seek() behaviour + * Issue 876: is_sorted clarifications + * Issue 870: counts parameter for sample + * Issue 869: Add a steps argument to circular_shifts + * Issue 871: Add a fast path for sliding_window + * type annotation of `windowed_complete` corrected + * [Docs] Fix strictly_n missing the n parameter + * Standardize type hints for isinstance's second argument + * Issue 883: change type hint + * Add type overloads for `zip_broadcast` + * Issue 889: Optimize triplewise + * Add option `strict` to `sort_together` + * Updates for version 10.4.0 + ------------------------------------------------------------------- Sun Jun 30 19:19:31 UTC 2024 - Dirk Müller diff --git a/python-more-itertools.spec b/python-more-itertools.spec index 16a6bdb..b737734 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-more-itertools -Version: 10.3.0 +Version: 10.5.0 Release: 0 Summary: More routines for operating on iterables, beyond itertools License: MIT