diff --git a/jaraco.itertools-4.4.2.tar.gz b/jaraco.itertools-4.4.2.tar.gz deleted file mode 100644 index ece534d..0000000 --- a/jaraco.itertools-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdc00c2755a5abac65484d431098e44e163af57fae05d284bf8af9329d43bd7f -size 19431 diff --git a/jaraco.itertools-5.0.0.tar.gz b/jaraco.itertools-5.0.0.tar.gz new file mode 100644 index 0000000..eeb7942 --- /dev/null +++ b/jaraco.itertools-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6447d567f57efe5efea386265c7864652e9530830a1b80f43e60b4f222b9ab84 +size 19517 diff --git a/python-jaraco.itertools.changes b/python-jaraco.itertools.changes index f376105..cdfce9f 100644 --- a/python-jaraco.itertools.changes +++ b/python-jaraco.itertools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 9 13:59:34 UTC 2020 - Marketa Calabkova + +- Update to 5.0.0 + * infinite_call is superseded by more_itertools.repeatfunc + * Require Python 3.6 or later. + ------------------------------------------------------------------- Fri Apr 5 11:25:30 UTC 2019 - Tomáš Chvátal diff --git a/python-jaraco.itertools.spec b/python-jaraco.itertools.spec index 6d6a7bd..0f219a2 100644 --- a/python-jaraco.itertools.spec +++ b/python-jaraco.itertools.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.itertools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-jaraco.itertools -Version: 4.4.2 +Version: 5.0.0 Release: 0 Summary: Tools to work with iterables License: MIT @@ -31,13 +32,11 @@ BuildRequires: %{python_module more-itertools >= 4.0.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm >= 1.15.0} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-inflect Requires: python-jaraco.base >= 6.1 Requires: python-more-itertools >= 4.0.0 -Requires: python-six BuildArch: noarch %python_subpackages @@ -48,6 +47,7 @@ Complements itertools and more_itertools. %prep %setup -q -n jaraco.itertools-%{version} sed -i 's/--flake8//' pytest.ini +sed -i 's/--black --cov//' pytest.ini %build %python_build