diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-08-07 11:44:39 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-11 18:04:25 +0100 |
| commit | bcb744a1e25b492705bdb62fdcc754a0205a6ea0 (patch) | |
| tree | b3d1f04fa1caf116d2d7c1b803c8fe836ae01be3 /meta/recipes-devtools/python/python3-cryptography | |
| parent | c4231a8ffded2b70e888e86aac48268f00269783 (diff) | |
| download | poky-bcb744a1e25b492705bdb62fdcc754a0205a6ea0.tar.gz | |
python3-cryptography{-vectors}: upgrade to 45.0.6
* Refresh 0001-pyproject.toml-remove-benchmark-disable-option.patch
45.0.6 - 2025-08-05
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.2.
45.0.5 - 2025-07-02
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.1.
https://cryptography.io/en/latest/changelog/#v45-0-6
https://cryptography.io/en/latest/changelog/#v45-0-5
Comparing changes:
https://github.com/pyca/cryptography/compare/45.0.4...45.0.6
(From OE-Core rev: d2a6a7ef8b7149c9fc2cf497f33612720c1962b7)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.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.patch | 4 |
1 files changed, 2 insertions, 2 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 e238717208..16681e80a8 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 @@ | |||
| 1 | From baa3c56b87ceaea331811a0a4642991cbb12e6ea Mon Sep 17 00:00:00 2001 | 1 | From b033cd32813a104fb216135cdca7da7180912e56 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mingli Yu <mingli.yu@windriver.com> | 2 | From: Mingli Yu <mingli.yu@windriver.com> |
| 3 | Date: Tue, 17 May 2022 17:22:48 +0800 | 3 | Date: Tue, 17 May 2022 17:22:48 +0800 |
| 4 | Subject: [PATCH] pyproject.toml: remove --benchmark-disable option | 4 | Subject: [PATCH] pyproject.toml: remove --benchmark-disable option |
| @@ -26,7 +26,7 @@ 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 | ||
| 28 | diff --git a/pyproject.toml b/pyproject.toml | 28 | diff --git a/pyproject.toml b/pyproject.toml |
| 29 | index d9ef704..878b720 100644 | 29 | index 4746201..df98351 100644 |
| 30 | --- a/pyproject.toml | 30 | --- a/pyproject.toml |
| 31 | +++ b/pyproject.toml | 31 | +++ b/pyproject.toml |
| 32 | @@ -129,7 +129,7 @@ exclude = [ | 32 | @@ -129,7 +129,7 @@ exclude = [ |
