forked from pool/python-orjson
Accepting request 1199661 from home:glaubitz:branches:devel:languages:python
- Update to 3.10.7
* Improve performance of stable Rust amd64 builds.
- from version 3.10.6
* Improve performance.
- from version 3.10.5
* Improve performance.
- from version 3.10.4
* Improve performance.
- from version 3.10.3
* `manylinux` amd64 builds include runtime-detected AVX-512 `str`
implementation.
* Tests now compatible with numpy v2.
- from version 3.10.2
* Fix crash serializing `str` introduced in 3.10.1.
* Improve performance.
* Drop support for arm7.
- from version 3.10.1
* Serializing `numpy.ndarray` with non-native endianness raises
`orjson.JSONEncodeError`.
* Improve performance of serializing.
- from version 3.10.0
* Support serializing `numpy.float16` (`numpy.half`).
* sdist uses metadata 2.3 instead of 2.1.
* Improve Windows PyPI builds.
OBS-URL: https://build.opensuse.org/request/show/1199661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orjson?expand=0&rev=19
This commit is contained in:
BIN
orjson-3.10.7-devendored.tar.xz
LFS
Normal file
BIN
orjson-3.10.7-devendored.tar.xz
LFS
Normal file
Binary file not shown.
BIN
orjson-3.10.7.tar.gz
LFS
Normal file
BIN
orjson-3.10.7.tar.gz
LFS
Normal file
Binary file not shown.
BIN
orjson-3.9.15-devendored.tar.xz
LFS
BIN
orjson-3.9.15-devendored.tar.xz
LFS
Binary file not shown.
BIN
orjson-3.9.15.tar.gz
LFS
BIN
orjson-3.9.15.tar.gz
LFS
Binary file not shown.
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 10:29:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.10.7
|
||||||
|
* Improve performance of stable Rust amd64 builds.
|
||||||
|
- from version 3.10.6
|
||||||
|
* Improve performance.
|
||||||
|
- from version 3.10.5
|
||||||
|
* Improve performance.
|
||||||
|
- from version 3.10.4
|
||||||
|
* Improve performance.
|
||||||
|
- from version 3.10.3
|
||||||
|
* `manylinux` amd64 builds include runtime-detected AVX-512 `str`
|
||||||
|
implementation.
|
||||||
|
* Tests now compatible with numpy v2.
|
||||||
|
- from version 3.10.2
|
||||||
|
* Fix crash serializing `str` introduced in 3.10.1.
|
||||||
|
* Improve performance.
|
||||||
|
* Drop support for arm7.
|
||||||
|
- from version 3.10.1
|
||||||
|
* Serializing `numpy.ndarray` with non-native endianness raises
|
||||||
|
`orjson.JSONEncodeError`.
|
||||||
|
* Improve performance of serializing.
|
||||||
|
- from version 3.10.0
|
||||||
|
* Support serializing `numpy.float16` (`numpy.half`).
|
||||||
|
* sdist uses metadata 2.3 instead of 2.1.
|
||||||
|
* Improve Windows PyPI builds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 29 06:46:24 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Feb 29 06:46:24 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-orjson
|
Name: python-orjson
|
||||||
Version: 3.9.15
|
Version: 3.10.7
|
||||||
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
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user