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,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