f5a84e85b5
- Update to 1.22: * Rectify type hints of loads() and Decoder.__call__() * Ensure Validator receives valid UTF-8 bytes/bytearray arguments * Recompute comparison table with latest versions of other libraries, using Python 3.13 * Typing stubs: specify default value for stream argument of Encoder.__call__() - Refreshed rapidjson-system.patch
Steve Kowalik2025-11-18 04:20:11 +00:00
7cd138a04e
Accepting request 1183577 from devel:languages:python
Ana Guerrero2024-06-28 13:46:50 +00:00
1383cacdec
- update to 1.17: * Use current master version of rapidjson
Dirk Mueller2024-06-20 12:42:02 +00:00
34066d97f8
Accepting request 1158410 from devel:languages:python
Ana Guerrero2024-03-17 21:14:43 +00:00
b874c1e574
- update to 1.16 (bsc#1220489, CVE-2024-27454): * Produce Python 3.8 wheels again, I deactivated it too eagerly, it's in security fixes only mode, not yet reached its end-of-life state * Honor the recursion limit also at parse time, to avoid attacks as described by CVE-2024-27454 - Switch to autosetup and pyproject macros.
Dirk Mueller2024-03-16 09:31:19 +00:00
ad3c213bad
Accepting request 1154475 from devel:languages:python
Ana Guerrero2024-03-04 20:25:05 +00:00
1670194167
- Switch to autosetup and pyproject macros.
Steve Kowalik2024-03-04 01:47:44 +00:00
df9ef6827c
- update to 1.14: * Produce binary wheels for macOS/arm64 - Update to 1.9 Fix memory leak when using end_array (issue #160) #130 and PR #131, thanks to Sebastian Pipping)
Dirk Mueller2024-01-05 17:40:28 +00:00
9307574802
Accepting request 1128340 from devel:languages:python
Ana Guerrero2023-11-23 20:42:27 +00:00
b6cabdcc17
Accepting request 1128334 from home:ecsos:python
Markéta Machová2023-11-23 13:09:56 +00:00
149dfe91dc
- Update to 0.9.1: * Compatibility fix for Python 3.8 (issue #125) * Fix memory leak in case of failed validation (issue 126)
Tomáš Chvátal
2020-03-10 10:10:03 +00:00
40894f0725
- 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
Tomáš Chvátal
2019-06-06 09:25:24 +00:00
d05673872d
Accepting request 708082 from devel:languages:python
Tomáš Chvátal
2019-06-06 09:23:59 +00:00