Upgrade to 1.0.4
This commit is contained in:
parent
7b411d7e00
commit
27962f5343
Binary file not shown.
BIN
msgpack-1.0.4.tar.gz
Normal file
BIN
msgpack-1.0.4.tar.gz
Normal file
Binary file not shown.
@ -1,23 +1,19 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-msgpack
|
Name: python-msgpack
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
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/61/3c/2206f39880d38ca7ad8ac1b28d2d5ca81632d163b2d68ef90e46409ca057/msgpack-1.0.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/22/44/0829b19ac243211d1d2bd759999aa92196c546518b0be91de9cacc98122a/msgpack-1.0.4.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
|
||||||
@ -26,29 +22,22 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%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-1.0.3
|
%autosetup -n msgpack-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -88,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Jul 22 2022 liksh <liks11@chinaunicom.cn> - 1.0.3-1
|
||||||
- upgrade to 1.0.3 for openstack yoga
|
- upgrade to 1.0.3 for openstack yoga
|
||||||
|
|
||||||
@ -97,5 +89,5 @@ mv %{buildroot}/doclist.lst .
|
|||||||
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
|
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.2-2
|
||||||
- DESC: delete BuildRequires gdb
|
- DESC: delete BuildRequires gdb
|
||||||
|
|
||||||
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> - 1.0.2-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user