From 1613ba688c95484c688cfee781a9d041155b9c9108f8247ad05b73932430dd30 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 19:22:56 +0000 Subject: [PATCH] - update to 0.9.13: * Remove a field from one of the JSON benchmark files to reduce confusion in Chromium. * No code changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=19 --- pyjson5-0.9.12.tar.gz | 3 --- pyjson5-0.9.13.tar.gz | 3 +++ python-json5.changes | 8 ++++++++ python-json5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pyjson5-0.9.12.tar.gz create mode 100644 pyjson5-0.9.13.tar.gz diff --git a/pyjson5-0.9.12.tar.gz b/pyjson5-0.9.12.tar.gz deleted file mode 100644 index ea28d74..0000000 --- a/pyjson5-0.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34dee43d6ae60f5896ca5bf7527df711a68afd4a6e4bde6be0838c1fd22c33e -size 111550 diff --git a/pyjson5-0.9.13.tar.gz b/pyjson5-0.9.13.tar.gz new file mode 100644 index 0000000..b3b6594 --- /dev/null +++ b/pyjson5-0.9.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:051d8aa1b7d1da07321591d6ed653a51fe7b9b668bfd9af14ecdd12e483ce1c3 +size 111619 diff --git a/python-json5.changes b/python-json5.changes index e8b1a71..0d57355 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 26 19:22:31 UTC 2023 - Dirk Müller + +- update to 0.9.13: + * Remove a field from one of the JSON benchmark files to + reduce confusion in Chromium. + * No code changes. + ------------------------------------------------------------------- Wed Jan 4 19:58:43 UTC 2023 - Dirk Müller diff --git a/python-json5.spec b/python-json5.spec index b2bdbd5..192ede7 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json5 -Version: 0.9.12 +Version: 0.9.13 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0