14
0
forked from pool/python-orjson

- Update to 3.8.10:

- Fix compatibility with CPython 3.12.0a7.
  - Fix compatibility with big-endian architectures.
  - Fix crash in serialization.
  - Fix parallel initialization of orjson.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=11
This commit is contained in:
2023-04-13 19:02:59 +00:00
committed by Git OBS Bridge
parent decba6fff4
commit 945e2381fd
6 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 13 19:01:31 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 3.8.10:
- Fix compatibility with CPython 3.12.0a7.
- Fix compatibility with big-endian architectures.
- Fix crash in serialization.
- Fix parallel initialization of orjson.
-------------------------------------------------------------------
Mon Jan 2 20:07:26 UTC 2023 - Dirk Müller <dmueller@suse.com>