!3 Provides python-u-msgpack-python

From: @caodongxia
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
This commit is contained in:
openeuler-ci-bot 2021-09-28 06:45:05 +00:00 committed by Gitee
commit 42102197d3

View File

@ -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 <caodongxia@huawei.com> - 2.5.0-3
- Provides python-u-msgpack-python
* Wed Jan 8 2020 chenli<chenli147@huawei.com> 2.5.0-2
- Initial package