Update to 3.9.13. Fixes rhbz#2262570.
This commit is contained in:
parent
9ecc5f91b6
commit
3fe02c11c6
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/orjson-3.9.8.tar.gz
|
||||
/orjson-3.9.10.tar.gz
|
||||
/orjson-3.9.12.tar.gz
|
||||
/orjson-3.9.13.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
%bcond tests 1
|
||||
|
||||
Name: python-orjson
|
||||
Version: 3.9.12
|
||||
Release: 3%{?dist}
|
||||
Version: 3.9.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, correct Python JSON library
|
||||
|
||||
License: Apache-2.0 OR MIT
|
||||
|
|
@ -33,15 +33,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
|
||||
}
|
||||
|
||||
|
|
@ -95,6 +95,9 @@ export RUSTFLAGS='%{build_rustflags}'
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 6 2024 Maxwell G <maxwell@gtmx.me> - 3.9.13-1
|
||||
- Update to 3.9.13. Fixes rhbz#2262570.
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (orjson-3.9.12.tar.gz) = b2689d92b34b6c818e5a798e6de08d693e3a6b04f205d943fb8960727153635faf7118d33ea78a79ce09aa0b066b07d431b27871a61a8de536f64a80f6bab387
|
||||
SHA512 (orjson-3.9.13.tar.gz) = c3fc7ad42a2ea40fa996cec11609c3d72ad3ad42a2ef24d36472bb89e5231ae6288c4ded57ba69074a04244e2e8ab7cf878c26b79bb01d5f6883be18395cd219
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue