Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9133a87d84 | |||
| 95ba3897cd | |||
| 000a9991dd | |||
| 4efac99aff | |||
| ecc314e35b | |||
| 8d0af6c357 | |||
| 1a661b797c | |||
| c245fc9689 |
BIN
orjson-3.10.15-devendored.tar.xz
LFS
Normal file
BIN
orjson-3.10.15-devendored.tar.xz
LFS
Normal file
Binary file not shown.
BIN
orjson-3.10.15.tar.gz
LFS
Normal file
BIN
orjson-3.10.15.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd1530083f5f4f59d192c2b43f8f3357f2dade12b28049e8a43ffca1aa9132f5
|
|
||||||
size 171736
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39485f4ab4c9b30a3943cfe99e1a213c4776fb69e8abd68f66b83d5a0b0fdc6d
|
|
||||||
size 5945188
|
|
||||||
@@ -1,24 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
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
|
# spec file for package python-orjson
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-orjson
|
Name: python-orjson
|
||||||
Version: 3.11.4
|
Version: 3.10.15
|
||||||
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
|
||||||
@@ -29,8 +29,8 @@ Source1: vendor.tar.xz
|
|||||||
Source2: https://files.pythonhosted.org/packages/source/o/orjson/orjson-%{version}.tar.gz
|
Source2: https://files.pythonhosted.org/packages/source/o/orjson/orjson-%{version}.tar.gz
|
||||||
Source3: devendor-sdist.sh
|
Source3: devendor-sdist.sh
|
||||||
Source4: PACKAGING_README.md
|
Source4: PACKAGING_README.md
|
||||||
BuildRequires: %{python_module base >= 3.9}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module maturin >= 1.9.2}
|
BuildRequires: %{python_module maturin >= 1}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
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