15
0
forked from pool/python-json5

- update to 0.9.14:

* Handle `+Infinity` as well as `-Infinity` and `Infinity`.
  * No code changes.
  * fix GitHub actions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=21
This commit is contained in:
2023-11-27 19:05:44 +00:00
committed by Git OBS Bridge
parent 1613ba688c
commit e18755ef56
4 changed files with 13 additions and 7 deletions

View File

@@ -1,17 +1,23 @@
-------------------------------------------------------------------
Mon Nov 27 19:03:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.14:
* Handle `+Infinity` as well as `-Infinity` and `Infinity`.
-------------------------------------------------------------------
Sun Mar 26 19:22:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.13:
* Remove a field from one of the JSON benchmark files to
reduce confusion in Chromium.
* No code changes.
* No code changes.
-------------------------------------------------------------------
Wed Jan 4 19:58:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.12:
* fix dump error on python 2
* fix GitHub actions
* fix GitHub actions
-------------------------------------------------------------------
Sat Sep 24 10:54:29 UTC 2022 - Dirk Müller <dmueller@suse.com>