From patchwork Fri Jun 16 03:51:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25801 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 E1AA7C25B7B for ; Fri, 16 Jun 2023 03:51:28 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.807.1686887482858698740 for ; Thu, 15 Jun 2023 20:51:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eguGWJtH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010188c254469c-9148108c-150f-4a8c-aa61-9f5b802fffda-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=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=OEE+OimrehOGQxm5jMSEuwCMxvaa+yIIGASjVETddIQ=; b=eguGWJtHZE6m5cZ/oMbVC4zrCqBkTVNO2RQaxMhCMKyfMLXR6N1fgCxpRJ6szLCl xpk7eLljnVf7PpSYJRFrBp7ufxfUgVmNw3R2A0jldjFaz14R1XIkfYAAy5y34F63QlP m3sHlvuV3WGBZzKuQtp6SUBMVqT0bB5ZJKTwnhAQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887483; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=OEE+OimrehOGQxm5jMSEuwCMxvaa+yIIGASjVETddIQ=; b=Vx6t+IjqCo+7cYvmm6WB+F6cz3WjaDzRo8RXV6bDXk9fNmP3nIq1WDLhbfZWF5+a m2n5K5wmpvwQGqce9GCi1PFkvxmyo/OU0a5G8bvO/stTJmjKhgzSnerpm2C1uOgL0xM IK6UNeiYcHNXlDuMLdisBDPodIqpR33RIX4Q97c4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-sphinx-rtd-theme: upgrading to 1.2.2 SUCCEEDED Message-ID: <01010188c254469c-9148108c-150f-4a8c-aa61-9f5b802fffda-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.193 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Jun 2023 03:51:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182932 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-sphinx-rtd-theme* to *1.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-sphinx-rtd-theme-upgrade-1.2.1-1.2.2.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 1d56ef6967834a164ae80301697552218903895b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 14:02:06 +0000 Subject: [PATCH] python3-sphinx-rtd-theme: upgrade 1.2.1 -> 1.2.2 --- ...inx-rtd-theme_1.2.1.bb => python3-sphinx-rtd-theme_1.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.2.1.bb => python3-sphinx-rtd-theme_1.2.2.bb} (88%) diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb similarity index 88% rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb index 25de0159b6..0fac83a1c9 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.1.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.2.bb @@ -13,7 +13,7 @@ RDEPENDS:${PN} += " \ PYPI_PACKAGE = "sphinx_rtd_theme" -SRC_URI[sha256sum] = "cf9a7dc0352cf179c538891cb28d6fad6391117d4e21c891776ab41dd6c8ff70" +SRC_URI[sha256sum] = "01c5c5a72e2d025bd23d1f06c59a4831b06e6ce6c01fdd5ebfe9986c0a880fc7" UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" inherit setuptools3 pypi