File: accept-pyo3-0.27.patch

package info (click to toggle)
python-bcrypt 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: python: 506; makefile: 19; sh: 4
file content (23 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 3 Dec 2025 15:29:48 +0000
Subject: Accept pyo3 0.27

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

diff --git a/src/_bcrypt/Cargo.toml b/src/_bcrypt/Cargo.toml
index 27cbc09..1e99465 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -8,7 +8,7 @@ rust-version = "1.74.0"
 publish = false
 
 [dependencies]
-pyo3 = { version = "0.26", features = ["abi3"] }
+pyo3 = { version = ">=0.26,<0.28", features = ["abi3"] }
 bcrypt = "0.15"
 bcrypt-pbkdf = "0.10.0"
 base64 = "0.22.1"