- 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

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 5 11:25:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.4.2:
* Fixed RuntimeError in takewhile_peek on later Pythons where StopIteration is no longer allowed in a generator.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 26 09:32:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com> Tue Feb 26 09:32:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

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