!2 updata package

From: @wenzhiwei11 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-08 10:53:14 +00:00 committed by Gitee
commit adf3401796
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
json5-0.9.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global pypi_name json5
Name: python-%{pypi_name}
Version: 0.9.6
Version: 0.9.8
Release: 1
Summary: Python implementation of the JSON5 data format
License: ASL 2.0
License: Apache-2.0
URL: https://github.com/dpranke/pyjson5
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
@ -71,5 +71,8 @@ rm -rf %{buildroot}/%{python3_sitelib}/README.md
%{_bindir}/pyjson5
%changelog
* Wed Aug 3 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 0.9.8-1
- Update to 0.9.8
* Fri Jun 25 2021 sunligang <sunligang@kylinos.cn> - 0.9.6-1
- Initial package