Changelog for
python312-ujson-5.10.0-56.13.i586.rpm :
* Thu Jun 13 2024 Dirk Müller
- update to 5.10.0:
* Add support for Python 3.13 (#628) AATThugovk
* Wed Dec 13 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) AATTeltoder
* Use lowercase strings for bool dict keys (#614) AATTeltoder
* Deploy to PyPI using trusted publishing (#603) AATThugovk
* Replace PyPy3.8 wheel with PyPy3.10 (#602) AATThugovk
* Speed-up and cleanup objToJSON (#615) AATTeltoder
* Use lowercase strings for bool dict keys (#614) AATTeltoder
* Wed Jul 19 2023 ecsos - %{?sle15_python_module_pythons} must at begnning to work.
* Sat Jul 08 2023 Arun Persaud - update to version 5.8.0:
* Added + Build wheel for Python 3.12 beta (built against 3.12.0b2) (#594) AATThugovk
* Changed + Drop support for Python 3.7 (#595) AATThugovk
* Fixed + Include BSD-3-Clause and TCL license text (#584) AATTmusicinmybrain
* Sat Jun 10 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Mar 27 2023 Dirk Müller - update to 5.7.0:
* Support ujson.loads(bytearray(...)) and other bytes-like objects.
* Wed Dec 07 2022 Yogalakshmi Arunachalam - Update to version 5.6.0
* Added Update vendored double-conversion to 3.2.1 (#570) AATTjoemarshall
* Fixed Fix len integer overflow issue (#567) AATTmarioga
* Sat Sep 17 2022 Arun Persaud - update to version 5.5.0:
* Added + Add support for Python 3.11 and PyPy3.9 (#564) AATThugovk + Add separators encoding parameter (#557) AATTJustAnotherArchivist
* Fixed + Fix encoding of infinity (#80). (#562) AATTbwoodsend
* Fri Jul 08 2022 Dirk Müller - update to 5.4.0 (CVE-2022-31116, bsc#1201255, CVE-2022-31117, bsc#1201254):
* Replace wchar_t string decoding implementation with a uint32_t-based one
* Fix handling of surrogates on decoding
* CVE-2022-31117: Potential double free of buffer during string decoding
* Fix memory leak on encoding errors when the buffer was resized
* Integer parsing: always detect overflows
* Fix handling of surrogates on encoding
* Tue May 24 2022 Gayane Osipyan - update to version 5.3.0
* Test Python 3.11 beta (#539) AATThugovk
* Benchmark refactor - argparse CLI (#533) AATTErotemic
* Fix segmentation faults when errors occur while handling unserialisable objects (#531) AATTJustAnotherArchivist
* Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) AATTJustAnotherArchivist
* Fix memory leak dumping on non-string dict keys (#521) AATTJustAnotherArchivist
* Fix ref counting on repeated default function calls (#524) AATTJustAnotherArchivist
* Remove redundant wheel dependency from pyproject.toml (#535) AATThugovk- Release 5.2.0
* Support parsing NaN, Infinity and -Infinity (#514) AATTErotemic
* Support dynamically linking against system double-conversion library (#508) AATTmusicinmybrain
* Add env var to control stripping debug info (#507) AATTmusicinmybrain
* Add JSONDecodeError (#498) AATTJustAnotherArchivist
* Fix buffer overflows (CVE-2021-45958, bsc#1194261) (#519) AATTJustAnotherArchivist
* Upgrade Black to fix Click (#515) AATThugovk
* simplify exception handling on integer overflow (#510) AATTRouquinBlanc
* Remove dead code that used to handle the separate int type in Python 2 (#509) AATTJustAnotherArchivist
* Fix exceptions on encoding list or dict elements and non-overflow errors on int handling getting silenced (#505) AATTJustAnotherArchivist- Release 5.1.0
* Strip debugging symbols from Linux binaries (#493) AATTbwoodsend- Release 5.0.0
* Use cibuildwheel to build wheels (#491) AATTbwoodsend
* Drop support for soon-EOL Python 3.6 (#490) AATThugovk
* Install Twine to upload to PyPI (#492) AATThugovk- Remove python-ujson-system-double-conversion.patch (upstreamed)
* Sat Dec 11 2021 Ben Greiner - update to 4.3.0
* Enable Windows on ARM64 target (#488) AATTnsait-linaro- Release 4.2.0
* Add a default keyword argument to dumps (#470) AATTgarenchan
* Add support for Python 3.10 (#472) AATThugovk
* Build 32-bit wheels for Windows (#481) AATThugovk
* Build PyPy3 wheels for manylinux (#475) AATThugovk
* Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64) (#478) AATTbwoodsend
* Build wheels for musl Linux (musllinux_1_1_x86_64) (#476) AATTbwoodsend
* Use declarative setup metadata (#477) AATThugovk
* Wheel building updates (#473) AATThugovk
* Rename master to main (#471) AATThugovk
* Replace README.rst with Markdown (#479) AATThugovk- Release 4.1.0
* Add gcov coverage testing for C code (#457) AATTbwoodsend
* Test Python 3.10-dev (#454) AATThugovk
* Remove unused variable (#459) AATThugovk
* Remove explicit handling of manylinux platform tag (#452) AATTbwoodsend
* dconv no longer uses global instances of StringToDoubleConverter and (#469) AATTdas-intensity
* Switch shebang for the manylinux-wheels script (#465) AATTbwoodsend
* Fix typos in error message (#449) AATTfilipsalomonsson- refresh python-ujson-system-double-conversion.patch- Update requirements: removes unmaintained blist
* Mon Feb 01 2021 Dirk Müller - 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