diff --git a/python-ujson.changes b/python-ujson.changes index 9d84e5e..bb6e73a 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 13 10:14:23 UTC 2023 - Dirk Müller + +- update to 5.9.0: + * Raise TypeError if toDict() returns a non-dict instead of + silently converting it to null (#615) @eltoder + * Use lowercase strings for bool dict keys (#614) @eltoder + * Deploy to PyPI using trusted publishing (#603) @hugovk + * Replace PyPy3.8 wheel with PyPy3.10 (#602) @hugovk + * Speed-up and cleanup objToJSON (#615) @eltoder + * Use lowercase strings for bool dict keys (#614) @eltoder + ------------------------------------------------------------------- Wed Jul 19 07:08:39 UTC 2023 - ecsos @@ -30,7 +42,7 @@ Mon Mar 27 10:04:29 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Wed Dec 7 22:34:15 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.6.0 +- Update to version 5.6.0 * Added Update vendored double-conversion to 3.2.1 (#570) @joemarshall * Fixed @@ -127,7 +139,7 @@ Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller * 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 @@ -135,7 +147,7 @@ Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller * Fix UnicodeDecodeError on arm64/aarch64 * Add support for Python 3.9 * Drop support for EOL Python 3.5 - * Make PEP 384 compliant + * Make PEP 384 compliant ------------------------------------------------------------------- Mon Aug 3 05:24:24 UTC 2020 - Steve Kowalik @@ -175,7 +187,7 @@ Sun Mar 15 19:44:07 UTC 2020 - Benjamin Greiner - update to version 2.0.2 Fix serialization issue (#382) -- reactivate Python 2 build +- reactivate Python 2 build ------------------------------------------------------------------- Tue Mar 10 13:37:34 UTC 2020 - pgajdos@suse.com diff --git a/python-ujson.spec b/python-ujson.spec index c5160ad..3003640 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-ujson -Version: 5.8.0 +Version: 5.9.0 Release: 0 Summary: JSON encoder and decoder for Python License: BSD-3-Clause diff --git a/ujson-5.8.0.tar.gz b/ujson-5.8.0.tar.gz deleted file mode 100644 index b2a65ed..0000000 --- a/ujson-5.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78e318def4ade898a461b3d92a79f9441e7e0e4d2ad5419abed4336d702c7425 -size 7154530 diff --git a/ujson-5.9.0.tar.gz b/ujson-5.9.0.tar.gz new file mode 100644 index 0000000..41cc06a --- /dev/null +++ b/ujson-5.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cc92e73d5501b8a7f48575eeb14ad27156ad092c2e9fc7e3cf949f07e75532 +size 7154214