From ced4d5947d18ac1628bb3659e25d0d282f2475b61a4ecf2efa176c7a9bc097bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 29 Sep 2025 08:59:13 +0000 Subject: [PATCH] Accepting request 1307662 from home:glaubitz:branches:devel:languages:python - Update to 0.12.1 * Fix #94, where objects returned from a custom encoder were not being indented properly. OBS-URL: https://build.opensuse.org/request/show/1307662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=31 --- pyjson5-0.12.0.tar.gz | 3 --- pyjson5-0.12.1.tar.gz | 3 +++ python-json5.changes | 7 +++++++ python-json5.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pyjson5-0.12.0.tar.gz create mode 100644 pyjson5-0.12.1.tar.gz diff --git a/pyjson5-0.12.0.tar.gz b/pyjson5-0.12.0.tar.gz deleted file mode 100644 index 1924e29..0000000 --- a/pyjson5-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39b21785fc12c61716a3634b466e3faffc5c679148c2d9cbbef9cc0c15772b6f -size 424039 diff --git a/pyjson5-0.12.1.tar.gz b/pyjson5-0.12.1.tar.gz new file mode 100644 index 0000000..b516784 --- /dev/null +++ b/pyjson5-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c729b79398a116a9eec40c71d8ad84e0e9e52d502377639d7ca67dd630266674 +size 424290 diff --git a/python-json5.changes b/python-json5.changes index f26dd91..bde15d3 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 29 07:13:11 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.12.1 + * Fix #94, where objects returned from a custom encoder were + not being indented properly. + ------------------------------------------------------------------- Sun Jun 8 22:42:48 UTC 2025 - Georg Pfuetzenreuter diff --git a/python-json5.spec b/python-json5.spec index 3cc4aaf..c65b334 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-json5 -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0