!2 fix random build failed

From: @zhanghua1831
Reviewed-by: @maminjie,@myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2020-12-28 12:08:48 +08:00 committed by Gitee
commit 4664d7dac3

View File

@ -1,36 +1,39 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-jaraco-functools Name: python-jaraco-functools
Version: 3.0.1 Version: 3.0.1
Release: 1 Release: 2
Summary: Functools like those found in stdlib Summary: Functools like those found in stdlib
License: MIT License: MIT
URL: https://pypi.org/project/jaraco.functools/ URL: https://pypi.org/project/jaraco.functools/
Source0: https://files.pythonhosted.org/packages/89/e1/773ecbf42ada8dc31459837c76316478df975cf6d9fcc171075548bd7cac/jaraco.functools-3.0.1.tar.gz Source0: https://files.pythonhosted.org/packages/89/e1/773ecbf42ada8dc31459837c76316478df975cf6d9fcc171075548bd7cac/jaraco.functools-3.0.1.tar.gz
BuildArch: noarch BuildArch: noarch
Recommends: %{name}-help = %{version}-%{release} Recommends: %{name}-help = %{version}-%{release}
Requires: python3-more-itertools Requires: python3-more-itertools
Requires: python3-sphinx Requires: python3-sphinx
Requires: python3-pytest Requires: python3-pytest
Requires: python3-pytest-checkdocs Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8 Requires: python3-pytest-flake8
Requires: python3-pytest-black Requires: python3-pytest-black
Requires: python3-pytest-cov Requires: python3-pytest-cov
Requires: python3-toml
%description %description
Functools like those found in stdlib Functools like those found in stdlib
%package -n python3-jaraco-functools %package -n python3-jaraco-functools
Summary: Functools like those found in stdlib Summary: Functools like those found in stdlib
Provides: python-jaraco-functools Provides: python-jaraco-functools
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
%description -n python3-jaraco-functools %description -n python3-jaraco-functools
Functools like those found in stdlib Functools like those found in stdlib
%package help %package help
Summary: Development documents and examples for jaraco.functools Summary: Development documents and examples for jaraco.functools
Provides: python3-jaraco-functools-doc Provides: python3-jaraco-functools-doc
%description help %description help
Documentation for jaraco-functools Documentation for jaraco-functools
@ -79,5 +82,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Dec 24 2020 zhanghua <zhanghua40@huawei.com> - 3.0.1-2
- fix random build failed
* Fri Nov 13 2020 Python_Bot <Python_Bot@openeuler.org> - 3.0.1-1
- Package Spec generated - Package Spec generated