fix build error caused by py3.10+ wildcard
This commit is contained in:
parent
18954b2922
commit
aa5259ac7a
@ -1,6 +1,6 @@
|
|||||||
Name: python-incremental
|
Name: python-incremental
|
||||||
Version: 17.5.0
|
Version: 17.5.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A small library versions your Python projects
|
Summary: A small library versions your Python projects
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/twisted/incremental
|
URL: https://github.com/twisted/incremental
|
||||||
@ -32,9 +32,12 @@ rm -rf incremental.egg-info
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/incremental
|
%{python3_sitelib}/incremental
|
||||||
%{python3_sitelib}/incremental-%{version}-py?.?.egg-info
|
%{python3_sitelib}/incremental-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2022 yangping <yangping69@huawei.com> - 17.5.0-7
|
||||||
|
- Fix build error caused by py3.10+ wildcard
|
||||||
|
|
||||||
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 17.5.0-6
|
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 17.5.0-6
|
||||||
- remove python2 subpackage
|
- remove python2 subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user