From patchwork Fri Aug 14 06:36:43 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 95227 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C484C5CFDB for ; Fri, 14 Aug 2026 06:36:47 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7568.1786689404461381796 for ; Thu, 13 Aug 2026 23:36:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GBIu1Dls; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ZWaWthfX; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019ffefcb8bd-bb5bfb0c-9e7a-4427-8f17-022fc1f00ac4-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1786689403; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iqQrJ5T0iO+v3knsUBmYSkmo9wrax7q+ess/fHnwWi8=; b=GBIu1DlsKSRLDH3pL15ydxN4zwXnsuDqK2/t9ZVFZKle3juQhIWjPVXvdaqnVzyX XTHFKAfc6Hx3OA3xs8CmEDQwwlge1eq2wPVSyRc52rngeH9scNVekgDx5SRIishDgKF 8ABU56A8UdVKqymjCNc5fmOjjDy1QH2oSOYd4sZM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786689403; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iqQrJ5T0iO+v3knsUBmYSkmo9wrax7q+ess/fHnwWi8=; b=ZWaWthfXcn3cHkgSzasb5QaNvjaVHSR2kqfCoWyFjLKoqW9Rg/SdsUuJLdpCQ23x IsIV7Aq/vLaarO0vKYw5I6EpxTVHrzSHLVssuAX0/07FRVmyGKijsp/bRR6k7mvoceU nvTBo5l46qESK+LR5U7ZWDzSx7CAGO63rqSHbnH8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-hypothesis: upgrading to 6.165.6 FAILED Message-ID: <0101019ffefcb8bd-bb5bfb0c-9e7a-4427-8f17-022fc1f00ac4-000000@us-west-2.amazonses.com> Date: Fri, 14 Aug 2026 06:36:43 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.14-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 14 Aug 2026 06:36:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243413 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-hypothesis* to *6.165.6* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-hypothesis-upgrade-6.165.2-6.165.6.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 42171afecfc37b4daca4ca5842356bd3cedad604 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 14 Aug 2026 05:25:05 +0000 Subject: [PATCH] python3-hypothesis: upgrade 6.165.2 -> 6.165.6 --- .../python/python3-hypothesis-crates.inc | 20 +++++++++---------- ...165.2.bb => python3-hypothesis_6.165.6.bb} | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.165.2.bb => python3-hypothesis_6.165.6.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-hypothesis-crates.inc b/meta/recipes-devtools/python/python3-hypothesis-crates.inc index efce454843..080e6ed7f4 100644 --- a/meta/recipes-devtools/python/python3-hypothesis-crates.inc +++ b/meta/recipes-devtools/python/python3-hypothesis-crates.inc @@ -12,11 +12,11 @@ SRC_URI += " \ crate://crates.io/portable-atomic/1.13.1 \ crate://crates.io/ppv-lite86/0.2.21 \ crate://crates.io/proc-macro2/1.0.106 \ - crate://crates.io/pyo3/0.29.0 \ - crate://crates.io/pyo3-build-config/0.29.0 \ - crate://crates.io/pyo3-ffi/0.29.0 \ - crate://crates.io/pyo3-macros/0.29.0 \ - crate://crates.io/pyo3-macros-backend/0.29.0 \ + crate://crates.io/pyo3/0.29.2 \ + crate://crates.io/pyo3-build-config/0.29.2 \ + crate://crates.io/pyo3-ffi/0.29.2 \ + crate://crates.io/pyo3-macros/0.29.2 \ + crate://crates.io/pyo3-macros-backend/0.29.2 \ crate://crates.io/quote/1.0.46 \ crate://crates.io/r-efi/5.3.0 \ crate://crates.io/rand/0.9.4 \ @@ -41,11 +41,11 @@ SRC_URI[once_cell-1.21.4.sha256sum] = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d0 SRC_URI[portable-atomic-1.13.1.sha256sum] = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" SRC_URI[ppv-lite86-0.2.21.sha256sum] = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" SRC_URI[proc-macro2-1.0.106.sha256sum] = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" -SRC_URI[pyo3-0.29.0.sha256sum] = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" -SRC_URI[pyo3-build-config-0.29.0.sha256sum] = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078" -SRC_URI[pyo3-ffi-0.29.0.sha256sum] = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b" -SRC_URI[pyo3-macros-0.29.0.sha256sum] = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771" -SRC_URI[pyo3-macros-backend-0.29.0.sha256sum] = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362" +SRC_URI[pyo3-0.29.2.sha256sum] = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b" +SRC_URI[pyo3-build-config-0.29.2.sha256sum] = "f41027e41b4bd03f6e60f9f417fe24a6341a6bb744edd62b6f709f2a52ea30e9" +SRC_URI[pyo3-ffi-0.29.2.sha256sum] = "e591a95526fead067432c3b3a33fc74770b87b1e04e73671090d9c2055a2b327" +SRC_URI[pyo3-macros-0.29.2.sha256sum] = "73225868fc1cd84eef2c3c230ddb91273bf1de46aeb8a4248da76d32a0924a1c" +SRC_URI[pyo3-macros-backend-0.29.2.sha256sum] = "571575aa3749fa6216757dd47d2a3e7ef360f329a40f0666a9fbd14889024952" SRC_URI[quote-1.0.46.sha256sum] = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" SRC_URI[r-efi-5.3.0.sha256sum] = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" SRC_URI[rand-0.9.4.sha256sum] = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb similarity index 92% rename from meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb rename to meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb index 0776519a10..2de6a9c069 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.165.6.bb @@ -17,7 +17,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "680a1adf523ac792b46064f425b112ce6c08a7a8f50e65d08e029de6aa11df95" +SRC_URI[sha256sum] = "35d6e462a7827fbce9e833efc48921d7879391dd1f742431da48ba71bafe2a59" RDEPENDS:${PN} += " \ python3-attrs \