Update to 3.9.15. Fixes rhbz#2262570. Fixes rhbz#2259025.

This commit is contained in:
Maxwell G 2024-01-18 21:04:20 +00:00 committed by Benjamin A. Beasley
commit 428e94c439
3 changed files with 11 additions and 5 deletions

View file

@ -8,8 +8,8 @@
%bcond tests 1
Name: python-orjson
Version: 3.9.10
Release: 2%{?dist}
Version: 3.9.15
Release: 1%{?dist}
Summary: Fast, correct Python JSON library
License: Apache-2.0 OR MIT
@ -32,15 +32,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
License: %{shrink:
(Apache-2.0 OR MIT) AND
BSD-3-Clause AND
Apache-2.0 AND
(Apache-2.0 OR BSL-1.0) AND
(BSD-2-Clause OR Apache-2.0 OR MIT) AND
MIT
}
@ -94,6 +94,9 @@ export RUSTFLAGS='%{build_rustflags}'
%changelog
* Tue Jun 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.15-1
- Update to 3.9.15. Fixes rhbz#2262570. Fixes rhbz#2259025.
* Fri May 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.10-2
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces