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 3fb863aa04bcc382baec0c78a1f5b5feaf432744 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Apr 2024 19:25:13 +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"
-- 
2.42.0

Changes to packages/core2-64-poky-linux/python3-markdown (sysroot):
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/entry_points.txt was 
added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/LICENSE.md was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/METADATA was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/RECORD was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/top_level.txt was 
added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/WHEEL was added
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/entry_points.txt 
was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/LICENSE.md was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/METADATA was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/RECORD was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/top_level.txt was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/WHEEL was removed
packages/core2-64-poky-linux/python3-markdown: SRC_URI changed from 
"https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-3.5.2.tar.gz;downloadfilename=Markdown-3.5.2.tar.gz";
 to 
"https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-3.6.tar.gz;downloadfilename=Markdown-3.6.tar.gz";
packages/core2-64-poky-linux/python3-markdown: PV changed from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown: PKGV changed from 3.5.2 
[default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-dbg: PV changed 
from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-dbg: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-dev: PV changed 
from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-dev: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-doc: PV changed 
from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-doc: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-locale: PV 
changed from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-locale: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-src: PV changed 
from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-src: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown-staticdev: PV 
changed from "3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown-staticdev: PKGV 
changed from 3.5.2 [default] to 3.6 [default]
packages/core2-64-poky-linux/python3-markdown/python3-markdown: PKGSIZE changed 
from 660922 to 670584 (+1%)
packages/core2-64-poky-linux/python3-markdown/python3-markdown: PV changed from 
"3.5.2" to "3.6"
packages/core2-64-poky-linux/python3-markdown/python3-markdown: PKGV changed 
from 3.5.2 [default] to 3.6 [default]
Changes to packages/core2-64-poky-linux/python3-markdown (sysroot):
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/entry_points.txt was 
added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/LICENSE.md was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/METADATA was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/RECORD was added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/top_level.txt was 
added
  /usr/lib/python3.12/site-packages/Markdown-3.6.dist-info/WHEEL was added
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/entry_points.txt 
was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/LICENSE.md was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/METADATA was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/RECORD was removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/top_level.txt was 
removed
  /usr/lib/python3.12/site-packages/Markdown-3.5.2.dist-info/WHEEL was removed

Attachment: 0001-python3-markdown-upgrade-3.5.2-3.6.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#198296): 
https://lists.openembedded.org/g/openembedded-core/message/198296
Mute This Topic: https://lists.openembedded.org/mt/105552089/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to