public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-cryptography] f44: Update to cryptography v50.0.0
@ 2026-08-19 15:34 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-08-19 15:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-cryptography
Branch : f44
Commit : 4b766ef699df2d949c222c456ec68b067237bbc1
Author : Jeremy Cline <jeremycline@microsoft.com>
Date   : 2026-08-18T01:21:42+10:00
Stats  : +16/-24 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-cryptography/c/4b766ef699df2d949c222c456ec68b067237bbc1?branch=f44

Log:
Update to cryptography v50.0.0

---
diff --git a/.gitignore b/.gitignore
index d4474cd..4fdf6c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,5 @@
 /cryptography-48.0.0-vendor.tar.bz2
 /cryptography-49.0.0.tar.gz
 /cryptography-49.0.0-vendor.tar.bz2
+/cryptography-50.0.0.tar.gz
+/cryptography-50.0.0-vendor.tar.bz2

diff --git a/0001-Lower-cc-dependency.patch b/0001-Lower-cc-dependency.patch
index 36b82f7..55e435f 100644
--- a/0001-Lower-cc-dependency.patch
+++ b/0001-Lower-cc-dependency.patch
@@ -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
-index d045bb077..680344f95 100644
 --- a/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]
  asn1 = { version = "0.24.1", default-features = false }
- base64 = "0.22"
+-base64 = "0.23"
++base64 = "0.22"
 -cc = "1.2.63"
 +cc = "1.2.62"
  cfg-if = "1"
  foreign-types = "0.3"
  foreign-types-shared = "0.1"
--- 
-2.54.0
-
+ openssl = "0.10.80"
+ 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"

diff --git a/python-cryptography.spec b/python-cryptography.spec
index fd8a6e3..70eec2c 100644
--- a/python-cryptography.spec
+++ b/python-cryptography.spec
@@ -5,7 +5,7 @@
 %global srcname cryptography
 
 Name:           python-%{srcname}
-Version:        49.0.0
+Version:        50.0.0
 Release:        %autorelease
 Summary:        PyCA's cryptography library
 
@@ -25,8 +25,7 @@ Source0:        https://github.com/pyca/cryptography/archive/%{version}/%{srcnam
 Source1:        cryptography-%{version}-vendor.tar.bz2
 Source2:        conftest-skipper.py
 
-# Temporarily drop cc dependency to .62 since it's the same as .63
-# except for a dependency bump
+# Temporarily drop cc and some other deps
 Patch:          0001-Lower-cc-dependency.patch
 
 ExclusiveArch:  %{rust_arches}

diff --git a/sources b/sources
index af8ede9..b9cd317 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (cryptography-49.0.0.tar.gz) = 6a4435e90b981dfe1cc90479846041f800d618b8a673351ae55e308eeb7c152959ee56cb7a7188a7b46ae3228577192c651bc9801796f62fed55e7f8c3258f33
-SHA512 (cryptography-49.0.0-vendor.tar.bz2) = dc908b8b44ffc3205481fedcbc9e2a94331ee54b9b54a878755170437eff47d2d92b766fa268a916d525808a649fac8d7b8155692e28eef99e90c8a2ae3e434f
+SHA512 (cryptography-50.0.0.tar.gz) = b5aac296f5f1d36747c47e82d7678840dc9ad30c185872dc7113d02799e50e28135d7863e6d0c25065b071b2e96d45a61b4ea07d824c5acf54b8734468e6f733
+SHA512 (cryptography-50.0.0-vendor.tar.bz2) = cf07972a3ee8e0f6d2654684a724fcd755c1b38d663cc92b2fb66123fc0d45770260ca9cdecb72dd62f2e3b5eb4d93842ad4d2b8ed12de20f3b1145d3f8253f2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-19 15:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 15:34 [rpms/python-cryptography] f44: Update to cryptography v50.0.0 Jeremy Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox