forked from pool/python-orjson
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c96a3d8b73 | |||
| 2a787e6ee3 | |||
| c07e0acc64 | |||
| ac8f575adf | |||
| 3346e0e69c | |||
| 829877aa3d | |||
| edeac2ad8b | |||
| 20568c0341 | |||
| 0e46bef571 | |||
| 93c1023f65 | |||
| 719bbc61f2 | |||
| 47844c6657 |
BIN
orjson-3.10.15-devendored.tar.xz
LFS
BIN
orjson-3.10.15-devendored.tar.xz
LFS
Binary file not shown.
BIN
orjson-3.10.15.tar.gz
LFS
BIN
orjson-3.10.15.tar.gz
LFS
Binary file not shown.
3
orjson-3.11.4-devendored.tar.xz
Normal file
3
orjson-3.11.4-devendored.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd1530083f5f4f59d192c2b43f8f3357f2dade12b28049e8a43ffca1aa9132f5
|
||||
size 171736
|
||||
3
orjson-3.11.4.tar.gz
Normal file
3
orjson-3.11.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39485f4ab4c9b30a3943cfe99e1a213c4776fb69e8abd68f66b83d5a0b0fdc6d
|
||||
size 5945188
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 10:00:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.11.4
|
||||
* ABI compatibility with CPython 3.15 alpha 1.
|
||||
* Publish PyPI wheels for 3.14 and manylinux i686, manylinux
|
||||
arm7, manylinux ppc64le, manylinux s390x.
|
||||
* Build now requires a C compiler.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-orjson
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-orjson
|
||||
Version: 3.10.15
|
||||
Version: 3.11.4
|
||||
Release: 0
|
||||
Summary: Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
|
||||
License: Apache-2.0 OR MIT
|
||||
@@ -29,8 +29,8 @@ Source1: vendor.tar.xz
|
||||
Source2: https://files.pythonhosted.org/packages/source/o/orjson/orjson-%{version}.tar.gz
|
||||
Source3: devendor-sdist.sh
|
||||
Source4: PACKAGING_README.md
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module maturin >= 1}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module maturin >= 1.9.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
|
||||
BIN
vendor.tar.xz
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user