14
0

- Update to 4.4.2:

* Fixed RuntimeError in takewhile_peek on later Pythons where StopIteration is no longer allowed in a generator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-05 11:27:24 +00:00
committed by Git OBS Bridge
parent 95539ac215
commit 0a7282a6da
4 changed files with 12 additions and 9 deletions

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jaraco.itertools
Version: 4.4.1
Version: 4.4.2
Release: 0
Summary: Tools to work with iterables
License: MIT
Group: Development/Languages/Python
Url: https://github.com/jaraco/jaraco.itertools
URL: https://github.com/jaraco/jaraco.itertools
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco.itertools-%{version}.tar.gz
BuildRequires: %{python_module inflect}
BuildRequires: %{python_module jaraco.base >= 6.1}
@@ -39,7 +39,6 @@ Requires: python-jaraco.base >= 6.1
Requires: python-more-itertools >= 4.0.0
Requires: python-six
BuildArch: noarch
%python_subpackages
%description
@@ -64,9 +63,7 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/ja
}
%check
%{python_expand py.test-%{$python_bin_suffix} \
--ignore=_build.python2 --ignore=_build.python3
}
%pytest
%files %{python_files}
%license LICENSE