Fix build error caused by py3.10+ wildcard
This commit is contained in:
parent
42102197d3
commit
5c795e48e5
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user