From 0a7282a6da4ba0705d6d9c7dbbfbd8b55df5d107096d7570ed7e266151a9cf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 5 Apr 2019 11:27:24 +0000 Subject: [PATCH] - 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 --- jaraco.itertools-4.4.1.tar.gz | 3 --- jaraco.itertools-4.4.2.tar.gz | 3 +++ python-jaraco.itertools.changes | 6 ++++++ python-jaraco.itertools.spec | 9 +++------ 4 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 jaraco.itertools-4.4.1.tar.gz create mode 100644 jaraco.itertools-4.4.2.tar.gz diff --git a/jaraco.itertools-4.4.1.tar.gz b/jaraco.itertools-4.4.1.tar.gz deleted file mode 100644 index 5cdd85a..0000000 --- a/jaraco.itertools-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1380ed961c9a4724f0bcca85d2bffebaa2507adfde535d5ee717441c9105fae -size 18955 diff --git a/jaraco.itertools-4.4.2.tar.gz b/jaraco.itertools-4.4.2.tar.gz new file mode 100644 index 0000000..ece534d --- /dev/null +++ b/jaraco.itertools-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc00c2755a5abac65484d431098e44e163af57fae05d284bf8af9329d43bd7f +size 19431 diff --git a/python-jaraco.itertools.changes b/python-jaraco.itertools.changes index c61ecab..f376105 100644 --- a/python-jaraco.itertools.changes +++ b/python-jaraco.itertools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 5 11:25:30 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-jaraco.itertools.spec b/python-jaraco.itertools.spec index 093a712..6d6a7bd 100644 --- a/python-jaraco.itertools.spec +++ b/python-jaraco.itertools.spec @@ -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