Update to 3.9.12. Fixes rhbz#2259025

This commit is contained in:
Benjamin A. Beasley 2024-01-18 15:23:18 -05:00
commit 724f179aff
4 changed files with 35 additions and 4 deletions

View file

@ -8,7 +8,7 @@
%bcond tests 1
Name: python-orjson
Version: 3.9.10
Version: 3.9.12
Release: 1%{?dist}
Summary: Fast, correct Python JSON library
@ -16,6 +16,10 @@ License: Apache-2.0 OR MIT
URL: https://github.com/ijl/orjson
Source: %{pypi_source orjson}
# Use the current verison of ahash, 0.8.7
# https://github.com/ijl/orjson/pull/451
Patch: %{url}/pull/451/commits/cb94db294e628f3a9d1ee3e7c54e3df41daff393.patch
BuildRequires: tomcli
BuildRequires: python3-devel
BuildRequires: %{py3_dist pytest-forked}
@ -32,14 +36,15 @@ datetimes, and numpy}
%package -n python3-orjson
Summary: %{summary}
# (Apache-2.0 OR MIT) AND BSD-3-Clause
# Apache-2.0
# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
# BSD-2-Clause OR Apache-2.0 OR MIT
# MIT
# MIT OR Apache-2.0
License: %{shrink:
(Apache-2.0 OR MIT) AND
BSD-3-Clause AND
Apache-2.0 AND
(BSD-2-Clause OR Apache-2.0 OR MIT) AND
(Apache-2.0 OR BSL-1.0) AND
MIT
}
@ -94,6 +99,9 @@ export RUSTFLAGS='%{build_rustflags}'
%changelog
* Thu Jan 18 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.12-1
- Update to 3.9.12. Fixes rhbz#2259025
* Wed Nov 22 2023 Maxwell G <maxwell@gtmx.me> - 3.9.10-1
- Update to 3.9.10. Fixes rhbz#2243767.