Patch for PyStr regression on big-endian architectures
This commit is contained in:
parent
bcfbf082b2
commit
804fc1ddf2
2 changed files with 184 additions and 0 deletions
|
|
@ -64,6 +64,15 @@ 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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue