Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6715754d66
!15 Upgrade version to 2.8.0
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-22 06:38:37 +00:00
cherry530
7a7b9de10c Upgrade version to 2.8.0
Signed-off-by: cherry530 <707078654@qq.com>
2023-08-22 11:41:01 +08:00
openeuler-ci-bot
c4c20e6226
!12 Update python-u-msgpack-python to v2.7.1
From: @penelope_y 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-13 07:09:36 +00:00
penelope
2990dec844 Update to V2.7.1 2022-06-07 16:41:37 +08:00
openeuler-ci-bot
331a0fb1fb
!11 解决python-u-msgpack-python在master分支编译失败 eorror:file not foud .... -py?.?.egg-info
From: @xigaoxinyan 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-04-22 06:56:29 +00:00
xigaoxinyan
5c795e48e5 Fix build error caused by py3.10+ wildcard 2022-04-15 16:24:19 +08:00
openeuler-ci-bot
42102197d3 !3 Provides python-u-msgpack-python
From: @caodongxia
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2021-09-28 06:45:05 +00:00
caodongxia
22bf9c4e93 Provides python-u-msgpack-python 2021-09-26 17:51:47 +08:00
openeuler-ci-bot
207f31c796 !2 python-u-msgpack-python
Merge pull request !2 from wangef/master
2020-05-19 10:05:18 +08:00
wwx913452
dc90d82f71 added python-u-msgpack-python.yaml 2020-05-07 19:30:55 +08:00
4 changed files with 23 additions and 6 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global with_tests 0%{?_with_tests:1}
Name: python-u-msgpack-python
Version: 2.5.0
Release: 2
Version: 2.8.0
Release: 1
Summary: A lightweight MessagePack serializer and deserializer module written in pure Python
License: MIT
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/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
@ -19,6 +19,7 @@ the new binary, UTF-8 string, and application-defined ext types.
%package -n python3-u-msgpack-python
Summary: A lightweight MessagePack serializer and deserializer module written in pure Python
%{?python_provide:%python_provide python3-u-msgpack-python}
%description -n python3-u-msgpack-python
u-msgpack-python is a lightweight MessagePack serializer and deserializer module written in pure Python,
@ -27,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.
%prep
%autosetup -n u-msgpack-python-2.5.0 -p1
%autosetup -n u-msgpack-python-%{version} -p1
%build
%py3_build
@ -43,10 +44,22 @@ the new binary, UTF-8 string, and application-defined ext types.
%files -n python3-u-msgpack-python
%license LICENSE
%doc README.md
%{python3_sitelib}/{__pycache__/*,umsgpack.py}
%{python3_sitelib}/u_msgpack_python-%{version}-py?.?.egg-info
%{python3_sitelib}/umsgpack/*
%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Aug 22 2023 xu_ping <707078654@qq.com> - 2.8.0-1
- Update to V2.8.0
* Tue 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
- Fix build error caused by py3.10+ wildcard
* Sun Sep 26 2021 caodongxia <caodongxia@huawei.com> - 2.5.0-3
- Provides python-u-msgpack-python
* Wed Jan 8 2020 chenli<chenli147@huawei.com> 2.5.0-2
- Initial package

View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: u-msgpack-python
tag_prefix: ^v
seperator: .

Binary file not shown.