From patchwork Thu Feb 1 18:00:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 38635 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 68A48C54E68 for ; Thu, 1 Feb 2024 18:00:19 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.2107.1706810406131215031 for ; Thu, 01 Feb 2024 10:00:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=W/1zrnwI; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=fybtEwiq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018d65d3f1ba-6776efd9-17e2-487b-a42c-57c98e01fadc-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=1706810405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4FvyUhBAksnyYaSn+HZiVUh7GauF6ZD+rocMfdBVhTo=; b=W/1zrnwIVeGGepsVvetVABrGaEm9kfcU7TmUAl082YJBcjku2Mu767HHzrUVgE5N DKhKPzB2Wh1jbshMg9oaR8/4GiONRYbgi7Qvt53RvVORiVQVvOW526VKdSLzTYGs9bt N00K80q7X7OfmRWBQWPjM9qzlZkAiGPheMCk/aQk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810405; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4FvyUhBAksnyYaSn+HZiVUh7GauF6ZD+rocMfdBVhTo=; b=fybtEwiqH0+JEXmFPCGcdlZ2WN98TYdw+zTcClH5vahMBy7nvT8gVpNeHGjTjODY PM94g70Ix8sBk4b8P7c68BBmnPpxiGBzsBNw6gjKyAZ3WavocWvedRw8Hgpr9+XXBqq j48JTdrwHI3VXsVL+5zVdC/UDt2c6bVYAQ2zBDJA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-mako: upgrading to 1.3.2 SUCCEEDED Message-ID: <0101018d65d3f1ba-6776efd9-17e2-487b-a42c-57c98e01fadc-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:05 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-54.240.27.45 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 ; Thu, 01 Feb 2024 18:00:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194637 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-mako* to *1.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-python3-mako-upgrade-1.3.0-1.3.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 27b7a9210d74d91daf4adb3af344e48b9839a34f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 07:53:43 +0000 Subject: [PATCH] python3-mako: upgrade 1.3.0 -> 1.3.2 --- ...n3-mako_1.3.0.bb => python3-mako_1.3.2.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.3.0.bb => python3-mako_1.3.2.bb} (33%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.0.bb b/meta/recipes-devtools/python/python3-mako_1.3.2.bb similarity index 33% rename from meta/recipes-devtools/python/python3-mako_1.3.0.bb rename to meta/recipes-devtools/python/python3-mako_1.3.2.bb index d180e05cea..13fe7c80cf 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.0.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.2.bb @@ -1,14 +1,33 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright 2006-2023 the Mako authors and contributors . +# +Copyright 2006-2024 the Mako authors and contributors . +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# +# + SUMMARY = "Templating library for Python" HOMEPAGE = "http://www.makotemplates.org/" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fcc01df649aee6c59dcb254c894ea0d4" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57" PYPI_PACKAGE = "Mako" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "e3a9d388fd00e87043edbe8792f45880ac0114e9c4adc69f6e9bfb2c55e3b11b" +SRC_URI[sha256sum] = "2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e" RDEPENDS:${PN} = "${PYTHON_PN}-html \ ${PYTHON_PN}-markupsafe \