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 <a...@yoctoproject.org> 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" -- 2.39.2
packages/core2-32-poky-linux/python3-git: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git: SRC_URI changed from "https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-3.1.36.tar.gz;downloadfilename=GitPython-3.1.36.tar.gz" to "https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-3.1.37.tar.gz;downloadfilename=GitPython-3.1.37.tar.gz" packages/core2-32-poky-linux/python3-git/python3-git-dbg: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-dbg: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git-dev: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-dev: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git-doc: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-doc: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git-locale: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-locale: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git-src: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-src: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git-staticdev: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git-staticdev: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git: PV changed from "3.1.36" to "3.1.37" packages/core2-32-poky-linux/python3-git/python3-git: PKGV changed from 3.1.36 [default] to 3.1.37 [default] packages/core2-32-poky-linux/python3-git/python3-git: PKGSIZE changed from 1338870 to 1343995 (+0%) Changes to packages/core2-32-poky-linux/python3-git (sysroot): /usr/lib/python3.11/site-packages/GitPython-3.1.36.dist-info moved to /usr/lib/python3.11/site-packages/GitPython-3.1.37.dist-info
0001-python3-git-upgrade-3.1.36-3.1.37.patch
Description: Binary data
Changes to packages/core2-32-poky-linux/python3-git (sysroot): /usr/lib/python3.11/site-packages/GitPython-3.1.36.dist-info moved to /usr/lib/python3.11/site-packages/GitPython-3.1.37.dist-info
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#188548): https://lists.openembedded.org/g/openembedded-core/message/188548 Mute This Topic: https://lists.openembedded.org/mt/101697411/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-