summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2025-06-01 15:26:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-02 22:17:24 +0100
commit56cad27741b87403037ce09e26c63c5dbe2e90ee (patch)
tree690b5eee0001481519e61dde2952cfb7031566a1 /meta/recipes-devtools/python/python3-cryptography
parent13c32aecb7356122db88ac18d8112ef96e42f1f2 (diff)
downloadpoky-56cad27741b87403037ce09e26c63c5dbe2e90ee.tar.gz
python3-cryptography,python3-cryptography-vectors: upgrade 44.0.2 -> 45.0.3
Comparing changes since 44.0.2: https://github.com/pyca/cryptography/compare/44.0.2...45.0.3 Changelogs: https://cryptography.io/en/latest/changelog/#v44-0-3 https://cryptography.io/en/latest/changelog/#v45-0-1 https://cryptography.io/en/latest/changelog/#v45-0-2 https://cryptography.io/en/latest/changelog/#v45-0-3 (From OE-Core rev: ff3908b2ccbe06dfcdbc47cb81f5b49c8d421150) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
index 19ade60c03..42876e3489 100644
--- a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
+++ b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
@@ -1,4 +1,4 @@
1From 682c99345a7c8cba87e9cea1187aa007eed962fa Mon Sep 17 00:00:00 2001 1From 7da554d52bfed4370766d5afd94bc7865791231d Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Tue, 17 May 2022 17:22:48 +0800 3Date: Tue, 17 May 2022 17:22:48 +0800
4Subject: [PATCH] pyproject.toml: remove --benchmark-disable option 4Subject: [PATCH] pyproject.toml: remove --benchmark-disable option
@@ -26,10 +26,10 @@ Signed-off-by: Tim Orling <tim.orling@konsulko.com>
26 1 file changed, 1 insertion(+), 1 deletion(-) 26 1 file changed, 1 insertion(+), 1 deletion(-)
27 27
28diff --git a/pyproject.toml b/pyproject.toml 28diff --git a/pyproject.toml b/pyproject.toml
29index 13d8b2c..e93dee9 100644 29index d94a1f5..c0f87a7 100644
30--- a/pyproject.toml 30--- a/pyproject.toml
31+++ b/pyproject.toml 31+++ b/pyproject.toml
32@@ -118,7 +118,7 @@ exclude = [ 32@@ -129,7 +129,7 @@ exclude = [
33 ] 33 ]
34 34
35 [tool.pytest.ini_options] 35 [tool.pytest.ini_options]