File: downgrade-deps.patch

package info (click to toggle)
python-cryptography 45.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,400 kB
  • sloc: python: 52,617; java: 319; makefile: 161
file content (25 lines) | stat: -rw-r--r-- 805 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
24
25
From: Andrey Rakhmatullin <wrar@debian.org>
Date: Sat, 30 Aug 2025 18:45:14 +0500
Subject: Update some requirement versions to sid/experimental ones.

---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 04adc66..3927a7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,9 @@ rust-version = "1.74.0"
 license = "Apache-2.0 OR BSD-3-Clause"
 
 [workspace.dependencies]
-asn1 = { version = "0.21.3", default-features = false }
-pyo3 = { version = "0.25", features = ["abi3"] }
-pyo3-build-config = { version = "0.25" }
+asn1 = { version = "0.23.0", default-features = false }
+pyo3 = { version = ">=0.23.5,<0.27", features = ["abi3"] }
+pyo3-build-config = { version = ">=0.23.5,<0.27" }
 openssl = "0.10.72"
 openssl-sys = "0.9.108"