summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-25 23:22:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-27 16:23:40 +0100
commit3ecfadb08aadc524643ed32f330d70d008dd57e8 (patch)
treee9c3c5578e71d15bde9d9824e729321088220404 /meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
parentf01cd7aeaf18a89afe9670a0ff0a8a0d46c02131 (diff)
downloadpoky-3ecfadb08aadc524643ed32f330d70d008dd57e8.tar.gz
python3-cryptography: update 39.0.2 -> 41.0.1
Drop 0002-Cargo.toml-edition-2018-2021.patch (issue fixed upstream) License-Update: PSF licensed code removed as of https://github.com/pyca/cryptography/commit/5e6476a4c6e094926a983dcf5cbe9488c30aeb53 (From OE-Core rev: 5c7ea0531bd099006c258b50c7b1747182123ae0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch25
1 files changed, 15 insertions, 10 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 481f595246..69cf451d57 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 ce972ea92d724f232323a9a6265a8b44d913d4d8 Mon Sep 17 00:00:00 2001 1From b7dd3ce1d75d1e6255e1aca82aa7f401d4246a75 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
@@ -18,23 +18,28 @@ Fixes:
18Upstream-Status: Inappropriate [OE specific] 18Upstream-Status: Inappropriate [OE specific]
19 19
20Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 20Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
21
21--- 22---
22 pyproject.toml | 2 +- 23 pyproject.toml | 4 ++--
23 1 file changed, 1 insertion(+), 1 deletion(-) 24 1 file changed, 2 insertions(+), 2 deletions(-)
24 25
25diff --git a/pyproject.toml b/pyproject.toml 26diff --git a/pyproject.toml b/pyproject.toml
26index 4d58129..b011fca 100644 27index b2e511f..4a285af 100644
27--- a/pyproject.toml 28--- a/pyproject.toml
28+++ b/pyproject.toml 29+++ b/pyproject.toml
29@@ -15,7 +15,7 @@ line-length = 79 30@@ -85,7 +85,7 @@ line-length = 79
30 target-version = ["py36"] 31 target-version = ["py37"]
31 32
32 [tool.pytest.ini_options] 33 [tool.pytest.ini_options]
33-addopts = "-r s --capture=no --strict-markers --benchmark-disable" 34-addopts = "-r s --capture=no --strict-markers --benchmark-disable"
34+addopts = "-r s --capture=no --strict-markers" 35+addopts = "-r s --capture=no --strict-markers"
36 console_output_style = "progress-even-when-capture-no"
35 markers = [ 37 markers = [
36 "skip_fips: this test is not executed in FIPS mode", 38 "skip_fips: this test is not executed in FIPS mode",
37 "supported: parametrized test requiring only_if and skip_message", 39@@ -151,4 +151,4 @@ git-only = [
38-- 40 "ci-constraints-requirements.txt",
392.25.1 41 ".gitattributes",
40 42 ".gitignore",
43-]
44\ No newline at end of file
45+]