!11 解决python-u-msgpack-python在master分支编译失败 eorror:file not foud .... -py?.?.egg-info

From: @xigaoxinyan 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-04-22 06:56:29 +00:00 committed by Gitee
commit 331a0fb1fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global with_tests 0%{?_with_tests:1}
Name: python-u-msgpack-python
Version: 2.5.0
Release: 3
Release: 4
Summary: A lightweight MessagePack serializer and deserializer module written in pure Python
License: MIT
@ -45,9 +45,12 @@ the new binary, UTF-8 string, and application-defined ext types.
%license LICENSE
%doc README.md
%{python3_sitelib}/{__pycache__/*,umsgpack.py}
%{python3_sitelib}/u_msgpack_python-%{version}-py?.?.egg-info
%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Apr 15 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-4
- Fix build error caused by py3.10+ wildcard
* Sun Sep 26 2021 caodongxia <caodongxia@huawei.com> - 2.5.0-3
- Provides python-u-msgpack-python