diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec index 5d535b5..96b1af6 100644 --- a/python-u-msgpack-python.spec +++ b/python-u-msgpack-python.spec @@ -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 - 2.5.0-4 +- Fix build error caused by py3.10+ wildcard + * Sun Sep 26 2021 caodongxia - 2.5.0-3 - Provides python-u-msgpack-python