15
0
forked from pool/python-json5

- 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
This commit is contained in:
2024-11-13 15:23:01 +00:00
committed by Git OBS Bridge
parent 74145bb0b4
commit bcf4443a31
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>