diff --git a/json5-0.9.11.tar.gz b/json5-0.9.11.tar.gz deleted file mode 100644 index 33137c9..0000000 Binary files a/json5-0.9.11.tar.gz and /dev/null differ diff --git a/json5-0.9.14.tar.gz b/json5-0.9.14.tar.gz new file mode 100644 index 0000000..1dc4c53 Binary files /dev/null and b/json5-0.9.14.tar.gz differ diff --git a/python-json5.spec b/python-json5.spec index 507d611..8f165df 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -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 - 0.9.14-1 +- Update package to version 0.9.14 + * Tue Feb 07 2023 wangjunqi - 0.9.11-1 - Update package to version 0.9.11