File: pyo3-relax

package info (click to toggle)
python-orjson 3.11.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,220 kB
  • sloc: ansic: 11,268; python: 6,984; sh: 106; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Michael R. Crusoe <crusoe@debian.org>
Subject: Relaxe pyo3 crate dep to match the what is packaged in Debian
Forwarded: not-needed
--- python-orjson.orig/Cargo.toml
+++ python-orjson/Cargo.toml
@@ -49,7 +49,7 @@
 itoap = { version = "1", default-features = false, features = ["std", "simd"] }
 jiff = { version = "^0.2", default-features = false }
 once_cell = { version = "1", default-features = false, features = ["alloc", "race"] }
-pyo3-ffi = { version = "0.28", default-features = false }
+pyo3-ffi = { version = "0.27", default-features = false }
 serde = { version = "1", default-features = false }
 serde_json = { version = "1", default-features = false, features = ["std"] }
 simdutf8 = { version = "0.1", default-features = false, features = ["std", "public_imp", "aarch64_neon"] }
@@ -60,7 +60,7 @@
 
 [build-dependencies]
 cc = { version = "1" }
-pyo3-build-config = { version = "0.28" }
+pyo3-build-config = { version = "0.27" }
 version_check = { version = "0.9" }
 
 [profile.dev]