!5 Update package to version 0.9.14

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-21 06:08:59 +00:00 committed by Gitee
commit f80cf2d5fe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
json5-0.9.14.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-json5
Version: 0.9.11
Version: 0.9.14
Release: 1
Summary: Python implementation of the JSON5 data format
License: Apache-2.0
URL: https://github.com/dpranke/pyjson5
Source0: https://files.pythonhosted.org/packages/da/8b/26535688697b6129c0ccec7806162db0d01c9bc8b8994ab1e87c32ef9648/json5-0.9.11.tar.gz
Source0: https://files.pythonhosted.org/packages/f9/40/89e0ecbf8180e112f22046553b50a99fdbb9e8b7c49d547cda2bfa81097b/json5-0.9.14.tar.gz
BuildArch: noarch
%description
JSON5 extends the JSON data interchange format to make it slightly more usable
as a configuration language:
@ -88,6 +89,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Jun 19 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.9.14-1
- Update package to version 0.9.14
* Tue Feb 07 2023 wangjunqi <wangjunqi@kylinos.cn> - 0.9.11-1
- Update package to version 0.9.11