forked from pool/python-jaraco.itertools
Accepting request 784209 from devel:languages:python
Staging:I OBS-URL: https://build.opensuse.org/request/show/784209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=4
This commit is contained in:
commit
81ca791521
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fdc00c2755a5abac65484d431098e44e163af57fae05d284bf8af9329d43bd7f
|
|
||||||
size 19431
|
|
3
jaraco.itertools-5.0.0.tar.gz
Normal file
3
jaraco.itertools-5.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6447d567f57efe5efea386265c7864652e9530830a1b80f43e60b4f222b9ab84
|
||||||
|
size 19517
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 13:59:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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 <tchvatal@suse.com>
|
Fri Apr 5 11:25:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.itertools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-jaraco.itertools
|
Name: python-jaraco.itertools
|
||||||
Version: 4.4.2
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools to work with iterables
|
Summary: Tools to work with iterables
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -31,13 +32,11 @@ BuildRequires: %{python_module more-itertools >= 4.0.0}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
|
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-inflect
|
Requires: python-inflect
|
||||||
Requires: python-jaraco.base >= 6.1
|
Requires: python-jaraco.base >= 6.1
|
||||||
Requires: python-more-itertools >= 4.0.0
|
Requires: python-more-itertools >= 4.0.0
|
||||||
Requires: python-six
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -48,6 +47,7 @@ Complements itertools and more_itertools.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n jaraco.itertools-%{version}
|
%setup -q -n jaraco.itertools-%{version}
|
||||||
sed -i 's/--flake8//' pytest.ini
|
sed -i 's/--flake8//' pytest.ini
|
||||||
|
sed -i 's/--black --cov//' pytest.ini
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user