!12 Update python-u-msgpack-python to v2.7.1
From: @penelope_y Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
c4c20e6226
@ -1,12 +1,12 @@
|
|||||||
%global with_tests 0%{?_with_tests:1}
|
%global with_tests 0%{?_with_tests:1}
|
||||||
Name: python-u-msgpack-python
|
Name: python-u-msgpack-python
|
||||||
Version: 2.5.0
|
Version: 2.7.1
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: A lightweight MessagePack serializer and deserializer module written in pure Python
|
Summary: A lightweight MessagePack serializer and deserializer module written in pure Python
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/u-msgpack-python/
|
URL: https://pypi.org/project/u-msgpack-python/
|
||||||
Source0: https://files.pythonhosted.org/packages/f5/97/36d5ac7d71451e282051e48219cc825637f617a8f620a2edf90ab61b7f97/u-msgpack-python-2.5.0.tar.gz
|
Source0: https://github.com/vsergeev/u-msgpack-python/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools
|
||||||
@ -28,7 +28,7 @@ u-msgpack-python is fully compliant with the latest MessagePack specification. I
|
|||||||
the new binary, UTF-8 string, and application-defined ext types.
|
the new binary, UTF-8 string, and application-defined ext types.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n u-msgpack-python-2.5.0 -p1
|
%autosetup -n u-msgpack-python-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -48,6 +48,9 @@ the new binary, UTF-8 string, and application-defined ext types.
|
|||||||
%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 07 2022 yangping <yangping69@h-partners.com> - 2.7.1-1
|
||||||
|
- Update to V2.7.1
|
||||||
|
|
||||||
* Fri Apr 15 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-4
|
* Fri Apr 15 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-4
|
||||||
- Fix build error caused by py3.10+ wildcard
|
- Fix build error caused by py3.10+ wildcard
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
v2.7.1.tar.gz
Normal file
BIN
v2.7.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user