From patchwork Sun Oct 15 19:45:13 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: 32306 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 40F00C04AB7 for ; Sun, 15 Oct 2023 19:45:23 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web10.102660.1697399113819216805 for ; Sun, 15 Oct 2023 12:45:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fh3jZPIr; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=LFQ0vClB; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.33, mailfrom: 0101018b34df07f1-850d8d88-56da-446f-ad4d-e7364e2cafbb-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LbncqWv6ISKz/Shf8YM+jVVsCV7oIIZ86UkOQkJlIwI=; b=fh3jZPIr3iiNBSfgyOZeb3VOyrcdH2gtke4k+tpTK2uXPONQetybFEEcMJrsagBJ PshHn3vFSSvJJ6U8dKiWlEwKkAoZft8wjmLePzn1eyuippBGCXMsTPdxQOHPdrOEZQu djkb3tUrq8ip/TiD1Nyh7fPZnVOauj/J8h8CwWqY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399114; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LbncqWv6ISKz/Shf8YM+jVVsCV7oIIZ86UkOQkJlIwI=; b=LFQ0vClB5Ff+hkj58UMDoC0yp2HyCPNkQaWOHvJ8jMq/53iU27kGYjsYGttdXIdl DblfbhEL0HU4iR5Zow0Dp1sURlPmHcNFAl7j/pdAQk4FcSByPm6kuP0KqE+Xcr1SNr7 Goi0WCSJdJU2zFTkIETi9fJEtbu8lxxO+4LaM8SI= 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: <0101018b34df07f1-850d8d88-56da-446f-ad4d-e7364e2cafbb-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:13 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-54.240.27.33 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, 15 Oct 2023 19:45:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189194 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 57d5359eb7606acc12fd07110837329abe3453e4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 11:04:01 +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"