From 7594f318182fedc30dbf0d18e77316ea27f10518 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 18 Jan 2024 20:02:11 -0500 Subject: [PATCH] Update License with latest dependency licenses --- python-orjson.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/python-orjson.spec b/python-orjson.spec index dd209b8..f622e21 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -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 - 3.9.12-2 +- Update License with latest dependency licenses + * Thu Jan 18 2024 Maxwell G - 3.9.12-1 - Update to 3.9.12. Fixes rhbz#2259025.