Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e419312912 |
||
|
|
eb5d2157a7 | ||
|
|
fb18b2b4f0 |
4 changed files with 10 additions and 9 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,10 +1,9 @@
|
||||||
From 90ddb902ed292b3da77cbcbe9bbd699a702bf523 Mon Sep 17 00:00:00 2001
|
From 72638fcabdc25d94de9c99567fc2ecc880a181aa Mon Sep 17 00:00:00 2001
|
||||||
From: Jeremy Cline <jeremycline@microsoft.com>
|
From: Jeremy Cline <jeremycline@microsoft.com>
|
||||||
Date: Tue, 5 May 2026 07:43:30 -0400
|
Date: Tue, 5 May 2026 07:43:30 -0400
|
||||||
Subject: [PATCH] Lower cc dependency
|
Subject: [PATCH] Lower cc dependency
|
||||||
|
|
||||||
It's a docblock-only fix release compared to .60 and I can't be bothered
|
Fedora has 1.2.62 and 63 is just a dep bump
|
||||||
to rebuild it.
|
|
||||||
|
|
||||||
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
|
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
|
||||||
---
|
---
|
||||||
|
|
@ -12,18 +11,18 @@ Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
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
|
index 79ea7aa3c..e8b1a9af9 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,7 +23,7 @@ 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"
|
||||||
-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"
|
||||||
--
|
--
|
||||||
2.54.0
|
2.55.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
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