forked from pool/python-python-rapidjson
- Update to 1.9 * Produce Python 3.11 wheels, thanks to cibuildwheel 2.11.1. OBS-URL: https://build.opensuse.org/request/show/1032063 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=18
107 lines
4.5 KiB
Plaintext
107 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 28 20:41:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 1.9
|
|
* Produce Python 3.11 wheels, thanks to cibuildwheel 2.11.1.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 22:46:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 1.8 (2022-07-07)
|
|
Fix problem on macOS explicitly requiring C++11, thanks to agate-pris (issue #166)
|
|
|
|
- Update to version 1.7 (2022-07-06)
|
|
Use current master version of rapidjson
|
|
Update the test suite to work on Pyston, thanks to Kevin Modzelewski (PR #161)
|
|
|
|
- Update to version 1.6 (2022-02-19)
|
|
Fix memory leak when using end_array (issue #160)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 13 23:07:04 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to v1.5
|
|
* Fix serialization bug when using DM_UNIX_TIME in a non-C locale
|
|
context
|
|
- Release 1.1 - 1.4
|
|
* wheel related
|
|
- Release 1.1
|
|
* Reduce decoder memory consumption by uniquifiying keys in the
|
|
loaded dictionaries
|
|
* Implement an alternative way of transmogrify JSON objects,
|
|
similar to json's object_pairs_hook load option (issue #154)
|
|
- Release 1.0
|
|
* Require Python 3.6 or greater
|
|
* New serialization options, iterable_mode and mapping_mode, to
|
|
give some control on how generic iterables and mappings get
|
|
encoded (fix issue #149 and issue #150)
|
|
* Internal refactorings, folding "skipkeys" and "sort_keys"
|
|
arguments into the mapping_mode options, respectively as
|
|
MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old" arguments kept
|
|
for backward compatibility
|
|
* Bump major version to 1, tag as "production/stable" and switch
|
|
to a simpler X.Y versioning schema
|
|
- Release 0.9.4
|
|
* Fix memory leak loading an invalid JSON (issue #148)
|
|
- Release 0.9.3
|
|
* Fix access to Encoder instance attributes (issue #147)
|
|
- Release 0.9.2
|
|
* Use current master version of rapidjson
|
|
* Enable GH Actions-based test workflow, thanks to Martin Thoma
|
|
(PR #143)
|
|
* Produce Python 3.9 wheels, disable testing under Python < 3.6
|
|
* Make the character used for indentation in pretty mode a
|
|
parameter (issue #135)
|
|
* Handle wider precision range in timestamps fractional seconds
|
|
(PR 133), thanks to Karl Seguin
|
|
* Add comparison benchmarks against orjson and hyperjson (issue
|
|
#130 and PR #131, thanks to Sebastian Pipping)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 10:08:12 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.9.1:
|
|
* Compatibility fix for Python 3.8 (issue #125)
|
|
* Fix memory leak in case of failed validation (issue 126)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 7 08:29:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix fdupes call to run on sitearch not sitelib
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 28 08:34:01 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.8.0
|
|
* New serialization option bytes_mode to control how bytes instances gets encoded
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 22 13:14:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.7.2:
|
|
* Hopefully fix the memory leak when loading from a stream (issue #117)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 17:18:47 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim bias from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 5 10:36:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.7.1:
|
|
* Raise a more specific exception on loading errors, JSONDecodeError, instead of generic ValueError (issue #118)
|
|
* Fix optimization path when using OrderedDicts (issue #119)
|
|
* Fix serialization of IntEnums (issue #121)
|
|
* Raise correct exception in code samples (PR #109), thanks to Thomas Dähling
|
|
* Fix compilation with system-wide install of rapidjson (issue #110)
|
|
* Use current master version of rapidjson, that includes a fix for its issue #1368 and issue #1336, and cures several compilation warnings as well (issue #112 and issue #107)
|
|
* Fix memory leak when using object_hook (issue #115)
|
|
- Add patch to enforce use of system rapidjson:
|
|
* rapidjson-system.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 22 13:40:34 UTC 2018 - Karol Babioch <kbabioch@suse.de>
|
|
|
|
- Initial packaging of version 0.6.3
|