- 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:
parent
decba6fff4
commit
945e2381fd
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<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="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
orjson-3.8.10.tar.gz
(Stored with Git LFS)
Normal file
BIN
orjson-3.8.10.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eda1534a5289168614f21422861cbfb1abb8a82d66c00a8ba823d863c0797178
|
|
||||||
size 861187
|
|
@ -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>
|
Mon Jan 2 20:07:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-orjson
|
Name: python-orjson
|
||||||
Version: 3.8.3
|
Version: 3.8.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user