forked from pool/python-more-itertools
Accepting request 951377 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/951377 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f
|
|
||||||
size 102929
|
|
||||||
3
more-itertools-8.12.0.tar.gz
Normal file
3
more-itertools-8.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064
|
||||||
|
size 108698
|
||||||
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 3 20:13:01 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 8.12.0:
|
||||||
|
* Bug fixes
|
||||||
|
+ Some documentation issues were fixed (thanks to Masynchin,
|
||||||
|
spookylukey, astrojuanlu, and stephengmatthews)
|
||||||
|
+ Python 3.5 support was temporarily restored (thanks to
|
||||||
|
mattbonnell)
|
||||||
|
|
||||||
|
- changes from version 8.11.0:
|
||||||
|
* New functions
|
||||||
|
+ The before_and_after, sliding_window, and triplewise recipes
|
||||||
|
from the Python 3.10 docs were added
|
||||||
|
+ duplicates_everseen and duplicates_justseen (thanks to OrBin and
|
||||||
|
DavidPratt512)
|
||||||
|
+ minmax (thanks to Ricocotam, MSeifert04, and ruancomelli)
|
||||||
|
+ strictly_n (thanks to hwalinga and NotWearingPants)
|
||||||
|
+ unique_in_window
|
||||||
|
* Changes to existing functions
|
||||||
|
+ groupby_transform had its type stub improved (thanks to mjk4 and
|
||||||
|
ruancomelli)
|
||||||
|
+ is_sorted now accepts a strict parameter (thanks to Dutcho and
|
||||||
|
ruancomelli)
|
||||||
|
+ zip_broadcast was updated to fix a bug (thanks to kalekundert)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 16 19:09:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 16 19:09:54 UTC 2021 - 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) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 8.10.0
|
Version: 8.12.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