From patchwork Mon Apr 1 18:03:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 41818 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 AA9C8CD13A0 for ; Mon, 1 Apr 2024 18:03:30 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.44652.1711994602284417796 for ; Mon, 01 Apr 2024 11:03:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TAR6AHPq; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=wi7wHaPC; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018e9ad47f0a-ecc4ea65-857d-4444-b7f5-456bc30d0c3b-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=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=YW9k4PXjqpDoC2TVmUuJOfNsjEkbIHvQcQdJCtHi+YU=; b=TAR6AHPqVqL1hWMLZu8UNlmKn/ZmOAA9UXhLPRzj/BqBC9BvJme1p5uHO8mG9UrC Z05bSzB2fyiKBZrzg491UMWXpHi5f5/WzQ7h1bcxgcMJfrYTRO5hodAB+jlF4pIf7Ka sJBnB5Rw4vcp0hyyDLaVNYHAXqzX38Ty+oZG3ODU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1711994601; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=YW9k4PXjqpDoC2TVmUuJOfNsjEkbIHvQcQdJCtHi+YU=; b=wi7wHaPCSikJ6yC0JmOjQk0BvL0Ux4uoGvX2wNp0wCqK/l1cMiGXNLfpypS+y5Rk Ol/vk9gDx9tQOvKpKa0s3DSH9M+ote09/znSPisVYo+5zPUuAtiW+L3CnzwmIcbcCf8 RKfX9zYvB08vdenNTYWxaTAw6XHDLFY2sZuzqMBw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-markdown: upgrading to 3.6 SUCCEEDED Message-ID: <0101018e9ad47f0a-ecc4ea65-857d-4444-b7f5-456bc30d0c3b-000000@us-west-2.amazonses.com> Date: Mon, 1 Apr 2024 18:03:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.04.01-54.240.27.193 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 ; Mon, 01 Apr 2024 18:03:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/197745 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *python3-markdown* to *3.6* has Succeeded. Next steps: - apply the patch: git am 0001-python3-markdown-upgrade-3.5.2-3.6.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 fd7262a3faf8c28b821d42065518710805881023 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Apr 2024 08:20:24 +0000 Subject: [PATCH] python3-markdown: upgrade 3.5.2 -> 3.6 --- .../python/python3-markdown_3.5.2.bb | 13 --- .../python/python3-markdown_3.6.bb | 80 +++++++++++++++++++ 2 files changed, 80 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-markdown_3.5.2.bb create mode 100644 meta/recipes-devtools/python/python3-markdown_3.6.bb diff --git a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb b/meta/recipes-devtools/python/python3-markdown_3.5.2.bb deleted file mode 100644 index 1df7a98183..0000000000 --- a/meta/recipes-devtools/python/python3-markdown_3.5.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "A Python implementation of John Gruber's Markdown." -HOMEPAGE = "https://python-markdown.github.io/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "Markdown" -SRC_URI[sha256sum] = "e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "python3-logging python3-setuptools" diff --git a/meta/recipes-devtools/python/python3-markdown_3.6.bb b/meta/recipes-devtools/python/python3-markdown_3.6.bb new file mode 100644 index 0000000000..86ba4fc9ed --- /dev/null +++ b/meta/recipes-devtools/python/python3-markdown_3.6.bb @@ -0,0 +1,80 @@ +# 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.md +# +++ LICENSE.md +# @@ -1,29 +1,30 @@ +# -Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) +# -Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) +# +BSD 3-Clause License +# + +# +Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) +# +Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) +# Copyright 2004 Manfred Stienstra (the original version) +# - +# -All rights reserved. +# +# 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 +# - 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 +# - documentation and/or other materials provided with the distribution. +# -* Neither the name of the Python Markdown Project nor the +# - names of its contributors may be used to endorse or promote products +# - derived from this software without specific prior written permission. +# +1. Redistributions of source code must retain the above copyright notice, this +# + list of conditions and the following disclaimer. +# +# -THIS SOFTWARE IS PROVIDED BY THE PYTHON MARKDOWN PROJECT ''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 ANY CONTRIBUTORS TO THE PYTHON MARKDOWN PROJECT +# -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. +# +2. 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. +# + +# +3. Neither the name of the copyright holder 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 HOLDER 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 = "A Python implementation of John Gruber's Markdown." +HOMEPAGE = "https://python-markdown.github.io/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "Markdown" +SRC_URI[sha256sum] = "ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-logging python3-setuptools"