From patchwork Sat Nov 4 01:38:22 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: 33957 Return-Path: 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 78A98C001B0 for ; Sat, 4 Nov 2023 01:38:33 +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.web10.2298.1699061903260450834 for ; Fri, 03 Nov 2023 18:38:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=GgGpTJMI; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=cUOMJY2c; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018b97fb2c5b-94063c7a-3430-40b8-aca3-3ee05a3a2dac-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=1699061902; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZClAxv1tYT4vIUuLH95bekNHgc4Gf5rdfu5cMZF68+0=; b=GgGpTJMIOpwV0uJXFIbVOSYmlN6Cw4NcNFZA68HrSdKNZnfsuzb3NoJDRYWnMvE+ JMIKF77f3R8T5cP52Gp4tDvDnjR4/1rpa6LSfDEVrQqE8JRzxSKQmxuXeSVpTP41UdZ SGkTfXTHiPwdryoTGP3QV9ApnJ1MbQuSliPtALiE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699061902; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZClAxv1tYT4vIUuLH95bekNHgc4Gf5rdfu5cMZF68+0=; b=cUOMJY2cv13r7tFQNhp20KYqwWwA39LA8XYWjUjctfwUeGC5obbKwOjg4ONHukXp HcFt3ZTbCusZfd2quNENgha64UujdaxiHPNkehTSKK+Y+LfltuV8XcOc9A7jU2KAB4g 00htz9nd0oA/yDvvPpUMeol9XQHpQ656xB2mtbe4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] python3-xstatic-font-awesome: upgrading to 6.2.1.1 SUCCEEDED Message-ID: <0101018b97fb2c5b-94063c7a-3430-40b8-aca3-3ee05a3a2dac-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 01:38:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-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, 04 Nov 2023 01:38:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106183 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-xstatic-font-awesome* to *6.2.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-python3-xstatic-font-awesome-upgrade-4.7.0.0-6.2.1.1.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 21b9dea459a563f84520472e92ed3c8dee195735 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 01:32:40 +0000 Subject: [PATCH] python3-xstatic-font-awesome: upgrade 4.7.0.0 -> 6.2.1.1 --- ...> python3-xstatic-font-awesome_6.2.1.1.bb} | 65 ++++++++++++++++++- 1 file changed, 62 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-xstatic-font-awesome_4.7.0.0.bb => python3-xstatic-font-awesome_6.2.1.1.bb} (12%) diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb similarity index 12% rename from meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb rename to meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb index ccd1cd787..a7b7a3e5f 100644 --- a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb @@ -1,13 +1,72 @@ +# 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: +# +# --- PKG-INFO +# +++ PKG-INFO +# @@ -1,24 +1,25 @@ +# -Metadata-Version: 1.0 +# +Metadata-Version: 2.1 +# Name: XStatic-Font-Awesome +# -Version: 4.7.0.0 +# -Summary: Font-Awesome 4.7.0 (XStatic packaging standard) +# -Home-page: https://fortawesome.github.io/Font-Awesome/ +# -Author: Rob Cresswell +# -Author-email: robert.cresswell@outlook.com +# -License: SIL OFL 1.1 +# -Description: XStatic-Font-Awesome +# - -------------- +# - +# - Font Awesome icons packaged for setuptools (easy_install) / pip. +# - +# - This package is intended to be used by **any** project that needs these files. +# - +# - It intentionally does **not** provide any extra code except some metadata +# - **nor** has any extra requirements. You MAY use some minimal support code from +# - the XStatic base package, if you like. +# - +# - You can find more info about the xstatic packaging way in the package `XStatic`. +# - +# - +# +Version: 6.2.1.1 +# +Summary: Font-Awesome 6.2.1 (XStatic packaging standard) +# +Home-page: https://github.com/FortAwesome/Font-Awesome +# +Maintainer: Reimar Bauer +# +Maintainer-email: rb.proj@gmail.com +# +License: (same as Font-Awesome) +# +Project-URL: Repository, https://github.com/xstatic-py/xstatic-font-awesome +# Keywords: font_awesome xstatic +# Platform: any +# + +# +XStatic-Font-Awesome +# +-------------------- +# + +# +Font Awesome packaged for setuptools (easy_install) / pip. +# + +# +This package is intended to be used by **any** project that needs these files. +# + +# +It intentionally does **not** provide any extra code except some metadata +# +**nor** has any extra requirements. You MAY use some minimal support code from +# +the XStatic base package, if you like. +# + +# +You can find more info about the xstatic packaging way in the package `XStatic`. +# + +# +# + DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip." HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome" SECTION = "devel/python" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=313d021898694cd2b0ea6508bdfe51a2" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f1a2fe131dcb2fc6243c26cf05ecdb36" PYPI_PACKAGE = "XStatic-Font-Awesome" -SRC_URI[md5sum] = "141a0e9a7e21e82f922573a00ae0c166" -SRC_URI[sha256sum] = "e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c" +SRC_URI[sha256sum] = "f075871096128638f2e1539020d8227754c3d885dd68e7ee6de9a01235076828" DEPENDS += " \ ${PYTHON_PN}-xstatic \