Update to 3.9.10. Fixes rhbz#2243767.

This commit is contained in:
Maxwell G 2023-11-21 18:59:28 -06:00
commit a1d33d86fd
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8
3 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,7 @@
%bcond tests 1
Name: python-orjson
Version: 3.9.8
Version: 3.9.10
Release: 1%{?dist}
Summary: Fast, correct Python JSON library
@ -94,6 +94,9 @@ export RUSTFLAGS='%{build_rustflags}'
%changelog
* Wed Nov 22 2023 Maxwell G <maxwell@gtmx.me> - 3.9.10-1
- Update to 3.9.10. Fixes rhbz#2243767.
* Tue Oct 10 2023 Maxwell G <maxwell@gtmx.me> - 3.9.8-1
- Update to 3.9.8. Fixes rhbz#2229530.