This commit is contained in:
penelope 2022-04-02 16:20:00 +08:00
parent 4664d7dac3
commit 8812463a97

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-jaraco-functools
Version: 3.0.1
Release: 2
Release: 3
Summary: Functools like those found in stdlib
License: MIT
URL: https://pypi.org/project/jaraco.functools/
@ -76,12 +76,15 @@ mv %{buildroot}/doclist.lst .
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco/functools*
%{python3_sitelib}/jaraco/__pycache__/functools*
%{python3_sitelib}/jaraco.functools-%{version}-py?.?.egg-info
%{python3_sitelib}/jaraco.functools-%{version}-py%{python3_version}.egg-info
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Sat Apr 02 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 3.0.1-3
- Fix build error caused by py3.10+ wildcard
* Thu Dec 24 2020 zhanghua <zhanghua40@huawei.com> - 3.0.1-2
- fix random build failed