Accepting request 1304847 from home:mcalabkova:branches:devel:languages:python

- Update to 3.11.3
  * ABI compatibility with CPython 3.14 beta 4.
  * Drop support for Python 3.8.
  * Use a deserialization buffer allocated per request instead of a shared
    buffer allocated on import.
  * Fix str on big-endian architectures.
  * Build now depends on Rust 1.85 or later instead of 1.82.
  * Fix PyPI project metadata when using maturin 1.9.2 or later.

OBS-URL: https://build.opensuse.org/request/show/1304847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=27
This commit is contained in:
2025-09-16 08:14:17 +00:00
committed by Git OBS Bridge
parent d4384e98af
commit 11c8e0d1d5
7 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 15 14:46:50 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 3.11.3
* ABI compatibility with CPython 3.14 beta 4.
* Drop support for Python 3.8.
* Use a deserialization buffer allocated per request instead of a shared
buffer allocated on import.
* Fix str on big-endian architectures.
* Build now depends on Rust 1.85 or later instead of 1.82.
* Fix PyPI project metadata when using maturin 1.9.2 or later.
-------------------------------------------------------------------
Fri Feb 7 12:53:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>