Compare commits
10 Commits
57f5099df2
...
a6284236a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6284236a0 | ||
|
|
948e009358 | ||
|
|
fe2357019f | ||
|
|
27962f5343 | ||
|
|
7b411d7e00 | ||
|
|
9cf5650ad5 | ||
|
|
abfdb3c6ab | ||
|
|
8f8a8c94bc | ||
|
|
51c3b6e3f1 | ||
|
|
7dc6f36433 |
Binary file not shown.
BIN
msgpack-1.0.5.tar.gz
Normal file
BIN
msgpack-1.0.5.tar.gz
Normal file
Binary file not shown.
@ -1,23 +1,19 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-msgpack
|
||||
Version: 1.0.2
|
||||
Version: 1.0.5
|
||||
Release: 1
|
||||
Summary: MessagePack (de)serializer.
|
||||
License: Apache 2.0
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/msgpack/msgpack-python
|
||||
Source0: https://files.pythonhosted.org/packages/59/04/87fc6708659c2ed3b0b6d4954f270b6e931def707b227c4554f99bd5401e/msgpack-1.0.2.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/dc/a1/eba11a0d4b764bc62966a565b470f8c6f38242723ba3057e9b5098678c30/msgpack-1.0.5.tar.gz
|
||||
|
||||
|
||||
%description
|
||||
|
||||
[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
|
||||
It lets you exchange data among multiple languages like JSON.
|
||||
But it's faster and smaller.
|
||||
This package provides CPython bindings for reading and writing MessagePack data.
|
||||
|
||||
|
||||
|
||||
|
||||
%package -n python3-msgpack
|
||||
Summary: MessagePack (de)serializer.
|
||||
Provides: python-msgpack
|
||||
@ -25,31 +21,23 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-cffi
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gdb
|
||||
%description -n python3-msgpack
|
||||
|
||||
[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
|
||||
It lets you exchange data among multiple languages like JSON.
|
||||
But it's faster and smaller.
|
||||
This package provides CPython bindings for reading and writing MessagePack data.
|
||||
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for msgpack
|
||||
Provides: python3-msgpack-doc
|
||||
%description help
|
||||
|
||||
[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
|
||||
It lets you exchange data among multiple languages like JSON.
|
||||
But it's faster and smaller.
|
||||
This package provides CPython bindings for reading and writing MessagePack data.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n msgpack-1.0.2
|
||||
%autosetup -n msgpack-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -89,5 +77,20 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
* Thu Apr 06 2023 xu_ping <707078654@qq.com> - 1.0.5-1
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user