diff --git a/python-jaraco-functools.spec b/python-jaraco-functools.spec index 3b35f3a..8ffe667 100644 --- a/python-jaraco-functools.spec +++ b/python-jaraco-functools.spec @@ -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 +* Thu Dec 24 2020 zhanghua - 3.0.1-2 +- fix random build failed + +* Fri Nov 13 2020 Python_Bot - 3.0.1-1 - Package Spec generated