[OE-core] [AUH] python3-markdown: upgrading to 3.6 SUCCEEDED

2024-04-16 Thread Auto Upgrade Helper
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 
Date: Mon, 15 Apr 2024 19:25:13 +
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..00
--- 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 00..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 

[OE-core] [AUH] python3-markdown: upgrading to 3.6 SUCCEEDED

2024-04-01 Thread Auto Upgrade Helper
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 +
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..00
--- 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 00..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 

[OE-core] [AUH] python3-markdown: upgrading to 3.6 SUCCEEDED

2024-03-15 Thread Auto Upgrade Helper
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 c61a138ae26929a1aaccb9bbec4799197ad43c4e Mon Sep 17 00:00:00 2001
From: Upgrade Helper 
Date: Fri, 15 Mar 2024 08:14:47 +
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..00
--- 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 00..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