From 22bf9c4e9390d6237d2a09d1cb24334a8e856712 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Sun, 26 Sep 2021 17:51:47 +0800 Subject: [PATCH] Provides python-u-msgpack-python --- python-u-msgpack-python.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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