Update to 3.9.15. Fixes rhbz#2262570. Fixes rhbz#2259025.
This commit is contained in:
parent
3a5dccf5d4
commit
428e94c439
3 changed files with 11 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,3 +6,6 @@
|
|||
/orjson-3.9.7.tar.gz
|
||||
/orjson-3.9.8.tar.gz
|
||||
/orjson-3.9.10.tar.gz
|
||||
/orjson-3.9.12.tar.gz
|
||||
/orjson-3.9.13.tar.gz
|
||||
/orjson-3.9.15.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (orjson-3.9.10.tar.gz) = 070bbee45ec08b1496b0f92d5b36d278000e33f00af6e45f2857b97c14682887558ca6413789cfebfc96a29d2366be0832a01e5e9a69868ab66d2907f86d999a
|
||||
SHA512 (orjson-3.9.15.tar.gz) = ad6a7bbb8ffbf1eff05fd421527264336a844133dd8c19303cd22d767ad5f76047191beba8b45b1eed79c7024099a9e04529c40d669db76475191c67a42fc183
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue