Update to 3.10.12. Fixes rhbz#2328508
This commit is contained in:
parent
7fd8624716
commit
2746b9bffb
3 changed files with 3 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,3 +14,4 @@
|
|||
/orjson-3.10.7.tar.gz
|
||||
/orjson-3.10.10.tar.gz
|
||||
/orjson-3.10.11.tar.gz
|
||||
/orjson-3.10.12.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
%bcond tests 1
|
||||
|
||||
Name: python-orjson
|
||||
Version: 3.10.11
|
||||
Version: 3.10.12
|
||||
Release: %autorelease
|
||||
Summary: Fast, correct Python JSON library
|
||||
|
||||
|
|
@ -83,8 +83,6 @@ Provides: bundled(crate(pyo3-ffi)) = 0.23.0~dev^20241018gitdc415fa
|
|||
# requires the x86_64 architecture
|
||||
tomcli-set Cargo.toml del 'features.unstable-simd'
|
||||
tomcli-set Cargo.toml del 'features.avx512'
|
||||
# Remove no-panic feature
|
||||
tomcli-set Cargo.toml del 'features.no-panic'
|
||||
# Remove unwind feature, which is not useful here: the comment above it says
|
||||
# “Avoid bundling libgcc on musl.”
|
||||
tomcli-set Cargo.toml del 'features.unwind'
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (orjson-3.10.11.tar.gz) = b7a960cd06c0176a194c7c9e9dd412c47000258fb79e2407182156e07a48bc02823118ac708c23f482bcb8f3b77dcdcfd95f61f408b45cbaabca8ed317ef63e4
|
||||
SHA512 (orjson-3.10.12.tar.gz) = 089420645ef4a54674436ebc4f49ba67fda4fff716c949e03a4af402fdd817decd066c508b18c19ac24b634e7173b37924ac1c2180679a92551884957d4b11ae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue