Update License with latest dependency licenses

This commit is contained in:
Benjamin A. Beasley 2024-01-18 20:02:11 -05:00
commit 7594f31818

View file

@ -9,7 +9,7 @@
Name: python-orjson
Version: 3.9.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Fast, correct Python JSON library
License: Apache-2.0 OR MIT
@ -33,14 +33,16 @@ 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
(Apache-2.0 OR MIT) AND
(BSD-2-Clause OR Apache-2.0 OR MIT)
(Apache-2.0 OR BSL-1.0) AND
MIT
}
@ -95,6 +97,9 @@ export RUSTFLAGS='%{build_rustflags}'
%changelog
* Fri Jan 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.12-2
- Update License with latest dependency licenses
* Thu Jan 18 2024 Maxwell G <maxwell@gtmx.me> - 3.9.12-1
- Update to 3.9.12. Fixes rhbz#2259025.