Accepting request 1079288 from devel:languages:python

- 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/request/show/1079288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-orjson?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-04-14 11:13:24 +00:00 committed by Git OBS Bridge
commit 4824a5ddff
6 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">orjson-3.8.3.tar.gz</param>
<param name="srctar">orjson-*.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>

BIN
orjson-3.8.10.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eda1534a5289168614f21422861cbfb1abb8a82d66c00a8ba823d863c0797178
size 861187

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>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-orjson
Version: 3.8.3
Version: 3.8.10
Release: 0
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
License: Apache-2.0 OR MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.