diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-01 20:59:34 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-15 09:18:09 +0000 |
| commit | a332f47bdb307d5a9508bd46a652adc6001c6feb (patch) | |
| tree | 9796f934acd6463a85f0d72dffd1c53b06bfc233 /meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch | |
| parent | 393da961be2c357a072fe5fa93ca2adf5a904c14 (diff) | |
| download | poky-a332f47bdb307d5a9508bd46a652adc6001c6feb.tar.gz | |
python3-cryptography: upgrade 41.0.7 to 42.0.2
* Also upgrade python3-cryptography-vectors
* Drop patch for 9129, fixed upstream
* Refresh pyproject.toml --benchmark-disable patch
* Refresh -crates.inc
Changes:
https://cryptography.io/en/latest/changelog/#v42-0-2
https://cryptography.io/en/latest/changelog/#v42-0-1
https://cryptography.io/en/latest/changelog/#v42-0-0
https://github.com/pyca/cryptography/compare/41.0.7...42.0.2
RP: Add new REPENDS on python3-mmap for ptest
RP: Increase memory in ptest image to avoid test failures
(From OE-Core rev: 45ee8ae2f6173a11e6d004c8eeba138073b84d18)
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/0001-pyproject.toml-remove-benchmark-disable-option.patch')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch | 22 |
1 files changed, 10 insertions, 12 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 69cf451d57..f9c8d1393d 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 | |||
| @@ -19,16 +19,18 @@ Upstream-Status: Inappropriate [OE specific] | |||
| 19 | 19 | ||
| 20 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 20 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
| 21 | 21 | ||
| 22 | Refresh for 42.02 | ||
| 23 | Signed-off-by: Tim Orling <tim.orling@konsulko.com> | ||
| 22 | --- | 24 | --- |
| 23 | pyproject.toml | 4 ++-- | 25 | pyproject.toml | 2 +- |
| 24 | 1 file changed, 2 insertions(+), 2 deletions(-) | 26 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 25 | 27 | ||
| 26 | diff --git a/pyproject.toml b/pyproject.toml | 28 | diff --git a/pyproject.toml b/pyproject.toml |
| 27 | index b2e511f..4a285af 100644 | 29 | index c9a7979bd..dec4b7157 100644 |
| 28 | --- a/pyproject.toml | 30 | --- a/pyproject.toml |
| 29 | +++ b/pyproject.toml | 31 | +++ b/pyproject.toml |
| 30 | @@ -85,7 +85,7 @@ line-length = 79 | 32 | @@ -92,7 +92,7 @@ rust-version = ">=1.63.0" |
| 31 | target-version = ["py37"] | 33 | |
| 32 | 34 | ||
| 33 | [tool.pytest.ini_options] | 35 | [tool.pytest.ini_options] |
| 34 | -addopts = "-r s --capture=no --strict-markers --benchmark-disable" | 36 | -addopts = "-r s --capture=no --strict-markers --benchmark-disable" |
| @@ -36,10 +38,6 @@ index b2e511f..4a285af 100644 | |||
| 36 | console_output_style = "progress-even-when-capture-no" | 38 | console_output_style = "progress-even-when-capture-no" |
| 37 | markers = [ | 39 | markers = [ |
| 38 | "skip_fips: this test is not executed in FIPS mode", | 40 | "skip_fips: this test is not executed in FIPS mode", |
| 39 | @@ -151,4 +151,4 @@ git-only = [ | 41 | -- |
| 40 | "ci-constraints-requirements.txt", | 42 | 2.34.1 |
| 41 | ".gitattributes", | 43 | |
| 42 | ".gitignore", | ||
| 43 | -] | ||
| 44 | \ No newline at end of file | ||
| 45 | +] | ||
