Update to 3.9.15
This commit is contained in:
parent
44182464ba
commit
d8820d2ebc
4 changed files with 7 additions and 29 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/orjson-3.9.10.tar.gz
|
||||
/orjson-3.9.12.tar.gz
|
||||
/orjson-3.9.13.tar.gz
|
||||
/orjson-3.9.15.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
From db97d953cbe35e6a34372e4a9d4702d3fdd5ddb1 Mon Sep 17 00:00:00 2001
|
||||
From: Maxwell G <maxwell@gtmx.me>
|
||||
Date: Thu, 18 Jan 2024 21:07:59 +0000
|
||||
Subject: [PATCH] Remove strict ahash version pin
|
||||
|
||||
---
|
||||
Cargo.toml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index c2cf457..475a1c0 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -45,7 +45,7 @@ no-panic = [
|
||||
yyjson = []
|
||||
|
||||
[dependencies]
|
||||
-ahash = { version = "=0.8.6", default_features = false, features = ["compile-time-rng"] }
|
||||
+ahash = { version = "0.8.6", default_features = false, features = ["compile-time-rng"] }
|
||||
arrayvec = { version = "0.7", default_features = false, features = ["std", "serde"] }
|
||||
associative-cache = { version = "2", default_features = false }
|
||||
beef = { version = "0.5", default_features = false, features = ["impl_serde"] }
|
||||
--
|
||||
2.43.0
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (orjson-3.9.13.tar.gz) = c3fc7ad42a2ea40fa996cec11609c3d72ad3ad42a2ef24d36472bb89e5231ae6288c4ded57ba69074a04244e2e8ab7cf878c26b79bb01d5f6883be18395cd219
|
||||
SHA512 (orjson-3.9.15.tar.gz) = ad6a7bbb8ffbf1eff05fd421527264336a844133dd8c19303cd22d767ad5f76047191beba8b45b1eed79c7024099a9e04529c40d669db76475191c67a42fc183
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue