14
0
forked from pool/python-ujson

- update to 4.0.2:

* Travis CI: Test on 3.9 final, remove 3.8
  * Toward matching Python standard library output for float
  * Fix errors on reading long decimal floats
  * Fix #429: Make empty dict/list indented serialization match stdlib json
  * Fix dealing with None types

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=27
This commit is contained in:
2021-02-01 18:20:26 +00:00
committed by Git OBS Bridge
parent 549ac51857
commit 11ee84eda4
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.0.2:
* Travis CI: Test on 3.9 final, remove 3.8
* Toward matching Python standard library output for float
* Fix errors on reading long decimal floats
* Fix #429: Make empty dict/list indented serialization match stdlib json
* Fix dealing with None types
-------------------------------------------------------------------
Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>