Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-cryptography* to *43.0.3* has Succeeded.
Next steps:
- apply the patch: git am
0001-python3-cryptography-upgrade-43.0.1-43.0.3.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From 3ba38551f3cbca0bd6b00bc065beae5aad60c958 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 16 Nov 2024 20:18:02 +0000
Subject: [PATCH] python3-cryptography: upgrade 43.0.1 -> 43.0.3
---
.../python/python3-cryptography-crates.inc | 8 ++++----
...1-pyproject.toml-remove-benchmark-disable-option.patch | 4 ++--
...ptography_43.0.1.bb => python3-cryptography_43.0.3.bb} | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/python/{python3-cryptography_43.0.1.bb =>
python3-cryptography_43.0.3.bb} (95%)
diff --git a/meta/recipes-devtools/python/python3-cryptography-crates.inc
b/meta/recipes-devtools/python/python3-cryptography-crates.inc
index 319a47dabd..b30d96eea1 100644
--- a/meta/recipes-devtools/python/python3-cryptography-crates.inc
+++ b/meta/recipes-devtools/python/python3-cryptography-crates.inc
@@ -16,9 +16,9 @@ SRC_URI += " \
crate://crates.io/libc/0.2.155 \
crate://crates.io/memoffset/0.9.1 \
crate://crates.io/once_cell/1.19.0 \
- crate://crates.io/openssl/0.10.66 \
+ crate://crates.io/openssl/0.10.68 \
crate://crates.io/openssl-macros/0.1.1 \
- crate://crates.io/openssl-sys/0.9.103 \
+ crate://crates.io/openssl-sys/0.9.104 \
crate://crates.io/pem/3.0.4 \
crate://crates.io/pkg-config/0.3.30 \
crate://crates.io/portable-atomic/1.7.0 \
@@ -51,9 +51,9 @@ SRC_URI[indoc-2.0.5.sha256sum] =
"b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03
SRC_URI[libc-0.2.155.sha256sum] =
"97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
SRC_URI[memoffset-0.9.1.sha256sum] =
"488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
SRC_URI[once_cell-1.19.0.sha256sum] =
"3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
-SRC_URI[openssl-0.10.66.sha256sum] =
"9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
+SRC_URI[openssl-0.10.68.sha256sum] =
"6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
SRC_URI[openssl-macros-0.1.1.sha256sum] =
"a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
-SRC_URI[openssl-sys-0.9.103.sha256sum] =
"7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
+SRC_URI[openssl-sys-0.9.104.sha256sum] =
"45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
SRC_URI[pem-3.0.4.sha256sum] =
"8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
SRC_URI[pkg-config-0.3.30.sha256sum] =
"d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
SRC_URI[portable-atomic-1.7.0.sha256sum] =
"da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
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 253cab6005..4dcaa5d8d4 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 @@
-From 78d8747a8a2e483ea5a4c5bca9fbe9345f0195ed Mon Sep 17 00:00:00 2001
+From e12a40966069083ed0a3dd270d9271f9cd5a5941 Mon Sep 17 00:00:00 2001
From: Mingli Yu <[email protected]>
Date: Tue, 17 May 2022 17:22:48 +0800
Subject: [PATCH] pyproject.toml: remove --benchmark-disable option
@@ -26,7 +26,7 @@ Signed-off-by: Tim Orling <[email protected]>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
-index e5b801d..985fc8c 100644
+index 03b178d..2ddcb48 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -117,7 +117,7 @@ exclude = [
diff --git a/meta/recipes-devtools/python/python3-cryptography_43.0.1.bb
b/meta/recipes-devtools/python/python3-cryptography_43.0.3.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-cryptography_43.0.1.bb
rename to meta/recipes-devtools/python/python3-cryptography_43.0.3.bb
index af03d12a39..87dbfdab00 100644
--- a/meta/recipes-devtools/python/python3-cryptography_43.0.1.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_43.0.3.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
"file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4 \
"
LDSHARED += "-pthread"
-SRC_URI[sha256sum] =
"203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d"
+SRC_URI[sha256sum] =
"315b9001266a492a6ff443b61238f956b214dbec9910a081ba5b6646a055a805"
SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \
file://check-memfree.py \
--
2.44.1
Changes to packages/core2-64-poky-linux/python3-cryptography (sysroot): /usr/lib/python3.13/site-packages/cryptography-43.0.1.dist-info moved to /usr/lib/python3.13/site-packages/cryptography-43.0.3.dist-info
0001-python3-cryptography-upgrade-43.0.1-43.0.3.patch
Description: Binary data
packages/core2-64-poky-linux/python3-cryptography: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography: SRC_URI changed from "https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-43.0.1.tar.gz;downloadfilename=cryptography-43.0.1.tar.gz file://0001-pyproject.toml-remove-benchmark-disable-option.patch file://check-memfree.py file://run-ptest crate://crates.io/asn1/0.16.2 crate://crates.io/asn1_derive/0.16.2 crate://crates.io/autocfg/1.3.0 crate://crates.io/base64/0.22.1 crate://crates.io/bitflags/2.6.0 crate://crates.io/cc/1.1.6 crate://crates.io/cfg-if/1.0.0 crate://crates.io/foreign-types/0.3.2 crate://crates.io/foreign-types-shared/0.1.1 crate://crates.io/heck/0.5.0 crate://crates.io/indoc/2.0.5 crate://crates.io/libc/0.2.155 crate://crates.io/memoffset/0.9.1 crate://crates.io/once_cell/1.19.0 crate://crates.io/openssl/0.10.66 crate://crates.io/openssl-macros/0.1.1 crate://crates.io/openssl-sys/0.9.103 crate://crates.io/pem/3.0.4 crate://crates.io/pkg-config/0.3.30 crate://crates.io/portable-atomic/1.7.0 crate:/ /crates.io/proc-macro2/1.0.86 crate://crates.io/pyo3/0.22.2 crate://crates.io/pyo3-build-config/0.22.2 crate://crates.io/pyo3-ffi/0.22.2 crate://crates.io/pyo3-macros/0.22.2 crate://crates.io/pyo3-macros-backend/0.22.2 crate://crates.io/quote/1.0.36 crate://crates.io/self_cell/1.0.4 crate://crates.io/syn/2.0.71 crate://crates.io/target-lexicon/0.12.15 crate://crates.io/unicode-ident/1.0.12 crate://crates.io/unindent/0.2.3 crate://crates.io/vcpkg/0.2.15" to "https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-43.0.3.tar.gz;downloadfilename=cryptography-43.0.3.tar.gz file://0001-pyproject.toml-remove-benchmark-disable-option.patch file://check-memfree.py file://run-ptest crate://crates.io/asn1/0.16.2 crate://crates.io/asn1_derive/0.16.2 crate://crates.io/autocfg/1.3.0 crate://crates.io/base64/0.22.1 crate://crates.io/bitflags/2.6.0 crate://crates.io/cc/1.1.6 crate://crates.io/cfg-if/1.0.0 crate://crates.io/foreign-types/0.3.2 crate://crates.io/foreign-types-shar ed/0.1.1 crate://crates.io/heck/0.5.0 crate://crates.io/indoc/2.0.5 crate://crates.io/libc/0.2.155 crate://crates.io/memoffset/0.9.1 crate://crates.io/once_cell/1.19.0 crate://crates.io/openssl/0.10.68 crate://crates.io/openssl-macros/0.1.1 crate://crates.io/openssl-sys/0.9.104 crate://crates.io/pem/3.0.4 crate://crates.io/pkg-config/0.3.30 crate://crates.io/portable-atomic/1.7.0 crate://crates.io/proc-macro2/1.0.86 crate://crates.io/pyo3/0.22.2 crate://crates.io/pyo3-build-config/0.22.2 crate://crates.io/pyo3-ffi/0.22.2 crate://crates.io/pyo3-macros/0.22.2 crate://crates.io/pyo3-macros-backend/0.22.2 crate://crates.io/quote/1.0.36 crate://crates.io/self_cell/1.0.4 crate://crates.io/syn/2.0.71 crate://crates.io/target-lexicon/0.12.15 crate://crates.io/unicode-ident/1.0.12 crate://crates.io/unindent/0.2.3 crate://crates.io/vcpkg/0.2.15" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-dbg: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-dbg: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-dbg: PKGSIZE changed from 1048080 to 1047232 (-0%) packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-dev: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-dev: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-doc: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-doc: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-locale: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-locale: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-ptest: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-ptest: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-ptest: PKGSIZE changed from 1678250 to 1678295 (+0%) packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-src: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-src: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-staticdev: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography-staticdev: PKGV changed from 43.0.1 [default] to 43.0.3 [default] packages/core2-64-poky-linux/python3-cryptography/python3-cryptography: PV changed from "43.0.1" to "43.0.3" packages/core2-64-poky-linux/python3-cryptography/python3-cryptography: PKGV changed from 43.0.1 [default] to 43.0.3 [default] Changes to packages/core2-64-poky-linux/python3-cryptography (sysroot): /usr/lib/python3.13/site-packages/cryptography-43.0.1.dist-info moved to /usr/lib/python3.13/site-packages/cryptography-43.0.3.dist-info
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207273): https://lists.openembedded.org/g/openembedded-core/message/207273 Mute This Topic: https://lists.openembedded.org/mt/109653201/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
