14
0

- update to 3.20.1:

* Do not memoize keys before they are coerced to string
    https://github.com/simplejson/simplejson/pull/329

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=102
This commit is contained in:
2025-03-30 08:04:28 +00:00
committed by Git OBS Bridge
parent 533c674966
commit 40372495a9
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 30 08:03:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.20.1:
* Do not memoize keys before they are coerced to string
https://github.com/simplejson/simplejson/pull/329
-------------------------------------------------------------------
Sun Sep 8 13:32:12 UTC 2024 - Dirk Müller <dmueller@suse.com>