From bcf4443a31b7fb4ef7766f4fa23e433ee3a635ec77fe0b0ce88fb8f635272fd2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 13 Nov 2024 15:23:01 +0000 Subject: [PATCH] - update to 0.9.28: * Fix GitHub CI to install uv so ./run tests works properly. * Mark Python3.13 as supported in package metadata. * Update dev package dependencies * Fix typo in //README.md * GitHub issue #82 Add support for the strict parameter to load()/loads(). * Significantly rework the infra and the run script to be contemporary. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=27 --- pyjson5-0.9.25.tar.gz | 3 --- pyjson5-0.9.28.tar.gz | 3 +++ python-json5.changes | 13 +++++++++++++ python-json5.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pyjson5-0.9.25.tar.gz create mode 100644 pyjson5-0.9.28.tar.gz diff --git a/pyjson5-0.9.25.tar.gz b/pyjson5-0.9.25.tar.gz deleted file mode 100644 index 23139ab..0000000 --- a/pyjson5-0.9.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a31db9a7d2cd102051e27efd519b9670a3b6be7b9d951145637c0a3e2350e141 -size 363613 diff --git a/pyjson5-0.9.28.tar.gz b/pyjson5-0.9.28.tar.gz new file mode 100644 index 0000000..2262380 --- /dev/null +++ b/pyjson5-0.9.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368c39097fad3ba8d147118ae231f02e9012b7a8b9c8a24d6bbe849aad46e2e5 +size 366052 diff --git a/python-json5.changes b/python-json5.changes index a18d340..27a0122 100644 --- a/python-json5.changes +++ b/python-json5.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 13 15:22:09 UTC 2024 - Dirk Müller + +- update to 0.9.28: + * Fix GitHub CI to install uv so ./run tests works properly. + * Mark Python3.13 as supported in package metadata. + * Update dev package dependencies + * Fix typo in //README.md + * GitHub issue #82 Add support for the strict parameter to + load()/loads(). + * Significantly rework the infra and the run script to be + contemporary. + ------------------------------------------------------------------- Mon Apr 15 06:16:21 UTC 2024 - Dirk Müller diff --git a/python-json5.spec b/python-json5.spec index f3559d2..483d41d 100644 --- a/python-json5.spec +++ b/python-json5.spec @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-json5 -Version: 0.9.25 +Version: 0.9.28 Release: 0 Summary: A Python implementation of the JSON5 data format License: Apache-2.0