!7 Fix compilation failures

From: @wk333 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-03-30 12:21:40 +00:00 committed by Gitee
commit d9f12e9f7a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: python-wcwidth
Version: 0.2.5
Release: 1
Release: 2
Summary: A Python library that measures the width of unicode strings rendered to a terminal
License: MIT
URL: https://github.com/jquast/wcwidth
@ -44,9 +44,12 @@ string is expected to occupy.
%files -n python3-wcwidth
%doc README.rst LICENSE
%{python3_sitelib}/wcwidth
%{python3_sitelib}/wcwidth-%{version}-py?.?.egg-info
%{python3_sitelib}/wcwidth-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Mar 30 2022 wangkai <wangkai385@huawei.com> - 0.2.5-2
- Fix compilation failures
* Mon Feb 1 2021 wutao <wutao61@huawei.com> - 0.2.5-1
- upgrade to 0.2.5