14
0

Accepting request 766373 from home:MSirringhaus:branches:devel:languages:python

- update to 8.1.0:
    * Bug fixes
        :func:`partition` works with pred=None again. (thanks 
        to MSeifert04)
    * New itertools
        :func:`sample` (thanks to tommyod)
        :func:`nth_or_last` (thanks to d-ryzhikov)
    * Changes to existing itertools:
        The implementation for :func:`divide` was improved.

OBS-URL: https://build.opensuse.org/request/show/766373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-01-22 16:03:47 +00:00
committed by Git OBS Bridge
parent b96438ed27
commit 3be87bb271
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b84b238cce0d9adad5ed87e745778d20a3f8487d0f0cb8b8a586816c7496458d
size 77375

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c468adec578380b6281a114cb8a5db34eb1116277da92d7c46f904f0b52d3288
size 78953

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 22 15:56:53 UTC 2020 - Martin Sirringhaus <martin.sirringhaus@suse.com>
- update to 8.1.0:
* Bug fixes
:func:`partition` works with pred=None again. (thanks
to MSeifert04)
* New itertools
:func:`sample` (thanks to tommyod)
:func:`nth_or_last` (thanks to d-ryzhikov)
* Changes to existing itertools:
The implementation for :func:`divide` was improved.
-------------------------------------------------------------------
Fri Dec 20 19:18:54 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-more-itertools
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-more-itertools
Version: 8.0.2
Version: 8.1.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT