From f16c4d444232bf66fa7b98fcfade03021e85dafcfcdd1bc15160cd440462bde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 9 Jun 2025 08:26:42 +0000 Subject: [PATCH] Accepting request 1283956 from home:crameleon:branches:devel:languages:python update to 0.12.0 OBS-URL: https://build.opensuse.org/request/show/1283956 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=29 --- pyjson5-0.12.0.tar.gz | 3 +++ pyjson5-0.9.28.tar.gz | 3 --- python-json5.changes | 12 ++++++++++++ python-json5.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 pyjson5-0.12.0.tar.gz delete mode 100644 pyjson5-0.9.28.tar.gz diff --git a/pyjson5-0.12.0.tar.gz b/pyjson5-0.12.0.tar.gz new file mode 100644 index 0000000..1924e29 --- /dev/null +++ b/pyjson5-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b21785fc12c61716a3634b466e3faffc5c679148c2d9cbbef9cc0c15772b6f +size 424039 diff --git a/pyjson5-0.9.28.tar.gz b/pyjson5-0.9.28.tar.gz deleted file mode 100644 index 2262380..0000000 --- a/pyjson5-0.9.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368c39097fad3ba8d147118ae231f02e9012b7a8b9c8a24d6bbe849aad46e2e5 -size 366052 diff --git a/python-json5.changes b/python-json5.changes index 27a0122..f26dd91 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jun 8 22:42:48 UTC 2025 - Georg Pfuetzenreuter + +- update to 0.12.0 + * jump several versions with meta/test changes + * from 0.11.0: + * Fix a typing issue in dump and dumps with the cls argument + * Introduce a new parse method + * Fix #60 - parsing '--6.0' incorrectly + * from 0.10.1: + * Add custom encoding to dump/dumps + ------------------------------------------------------------------- Wed Nov 13 15:22:09 UTC 2024 - Dirk Müller diff --git a/python-json5.spec b/python-json5.spec index 483d41d..3cc4aaf 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -1,7 +1,7 @@ # # spec file for package python-json5 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ %{?sle15_python_module_pythons} Name: python-json5 -Version: 0.9.28 +Version: 0.12.0 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0