Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b766ef699 |
4 changed files with 16 additions and 24 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -89,3 +89,5 @@
|
||||||
/cryptography-48.0.0-vendor.tar.bz2
|
/cryptography-48.0.0-vendor.tar.bz2
|
||||||
/cryptography-49.0.0.tar.gz
|
/cryptography-49.0.0.tar.gz
|
||||||
/cryptography-49.0.0-vendor.tar.bz2
|
/cryptography-49.0.0-vendor.tar.bz2
|
||||||
|
/cryptography-50.0.0.tar.gz
|
||||||
|
/cryptography-50.0.0-vendor.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,29 +1,20 @@
|
||||||
From 90ddb902ed292b3da77cbcbe9bbd699a702bf523 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jeremy Cline <jeremycline@microsoft.com>
|
|
||||||
Date: Tue, 5 May 2026 07:43:30 -0400
|
|
||||||
Subject: [PATCH] Lower cc dependency
|
|
||||||
|
|
||||||
It's a docblock-only fix release compared to .60 and I can't be bothered
|
|
||||||
to rebuild it.
|
|
||||||
|
|
||||||
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
|
|
||||||
---
|
|
||||||
Cargo.toml | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
index d045bb077..680344f95 100644
|
|
||||||
--- a/Cargo.toml
|
--- a/Cargo.toml
|
||||||
+++ b/Cargo.toml
|
+++ b/Cargo.toml
|
||||||
@@ -23,7 +23,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
|
@@ -23,13 +23,13 @@ license = "Apache-2.0 OR BSD-3-Clause"
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
asn1 = { version = "0.24.1", default-features = false }
|
asn1 = { version = "0.24.1", default-features = false }
|
||||||
base64 = "0.22"
|
-base64 = "0.23"
|
||||||
|
+base64 = "0.22"
|
||||||
-cc = "1.2.63"
|
-cc = "1.2.63"
|
||||||
+cc = "1.2.62"
|
+cc = "1.2.62"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
foreign-types = "0.3"
|
foreign-types = "0.3"
|
||||||
foreign-types-shared = "0.1"
|
foreign-types-shared = "0.1"
|
||||||
--
|
openssl = "0.10.80"
|
||||||
2.54.0
|
openssl-sys = "0.9.116"
|
||||||
|
-pem = { version = "4", default-features = false }
|
||||||
|
+pem = { version = "3", default-features = false }
|
||||||
|
pyo3 = { version = "0.29", features = ["abi3", "abi3t"] }
|
||||||
|
pyo3-build-config = { version = "0.29" }
|
||||||
|
self_cell = "1"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
%global srcname cryptography
|
%global srcname cryptography
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 49.0.0
|
Version: 50.0.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: PyCA's cryptography library
|
Summary: PyCA's cryptography library
|
||||||
|
|
||||||
|
|
@ -25,8 +25,7 @@ Source0: https://github.com/pyca/cryptography/archive/%{version}/%{srcnam
|
||||||
Source1: cryptography-%{version}-vendor.tar.bz2
|
Source1: cryptography-%{version}-vendor.tar.bz2
|
||||||
Source2: conftest-skipper.py
|
Source2: conftest-skipper.py
|
||||||
|
|
||||||
# Temporarily drop cc dependency to .62 since it's the same as .63
|
# Temporarily drop cc and some other deps
|
||||||
# except for a dependency bump
|
|
||||||
Patch: 0001-Lower-cc-dependency.patch
|
Patch: 0001-Lower-cc-dependency.patch
|
||||||
|
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
|
||||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (cryptography-49.0.0.tar.gz) = 6a4435e90b981dfe1cc90479846041f800d618b8a673351ae55e308eeb7c152959ee56cb7a7188a7b46ae3228577192c651bc9801796f62fed55e7f8c3258f33
|
SHA512 (cryptography-50.0.0.tar.gz) = b5aac296f5f1d36747c47e82d7678840dc9ad30c185872dc7113d02799e50e28135d7863e6d0c25065b071b2e96d45a61b4ea07d824c5acf54b8734468e6f733
|
||||||
SHA512 (cryptography-49.0.0-vendor.tar.bz2) = dc908b8b44ffc3205481fedcbc9e2a94331ee54b9b54a878755170437eff47d2d92b766fa268a916d525808a649fac8d7b8155692e28eef99e90c8a2ae3e434f
|
SHA512 (cryptography-50.0.0-vendor.tar.bz2) = cf07972a3ee8e0f6d2654684a724fcd755c1b38d663cc92b2fb66123fc0d45770260ca9cdecb72dd62f2e3b5eb4d93842ad4d2b8ed12de20f3b1145d3f8253f2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue