diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-09-02 14:46:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 14:05:11 +0100 |
| commit | 8fafd4fb0329bcd9ecc61e4baad064b0f53ff0e3 (patch) | |
| tree | ae1fcc3ab77572fc630266ef99e1ba7944d91316 /meta/recipes-devtools/python | |
| parent | 102dc28052799c10fd309677e2d29553a7e4c869 (diff) | |
| download | poky-8fafd4fb0329bcd9ecc61e4baad064b0f53ff0e3.tar.gz | |
python3-cryptography{-vectors}: upgrade to 45.0.7
45.0.7 - 2025-09-01
* Added a function to support an upcoming pyOpenSSL release.
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4507---2025-09-01
Comparing Changes:
https://github.com/pyca/cryptography/compare/45.0.6...45.0.7
(From OE-Core rev: 00787e40527786d510a06d9a4dde5d8fb7ab7d90)
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')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc index 874f60bf83..bcb907b645 100644 --- a/meta/recipes-devtools/python/python3-cryptography-common.inc +++ b/meta/recipes-devtools/python/python3-cryptography-common.inc | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | # | 3 | # |
| 4 | # Additionally AUH will detect that they share this .inc file and | 4 | # Additionally AUH will detect that they share this .inc file and |
| 5 | # perform a lockstep upgrade for both. | 5 | # perform a lockstep upgrade for both. |
| 6 | PV = "45.0.6" | 6 | PV = "45.0.7" |
diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors.bb b/meta/recipes-devtools/python/python3-cryptography-vectors.bb index b6b0e38f2e..e845486a94 100644 --- a/meta/recipes-devtools/python/python3-cryptography-vectors.bb +++ b/meta/recipes-devtools/python/python3-cryptography-vectors.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \ | |||
| 9 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography | 9 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography |
| 10 | # Upgrade both recipes at the same time | 10 | # Upgrade both recipes at the same time |
| 11 | require python3-cryptography-common.inc | 11 | require python3-cryptography-common.inc |
| 12 | SRC_URI[sha256sum] = "068cee15423f3f1633ca04f12284385ac404c19366e7ccb3b680156c1aa9c573" | 12 | SRC_URI[sha256sum] = "48e71fc4ac5f6298b2de53a99726ddc4a9e5ef0a94d921820109e7b90baf9f56" |
| 13 | 13 | ||
| 14 | PYPI_PACKAGE = "cryptography_vectors" | 14 | PYPI_PACKAGE = "cryptography_vectors" |
| 15 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 15 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index c4204712f2..55fdf13972 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb | |||
| @@ -11,7 +11,7 @@ LDSHARED += "-pthread" | |||
| 11 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors | 11 | # NOTE: Make sure to keep this recipe at the same version as python3-cryptography-vectors |
| 12 | # Upgrade both recipes at the same time | 12 | # Upgrade both recipes at the same time |
| 13 | require python3-cryptography-common.inc | 13 | require python3-cryptography-common.inc |
| 14 | SRC_URI[sha256sum] = "5c966c732cf6e4a276ce83b6e4c729edda2df6929083a952cc7da973c539c719" | 14 | SRC_URI[sha256sum] = "4b1654dfc64ea479c242508eb8c724044f1e964a47d1d1cacc5132292d851971" |
| 15 | 15 | ||
| 16 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ | 16 | SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \ |
| 17 | file://check-memfree.py \ | 17 | file://check-memfree.py \ |
