From patchwork Sat Aug 15 05:30:34 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: 95410 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 0CEA1C5CFC1 for ; Sat, 15 Aug 2026 05:30:43 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.3717.1786771835297392554 for ; Fri, 14 Aug 2026 22:30:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=VehesGh1; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=YyZszL1Y; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a003e68746-337690bf-3a7d-4fcf-a4a5-7226afbb22ef-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=1786771834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=8JQeeICF7FyP6QXHRKjELJ82G95lZKpZ/Uh5fpLGqvs=; b=VehesGh1X8OYgLykdmuovYLPp24yuFD6s2v50VgbAQvp9giGNlFtg5JYVlJuJSpz OuFQO5vYsqC8NJfprNqApXxX8g47M1PhztN/BbT4oZNIY2yyK3Wpc27SENGk6hMErib MYxEDi5X03AVaJoQLdelqel+NJa8VBZjPGoMZFFI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786771834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=8JQeeICF7FyP6QXHRKjELJ82G95lZKpZ/Uh5fpLGqvs=; b=YyZszL1Yn332paE+BJCPKzVgVoqTQnaAY+RFd6L34uDBUFxr8xOM1dyhqDbHSxc8 lDIwhKsKsbwBattyPk1u/RIJahMMyXJraz8LsKGrJnNJACmkA6J7lQx8fTUr8LgXDrz toiCKKCu0wAd5rTuzhh8PMdFr/Bb+cGi+r5igMpo= 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.9 FAILED Message-ID: <010101a003e68746-337690bf-3a7d-4fcf-a4a5-7226afbb22ef-000000@us-west-2.amazonses.com> Date: Sat, 15 Aug 2026 05:30:34 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.15-54.240.27.23 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 ; Sat, 15 Aug 2026 05:30:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243471 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.9* 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.9.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 b8aa7a83fd21399d6818ca7fbd9517e09ca98e90 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Aug 2026 05:11:09 +0000 Subject: [PATCH] python3-hypothesis: upgrade 6.165.2 -> 6.165.9 --- .../python/python3-hypothesis-crates.inc | 20 +++++++++---------- ...165.2.bb => python3-hypothesis_6.165.9.bb} | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.165.2.bb => python3-hypothesis_6.165.9.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.9.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.9.bb index 0776519a10..197989521e 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.165.2.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.165.9.bb @@ -17,7 +17,7 @@ SRC_URI += " \ file://test_rle.py \ " -SRC_URI[sha256sum] = "680a1adf523ac792b46064f425b112ce6c08a7a8f50e65d08e029de6aa11df95" +SRC_URI[sha256sum] = "a5d1fa312020b499c517e1217ef4440c56a9b52e20b47b420b48a583a81c412b" RDEPENDS:${PN} += " \ python3-attrs \