Compare commits

..

No commits in common. "a6284236a0bd511f766b692dfd5c62014f9200e4" and "57f5099df2144e64087515a1254b281f41c2b4c0" have entirely different histories.

3 changed files with 17 additions and 20 deletions

BIN
msgpack-1.0.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,19 +1,23 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-msgpack Name: python-msgpack
Version: 1.0.5 Version: 1.0.2
Release: 1 Release: 1
Summary: MessagePack (de)serializer. Summary: MessagePack (de)serializer.
License: Apache-2.0 License: Apache 2.0
URL: https://github.com/msgpack/msgpack-python URL: https://github.com/msgpack/msgpack-python
Source0: https://files.pythonhosted.org/packages/dc/a1/eba11a0d4b764bc62966a565b470f8c6f38242723ba3057e9b5098678c30/msgpack-1.0.5.tar.gz Source0: https://files.pythonhosted.org/packages/59/04/87fc6708659c2ed3b0b6d4954f270b6e931def707b227c4554f99bd5401e/msgpack-1.0.2.tar.gz
%description %description
[MessagePack](https://msgpack.org/) is an efficient binary serialization format. [MessagePack](https://msgpack.org/) is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON. It lets you exchange data among multiple languages like JSON.
But it's faster and smaller. But it's faster and smaller.
This package provides CPython bindings for reading and writing MessagePack data. This package provides CPython bindings for reading and writing MessagePack data.
%package -n python3-msgpack %package -n python3-msgpack
Summary: MessagePack (de)serializer. Summary: MessagePack (de)serializer.
Provides: python-msgpack Provides: python-msgpack
@ -21,23 +25,31 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
%description -n python3-msgpack %description -n python3-msgpack
[MessagePack](https://msgpack.org/) is an efficient binary serialization format. [MessagePack](https://msgpack.org/) is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON. It lets you exchange data among multiple languages like JSON.
But it's faster and smaller. But it's faster and smaller.
This package provides CPython bindings for reading and writing MessagePack data. This package provides CPython bindings for reading and writing MessagePack data.
%package help %package help
Summary: Development documents and examples for msgpack Summary: Development documents and examples for msgpack
Provides: python3-msgpack-doc Provides: python3-msgpack-doc
%description help %description help
[MessagePack](https://msgpack.org/) is an efficient binary serialization format. [MessagePack](https://msgpack.org/) is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON. It lets you exchange data among multiple languages like JSON.
But it's faster and smaller. But it's faster and smaller.
This package provides CPython bindings for reading and writing MessagePack data. This package provides CPython bindings for reading and writing MessagePack data.
%prep %prep
%autosetup -n msgpack-%{version} %autosetup -n msgpack-1.0.2
%build %build
%py3_build %py3_build
@ -77,20 +89,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Apr 06 2023 xu_ping <707078654@qq.com> - 1.0.5-1 * Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
- Upgrade to 1.0.5
* Thu Sep 29 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.4-1
- Upgrade to 1.0.4
* Fri Jul 22 2022 liksh <liks11@chinaunicom.cn> - 1.0.3-1
- upgrade to 1.0.3 for openstack yoga
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 1.0.2-3
- License compliance rectification
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
- DESC: delete BuildRequires gdb
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1
- Package Spec generated - Package Spec generated