diff --git a/json5-0.9.6.tar.gz b/json5-0.9.6.tar.gz deleted file mode 100644 index 887d03c..0000000 Binary files a/json5-0.9.6.tar.gz and /dev/null differ diff --git a/json5-0.9.8.tar.gz b/json5-0.9.8.tar.gz new file mode 100644 index 0000000..a95a848 Binary files /dev/null and b/json5-0.9.8.tar.gz differ diff --git a/python-json5.spec b/python-json5.spec index f462dc1..f54886f 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -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 - 0.9.8-1 +- Update to 0.9.8 + * Fri Jun 25 2021 sunligang - 0.9.6-1 - Initial package