From 5c795e48e5190f6452c3731eb0d298341b8fc85f Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Fri, 15 Apr 2022 16:24:19 +0800 Subject: [PATCH] Fix build error caused by py3.10+ wildcard --- python-u-msgpack-python.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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