Provides python-u-msgpack-python

This commit is contained in:
caodongxia 2021-09-26 17:51:47 +08:00
parent 207f31c796
commit 22bf9c4e93

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