From 6099070d3c08ecdba8d9375f3b89d9b6fc083ed70293b311b96dfaaa1703eede Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Jan 2023 20:00:07 +0000 Subject: [PATCH] - update to 0.9.12: * fix dump error on python 2 * fix GitHub actions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=17 --- pyjson5-0.9.10.tar.gz | 3 --- pyjson5-0.9.12.tar.gz | 3 +++ python-json5.changes | 7 +++++++ python-json5.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pyjson5-0.9.10.tar.gz create mode 100644 pyjson5-0.9.12.tar.gz diff --git a/pyjson5-0.9.10.tar.gz b/pyjson5-0.9.10.tar.gz deleted file mode 100644 index bab99c2..0000000 --- a/pyjson5-0.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f9fcc0b9e29331841b1c429eebdf1605fe32ee998a59825dd36ae6f4b97180 -size 111356 diff --git a/pyjson5-0.9.12.tar.gz b/pyjson5-0.9.12.tar.gz new file mode 100644 index 0000000..ea28d74 --- /dev/null +++ b/pyjson5-0.9.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b34dee43d6ae60f5896ca5bf7527df711a68afd4a6e4bde6be0838c1fd22c33e +size 111550 diff --git a/python-json5.changes b/python-json5.changes index 393af02..e8b1a71 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 4 19:58:43 UTC 2023 - Dirk Müller + +- update to 0.9.12: + * fix dump error on python 2 + * fix GitHub actions + ------------------------------------------------------------------- Sat Sep 24 10:54:29 UTC 2022 - Dirk Müller diff --git a/python-json5.spec b/python-json5.spec index 3f66c21..b2bdbd5 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -1,7 +1,7 @@ # # spec file for package python-json5 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json5 -Version: 0.9.10 +Version: 0.9.12 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0