!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,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-functools
Version: 3.0.1
Release: 1
Release: 2
Summary: Functools like those found in stdlib
License: MIT
URL: https://pypi.org/project/jaraco.functools/
@ -16,6 +16,7 @@ Requires: python3-pytest-checkdocs
Requires: python3-pytest-flake8
Requires: python3-pytest-black
Requires: python3-pytest-cov
Requires: python3-toml
%description
Functools like those found in stdlib
@ -25,6 +26,8 @@ Summary: Functools like those found in stdlib
Provides: python-jaraco-functools
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-toml
%description -n python3-jaraco-functools
Functools like those found in stdlib
@ -79,5 +82,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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