From patchwork Sun Oct 1 18:13:10 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: 31520 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 D9CEDE776DB for ; Sun, 1 Oct 2023 18:13:18 +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.65026.1696183991467493129 for ; Sun, 01 Oct 2023 11:13:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=YHa2LxUX; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=KUfx8OMT; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018aec71b7c6-828ab692-bba8-4b75-99ac-5b0a36ed3ca0-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=1696183990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=9gIOzJDa/4ZWxeDgpAHnhHAgztQWxQLIMWOFnSa3AeI=; b=YHa2LxUXeugeu5Ot/5fdt0M+FgtwHTWrGGrONNg5ScgoFgWZqY/14fnYKjv2Etbq R4U8SfqTGrjSzXT5RmXn8GZ8ekiixlVhkbB/QypS8unkeX1wofLaLISUl8bpoOF/KN5 97Cng1tPkQgdyXqYKJRuGEEc01enoTJHkNQa4jJY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1696183990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=9gIOzJDa/4ZWxeDgpAHnhHAgztQWxQLIMWOFnSa3AeI=; b=KUfx8OMTs37wRT53x2c3TplobOgfQjyvqfjPRXB77eNwUlYU445CmMndw1ar9SSD gS0glUKsN4xlfoTuXGE0jJze49AQoDX6idJ0gvW6wlCuD4EGffBc6Haa1Cm+TvQ/gRh zmD+Pd9tDQxmy7vMS4T5HQKOl8tN9ktK7lng8h1I= MIME-Version: 1.0 From: auh@yoctoproject.org To: Trevor Gamblin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-git: upgrading to 3.1.37 SUCCEEDED Message-ID: <0101018aec71b7c6-828ab692-bba8-4b75-99ac-5b0a36ed3ca0-000000@us-west-2.amazonses.com> Date: Sun, 1 Oct 2023 18:13:10 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.01-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 ; Sun, 01 Oct 2023 18:13:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/188548 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-git* to *3.1.37* has Succeeded. Next steps: - apply the patch: git am 0001-python3-git-upgrade-3.1.36-3.1.37.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 bab57192a7f82cb751c14a50c89a349b1fb06906 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Oct 2023 09:47:59 +0000 Subject: [PATCH] python3-git: upgrade 3.1.36 -> 3.1.37 --- ...n3-git_3.1.36.bb => python3-git_3.1.37.bb} | 65 ++++++++++++++++++- 1 file changed, 63 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-git_3.1.36.bb => python3-git_3.1.37.bb} (22%) diff --git a/meta/recipes-devtools/python/python3-git_3.1.36.bb b/meta/recipes-devtools/python/python3-git_3.1.37.bb similarity index 22% rename from meta/recipes-devtools/python/python3-git_3.1.36.bb rename to meta/recipes-devtools/python/python3-git_3.1.37.bb index ab1b0f2353..7860c9bbdd 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.36.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.37.bb @@ -1,3 +1,64 @@ +# 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,30 +1,29 @@ +# Copyright (C) 2008, 2009 Michael Trier and contributors +# All rights reserved. +# +# -Redistribution and use in source and binary forms, with or without +# -modification, are permitted provided that the following conditions +# +Redistribution and use in source and binary forms, with or without +# +modification, are permitted provided that the following conditions +# are met: +# +# -* Redistributions of source code must retain the above copyright +# +* Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# -* Redistributions in binary form must reproduce the above copyright +# -notice, this list of conditions and the following disclaimer in the +# +* Redistributions in binary form must reproduce the above copyright +# +notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# -* Neither the name of the GitPython project nor the names of +# -its contributors may be used to endorse or promote products derived +# +* Neither the name of the GitPython project nor the names of +# +its contributors may be used to endorse or promote products derived +# from this software without specific prior written permission. +# +# -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +# -TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +# -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +# -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +# -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +# +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +# +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +# +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +# +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# - +# +# + SUMMARY = "Python library used to interact with Git repositories" DESCRIPTION = "GitPython provides object model read and write access to \ a git repository. Access repository information conveniently, alter the \ @@ -6,13 +67,13 @@ access with big-files support." HOMEPAGE = "http://github.com/gitpython-developers/GitPython" SECTION = "devel/python" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8b8d26c37c1d5a04f9b0186edbebc183" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5279a7ab369ba336989dcf2a107e5c8e" PYPI_PACKAGE = "GitPython" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "4bb0c2a6995e85064140d31a33289aa5dce80133a23d36fcd372d716c54d3ebf" +SRC_URI[sha256sum] = "f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54" DEPENDS += " ${PYTHON_PN}-gitdb"