From patchwork Wed Jul 12 05:31:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@moto-timo.dev X-Patchwork-Id: 27238 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 6AF47C001B0 for ; Wed, 12 Jul 2023 05:31:30 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx.groups.io with SMTP id smtpd.web11.1025.1689139888376808382 for ; Tue, 11 Jul 2023 22:31:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@moto-timo.dev header.s=gm1 header.b=COr2xApt; spf=pass (domain: moto-timo.dev, ip: 217.70.183.198, mailfrom: auh@moto-timo.dev) Received: by mail.gandi.net (Postfix) with ESMTPSA id A4A38C0003 for ; Wed, 12 Jul 2023 05:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=moto-timo.dev; s=gm1; t=1689139887; h=from:from:reply-to:subject:subject:to:to:cc:mime-version:mime-version: content-type:content-type; bh=XVthVjdg0BPkBVYMoqw/erF6SJQaBQdmrEqbd0c2h2Y=; b=COr2xAptno8dHK8B7QrjHnCoFQv4lSKmmmY4l+/9gN2nAzY40ZnyPflfQguuY7XfcnaoDe 5cbD5EncUbbqNozpAo4qw8G41bDetnFGz4MU0WS9+O7k4LMe1uzF6H4poMmFmRXcQ7OyU+ 64qYxaDieOynn1CbRK/ktdPWzUZqD6D19cnEM5gyFtsZJ+LlfS0XB+DGOUNzQnZoFUAUbg xnbdzz2WPgj0bVQafybAU3XN6J0d22cGdgiGxvRXvrLKnbT0TXOQTLW8sqNto8VwdQKPiN xDiyr/AT+lc/IiWfUMKYCx/x6UJqyer/YO36njeTX5eAY90XFveW9K7ueANOUA== MIME-Version: 1.0 From: auh@moto-timo.dev To: openembedded-devel@lists.openembedded.org Subject: [AUH] python3-pytest-asyncio: upgrading to 0.21.0 FAILED X-GND-Sasl: auh@moto-timo.dev 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 ; Wed, 12 Jul 2023 05:31:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103797 Message-Id: <20230712053130.6AF47C001B0@smtp.lore.kernel.org> Date: Wed, 12 Jul 2023 05:31:30 +0000 (UTC) Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-pytest-asyncio* to *0.21.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-pytest-asyncio-upgrade-0.16.0-0.21.0.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 fdabe06ed8538ed7df7df8e83e3c9ce3037a4588 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 11 Jul 2023 22:05:46 -0500 Subject: [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.21.0 --- ....0.bb => python3-pytest-asyncio_0.21.0.bb} | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest-asyncio_0.16.0.bb => python3-pytest-asyncio_0.21.0.bb} (25%) From fdabe06ed8538ed7df7df8e83e3c9ce3037a4588 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 11 Jul 2023 22:05:46 -0500 Subject: [PATCH] python3-pytest-asyncio: upgrade 0.16.0 -> 0.21.0 --- ....0.bb => python3-pytest-asyncio_0.21.0.bb} | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pytest-asyncio_0.16.0.bb => python3-pytest-asyncio_0.21.0.bb} (25%) diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.0.bb similarity index 25% rename from meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.0.bb index 1dfeab633..86ad30ec8 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.0.bb @@ -1,9 +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 +# @@ -199,4 +199,3 @@ +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# - +# +# + DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" +LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77" -SRC_URI[sha256sum] = "7496c5977ce88c34379df64a66459fe395cd05543f0a2f837016e7144391fcfb" +SRC_URI[sha256sum] = "2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b" inherit pypi setuptools3 -- 2.25.1