diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec index 8d67294..5d535b5 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: 2 +Release: 3 Summary: A lightweight MessagePack serializer and deserializer module written in pure Python License: MIT @@ -19,6 +19,7 @@ the new binary, UTF-8 string, and application-defined ext types. %package -n python3-u-msgpack-python Summary: A lightweight MessagePack serializer and deserializer module written in pure Python +%{?python_provide:%python_provide python3-u-msgpack-python} %description -n python3-u-msgpack-python u-msgpack-python is a lightweight MessagePack serializer and deserializer module written in pure Python, @@ -47,6 +48,9 @@ the new binary, UTF-8 string, and application-defined ext types. %{python3_sitelib}/u_msgpack_python-%{version}-py?.?.egg-info %changelog +* Sun Sep 26 2021 caodongxia - 2.5.0-3 +- Provides python-u-msgpack-python + * Wed Jan 8 2020 chenli 2.5.0-2 - Initial package