File: pyo3-version.patch

package info (click to toggle)
python-jellyfish 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: python: 580; makefile: 39; sh: 3
file content (23 lines) | stat: -rw-r--r-- 603 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: Julian Gilbey <jdg@debian.org>
Date: Sun, 12 Oct 2025 21:25:59 +0100
Subject: Use pyo3 version available in Debian

Forwarded: not-needed
Last-Update: 2025-10-12
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 763b205..c8602fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "jellyfish"
 crate-type = ["cdylib"]
 
 [dependencies]
-pyo3 = { version = "0.24.0", features = [] }
+pyo3 = { version = ">=0.24,<0.27", features = [] }
 unicode-segmentation = "^1.6.0"
 unicode-normalization = "^0.1"
 smallvec = "^1.13"