forked from pool/python-more-itertools
Accepting request 1268355 from home:glaubitz:branches:devel:languages:python
- Update to 10.6.0
* `is_prime` and `nth_prime` were added
* `loops` was added
* `factor` was optimized to handle larger inputs and use less memory
* `spy` was optimized to enable nested calls
* `polynomial_from_roots` was made non-recursive and able to handle
larger numbers of roots
* `is_sorted` now only relies on less than comparisons
* The docstring for `outer_product` was improved
* The type annotations for sample were improved
* Python 3.13 is officially supported. Python 3.8 is no longer
officially supported.
* `mypy` checks were fixed
OBS-URL: https://build.opensuse.org/request/show/1268355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=57
This commit is contained in:
BIN
more-itertools-10.5.0.tar.gz
(Stored with Git LFS)
BIN
more-itertools-10.5.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
more-itertools-10.6.0.tar.gz
Normal file
3
more-itertools-10.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b
|
||||||
|
size 125009
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 18 12:31:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 10.6.0
|
||||||
|
* `is_prime` and `nth_prime` were added
|
||||||
|
* `loops` was added
|
||||||
|
* `factor` was optimized to handle larger inputs and use less memory
|
||||||
|
* `spy` was optimized to enable nested calls
|
||||||
|
* `polynomial_from_roots` was made non-recursive and able to handle
|
||||||
|
larger numbers of roots
|
||||||
|
* `is_sorted` now only relies on less than comparisons
|
||||||
|
* The docstring for `outer_product` was improved
|
||||||
|
* The type annotations for sample were improved
|
||||||
|
* Python 3.13 is officially supported. Python 3.8 is no longer
|
||||||
|
officially supported.
|
||||||
|
* `mypy` checks were fixed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 23 20:57:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Oct 23 20:57:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-more-itertools
|
# spec file for package python-more-itertools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 10.5.0
|
Version: 10.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: More routines for operating on iterables, beyond itertools
|
Summary: More routines for operating on iterables, beyond itertools
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user