14
0

Accepting request 726483 from home:mcalabkova:branches:devel:languages:python

- update to version 7.2.0
  * new itertools: distinct_combinations, set_partitions, filter_except,
    map_except, ichunked, only, time_limited, partitions, substrings_indexes
  * Python 2.7 is no longer supported. All future releases will target 
    the active versions of Python 3.
  * The six library is no longer a dependency.
  * collapse now treats bytes objects the same as str objects.
  * numeric_range now supports ranges specified by datetime.datetime 
    and datetime.timedelta objects

OBS-URL: https://build.opensuse.org/request/show/726483
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-08-29 02:06:49 +00:00
committed by Git OBS Bridge
parent 85d233d5b1
commit 03a0df1f12
4 changed files with 20 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 27 12:15:12 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 7.2.0
* new itertools: distinct_combinations, set_partitions, filter_except,
map_except, ichunked, only, time_limited, partitions, substrings_indexes
* Python 2.7 is no longer supported. All future releases will target
the active versions of Python 3.
* The six library is no longer a dependency.
* collapse now treats bytes objects the same as str objects.
* numeric_range now supports ranges specified by datetime.datetime
and datetime.timedelta objects
-------------------------------------------------------------------
Fri May 24 12:20:33 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -17,13 +17,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-more-itertools
Version: 5.0.0
Version: 7.2.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT
Group: Development/Languages/Python
Url: https://github.com/erikrose/more-itertools
URL: https://github.com/erikrose/more-itertools
Source: https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module setuptools}
@@ -52,7 +53,7 @@ rm -rf more_itertools.egg-info
%install
%python_install
%python_exec %fdupes -s %{buildroot}%{$python_sitelib}
%python_exec %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test