17
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-rapidjson?expand=0&rev=30
This commit is contained in:
2025-11-18 04:20:11 +00:00
committed by Git OBS Bridge
parent 1383cacdec
commit f5a84e85b5
5 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 18 04:18:48 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- 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
-------------------------------------------------------------------
Thu Jun 20 12:41:52 UTC 2024 - Dirk Müller <dmueller@suse.com>