Update to 3.9.15

This commit is contained in:
Benjamin A. Beasley 2024-06-04 12:32:19 -04:00
commit d8820d2ebc
4 changed files with 7 additions and 29 deletions

View file

@ -8,14 +8,13 @@
%bcond tests 1
Name: python-orjson
Version: 3.9.13
Release: 2%{?dist}
Version: 3.9.15
Release: 1%{?dist}
Summary: Fast, correct Python JSON library
License: Apache-2.0 OR MIT
URL: https://github.com/ijl/orjson
Source: %{pypi_source orjson}
Patch: Remove-strict-ahash-version-pin.patch
BuildRequires: tomcli
BuildRequires: python3-devel
@ -95,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.
* Fri May 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.9.13-2
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces