Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a6284236a0
!14 upgrade 1.0.5
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-04-06 08:27:54 +00:00
root
948e009358 Upgrade 1.0.5
Signed-off-by: root <root@localhost.localdomain>
Signed-off-by: cherry530 <707078654@qq.com>
2023-04-06 15:38:09 +08:00
openeuler-ci-bot
fe2357019f
!12 Upgrade to 1.0.4
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-29 10:39:19 +00:00
jxy_git
27962f5343 Upgrade to 1.0.4 2022-09-29 16:30:19 +08:00
openeuler-ci-bot
7b411d7e00
!10 upgrade package for openstack yoga
From: @liksh 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-07-25 03:15:06 +00:00
liksh
9cf5650ad5 upgrade to 1.0.3 for openstack yoga
Signed-off-by: liksh <li_kunshan@163.com>
2022-07-22 17:35:45 +08:00
openeuler-ci-bot
abfdb3c6ab
!8 统一spec文件的License名称规范
From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-18 08:41:07 +00:00
lauk
8f8a8c94bc License compliance rectification 2022-05-18 09:37:52 +08:00
openeuler-ci-bot
51c3b6e3f1 !7 python-msgpack delete BuildRequires gdb
From: @chenyanpanHW
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-08-05 03:35:10 +00:00
chenyanpanHW
7dc6f36433
delete BuildRequires gdb 2021-08-04 21:18:22 +08:00
3 changed files with 20 additions and 17 deletions

Binary file not shown.

BIN
msgpack-1.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -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