Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e585fcc7b0 | |||
| f16c4d4442 | |||
| cb9adeadd9 | |||
| bcf4443a31 |
3
pyjson5-0.12.0.tar.gz
Normal file
3
pyjson5-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39b21785fc12c61716a3634b466e3faffc5c679148c2d9cbbef9cc0c15772b6f
|
||||||
|
size 424039
|
||||||
BIN
pyjson5-0.9.25.tar.gz
LFS
BIN
pyjson5-0.9.25.tar.gz
LFS
Binary file not shown.
@@ -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>
|
Mon Apr 15 06:16:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-json5
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-json5
|
Name: python-json5
|
||||||
Version: 0.9.25
|
Version: 0.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python implementation of the JSON5 data format
|
Summary: A Python implementation of the JSON5 data format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user