update to 0.9.8

This commit is contained in:
wenzhiwei11 2022-08-03 11:01:37 +08:00
parent eaa2aa4080
commit 7d4d4d3168
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