- 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:
parent
95539ac215
commit
0a7282a6da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1380ed961c9a4724f0bcca85d2bffebaa2507adfde535d5ee717441c9105fae
|
||||
size 18955
|
3
jaraco.itertools-4.4.2.tar.gz
Normal file
3
jaraco.itertools-4.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdc00c2755a5abac65484d431098e44e163af57fae05d284bf8af9329d43bd7f
|
||||
size 19431
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user