File: relax-pyo3.patch

package info (click to toggle)
blake3-py 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: asm: 17,520; ansic: 4,109; python: 587; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Debian Python Team <team+python@tracker.debian.org>
Date: Mon, 13 Oct 2025 11:13:02 +0100
Subject: Relax pyo3 dependency

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index de9d82b..de97b6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,5 +25,5 @@ neon = ["blake3/neon"]
 [dependencies]
 blake3 = { version = "1.5.5", features = ["mmap", "rayon"] }
 hex = "0.4.3"
-pyo3 = { version = "0.23.4", features = ["extension-module"] }
+pyo3 = { version = ">=0.23.4,<0.27", features = ["extension-module"] }
 rayon = "1.10.0"