From patchwork Sat Feb 15 12:42:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 57357 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 D75DBC021AE for ; Sat, 15 Feb 2025 12:42:20 +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.web11.8046.1739623326598169694 for ; Sat, 15 Feb 2025 04:42:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=d3TdQj+R; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=0LeOncYR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019509a190ed-faa0383f-11e4-4527-8ccb-872ae76f87d4-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1739623338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=BwxTrOwLL8n5TKcOUogYLPYEVqSUaXe5y2dIBY0Ys3k=; b=d3TdQj+RPLWeAphyoCwErsJZGkNpvwswhXksYZqVB1aBzwfNfsVO+bYeQs4NmUDk yvXTg4nRyfIyuKxlojz4RiSdZIPfNnJFQ2LXaoGI4vDiFAcqs6oDURnflJw4IPBQ48T Yeo1e80seOsNgQqedBm3gxVgZk9BZ5t9fYgQvoJI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623338; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=BwxTrOwLL8n5TKcOUogYLPYEVqSUaXe5y2dIBY0Ys3k=; b=0LeOncYRqGwxkIn4vTt6s3KkuYnrBUBJqDdGAeX4PT2IEPjpfvLtWQmyxf59bfak WCWy3yfD6ir058Lsm1uXy14XW3ESlYGkLy9eVvMkIGMSafoyKZSGZQ8A8gkqb4Oj9xn ZWF9yGEOCDhxCL9RLMGxii/+BWzDB70+D7x/F0G0= 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.9 SUCCEEDED Message-ID: <0101019509a190ed-faa0383f-11e4-4527-8ccb-872ae76f87d4-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:18 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.15-54.240.27.192 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 ; Sat, 15 Feb 2025 12:42:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211427 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-mako* to *1.3.9* has Succeeded. Next steps: - apply the patch: git am 0001-python3-mako-upgrade-1.3.8-1.3.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 75abaeff26352fb885c302449041e6b39dbd7f89 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 07:55:15 +0000 Subject: [PATCH] python3-mako: upgrade 1.3.8 -> 1.3.9 --- ...n3-mako_1.3.8.bb => python3-mako_1.3.9.bb} | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.3.8.bb => python3-mako_1.3.9.bb} (39%) diff --git a/meta/recipes-devtools/python/python3-mako_1.3.8.bb b/meta/recipes-devtools/python/python3-mako_1.3.9.bb similarity index 39% rename from meta/recipes-devtools/python/python3-mako_1.3.8.bb rename to meta/recipes-devtools/python/python3-mako_1.3.9.bb index 3cfe56e043..cdef8ad59f 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.8.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.9.bb @@ -1,8 +1,27 @@ +# 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-2024 the Mako authors and contributors . +# +Copyright 2006-2025 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=d0995d6f7ba3f186a03118f244e88f57" +LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5" PYPI_PACKAGE = "mako" @@ -10,7 +29,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest -SRC_URI[sha256sum] = "577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8" +SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" RDEPENDS:${PN} = "python3-html \ python3-markupsafe \