Update to 3.11.1 (close RHBZ#2383473)

This commit is contained in:
Benjamin A. Beasley 2025-07-26 07:36:45 -04:00
commit cab2d3ef66
4 changed files with 3 additions and 186 deletions

View file

@ -19,7 +19,7 @@
%bcond yyjson 0
Name: python-orjson
Version: 3.11.0
Version: 3.11.1
Release: %autorelease
Summary: Fast, correct Python JSON library
@ -64,15 +64,6 @@ Source0: orjson-%{version}-filtered.tar.xz
# ./get_source ${COMMIT} (or ${TAG})
Source1: get_source
# Fix big-endian PyStr
# https://github.com/ijl/orjson/commit/9c33ff9df61b3b9d71527acf4fb60a735d841025
#
# Fixes:
#
# Test regressions (segfaults) on s390x architecture in 3.11.0
# https://github.com/ijl/orjson/issues/584
Patch: %{url}/commit/9c33ff9df61b3b9d71527acf4fb60a735d841025.patch
BuildRequires: tomcli
BuildRequires: python3-devel
BuildRequires: %{py3_dist pytest-forked}