File: 0003-Update-dep-versions-to-sid-ones.patch

package info (click to toggle)
python-cryptography 44.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,092 kB
  • sloc: python: 50,509; java: 319; makefile: 161
file content (22 lines) | stat: -rw-r--r-- 624 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
From: Andrey Rakhmatullin <wrar@debian.org>
Date: Thu, 18 Sep 2025 21:55:53 +0500
Subject: Update dep versions to sid ones.

Author: Colin Watson <cjwatson@debian.org>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 121f72e..96ed588 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ rust-version = "1.65.0"
 
 [workspace.dependencies]
 asn1 = { version = "0.20.0", default-features = false }
-pyo3 = { version = "0.23.5", features = ["abi3"] }
+pyo3 = { version = ">=0.23.5,<0.27", features = ["abi3"] }
 
 [profile.release]
 overflow-checks = true