From patchwork Sat Nov 4 01:38:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33727 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 1193DC10F04 for ; Sat, 4 Nov 2023 01:38:22 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.2289.1699061895895492882 for ; Fri, 03 Nov 2023 18:38:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BsBt2PMe; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=iDqzCxLt; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018b97fb14a9-1eeaaf98-2e5d-472e-ac8b-728e074a3e1b-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=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=f6JVcTvo0M0zOkLTfuqN43YBr3aXHXV6dyznVF9+gRo=; b=BsBt2PMeigIcU4HkL35Gvfg91gnE6LUIZROeqv4fDLTh4ZXZc6jpXqNd/mttQpmp UUU3TosEZoYK4Go94p25OMVibBjvVX7wxPX+e4k615P376cj4mzYC7Du5/es9P4mbQe t7ONhc5KTy+5CnQYlfuviJrLomrB2dP6zeQfPQtY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699061896; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=f6JVcTvo0M0zOkLTfuqN43YBr3aXHXV6dyznVF9+gRo=; b=iDqzCxLt9tFzPFTbJS0r9kp98RFLilkmdHoKrobUqVL8iKNZ3WFHcsYtsJpY4+s5 QfezmlA4o76gRy02A0RbGdG9Xq/PrcMsaGGk2hVM5vZfEHDG1Vzyhl6Lq6FQFAk4qx2 jfOCpMpNMjeA+T4+UytSi5gpruvOBJk2FdD/F7ds= 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-polyline: upgrading to 2.0.1 FAILED Message-ID: <0101018b97fb14a9-1eeaaf98-2e5d-472e-ac8b-728e074a3e1b-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 01:38:16 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.191 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:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106140 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-polyline* to *2.0.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-python3-polyline-upgrade-1.4.0-2.0.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 53988bb5aa1a30a1c09e3fdd75dc9ed0d970b99c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 23:21:57 +0000 Subject: [PATCH] python3-polyline: upgrade 1.4.0 -> 2.0.1 --- ...ine_1.4.0.bb => python3-polyline_2.0.1.bb} | 59 ++++++++++++++++++- 1 file changed, 56 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-polyline_1.4.0.bb => python3-polyline_2.0.1.bb} (13%) diff --git a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb similarity index 13% rename from meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb rename to meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb index 486e70c8f..0edbd11e6 100644 --- a/meta-python/recipes-devtools/python/python3-polyline_1.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb @@ -1,10 +1,63 @@ +# 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,20 +1,20 @@ +# -Copyright (c) 2014 Bruno M. Custódio +# -Copyright (c) 2019 Frederick Jansen +# - +# -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 the Software without restriction, including without limitation the rights +# -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# -copies of the Software, and to permit persons to whom the Software is +# -furnished to do so, subject to the following conditions: +# - +# -The above copyright notice and this permission notice shall be included in +# -all copies or substantial portions of the Software. +# - +# -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# -THE SOFTWARE. +# +Copyright (c) 2023 Frederick Jansen +# +Copyright (c) 2014 Bruno M. Custódio +# + +# +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 the Software without restriction, including without limitation the rights +# +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# +copies of the Software, and to permit persons to whom the Software is +# +furnished to do so, subject to the following conditions: +# + +# +The above copyright notice and this permission notice shall be included in +# +all copies or substantial portions of the Software. +# + +# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# +THE SOFTWARE. +# +# + SUMMARY = "A Python implementation of Google's Encoded Polyline Algorithm Format" HOMEPAGE = "https://pypi.org/project/polyline/" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0fbd13500cabd06dd751ba6b2be304c6" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1fb8d1dc685695195bb3c1e48adfef48" -SRC_URI[md5sum] = "b97c57378605c4a856c437569f95a0cb" -SRC_URI[sha256sum] = "7c7f89d09a09c7b6161bdbfb4fd304b186fc7a2060fa4f31cb3f61c646a5c074" +SRC_URI[sha256sum] = "74cb5cea098dddf09d1a5a1f17af9184d371cbf3e9723de0194e530ec39ca1f6" inherit pypi setuptools3 ptest