fix random build failed
This commit is contained in:
parent
16c9ab6c69
commit
7629246e83
@ -1,36 +1,39 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-jaraco-functools
|
||||
Version: 3.0.1
|
||||
Release: 1
|
||||
Summary: Functools like those found in stdlib
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/jaraco.functools/
|
||||
Source0: https://files.pythonhosted.org/packages/89/e1/773ecbf42ada8dc31459837c76316478df975cf6d9fcc171075548bd7cac/jaraco.functools-3.0.1.tar.gz
|
||||
BuildArch: noarch
|
||||
Name: python-jaraco-functools
|
||||
Version: 3.0.1
|
||||
Release: 2
|
||||
Summary: Functools like those found in stdlib
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/jaraco.functools/
|
||||
Source0: https://files.pythonhosted.org/packages/89/e1/773ecbf42ada8dc31459837c76316478df975cf6d9fcc171075548bd7cac/jaraco.functools-3.0.1.tar.gz
|
||||
BuildArch: noarch
|
||||
Recommends: %{name}-help = %{version}-%{release}
|
||||
|
||||
Requires: python3-more-itertools
|
||||
Requires: python3-sphinx
|
||||
Requires: python3-pytest
|
||||
Requires: python3-pytest-checkdocs
|
||||
Requires: python3-pytest-flake8
|
||||
Requires: python3-pytest-black
|
||||
Requires: python3-pytest-cov
|
||||
Requires: python3-more-itertools
|
||||
Requires: python3-sphinx
|
||||
Requires: python3-pytest
|
||||
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
|
||||
|
||||
%package -n python3-jaraco-functools
|
||||
Summary: Functools like those found in stdlib
|
||||
Provides: python-jaraco-functools
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
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
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for jaraco.functools
|
||||
Provides: python3-jaraco-functools-doc
|
||||
Summary: Development documents and examples for jaraco.functools
|
||||
Provides: python3-jaraco-functools-doc
|
||||
%description help
|
||||
Documentation for jaraco-functools
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user