4 Commits

Author SHA256 Message Date
e585fcc7b0 Accepting request 1284020 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-json5?expand=0&rev=14
2025-06-10 07:06:55 +00:00
f16c4d4442 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
2025-06-09 08:26:42 +00:00
cb9adeadd9 Accepting request 1223992 from devel:languages:python
- 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/request/show/1223992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-json5?expand=0&rev=13
2024-11-14 15:09:04 +00:00
bcf4443a31 - 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
2024-11-13 15:23:01 +00:00
4 changed files with 30 additions and 5 deletions

3
pyjson5-0.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b21785fc12c61716a3634b466e3faffc5c679148c2d9cbbef9cc0c15772b6f
size 424039

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Jun 8 22:42:48 UTC 2025 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
- 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 <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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.25
Version: 0.12.0
Release: 0
Summary: A Python implementation of the JSON5 data format
License: Apache-2.0