From 9e9da4e6df5756f3cf917160629895265e83f267 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 10 Jun 2025 14:11:25 +0300 Subject: python3-html2text: Upgrade 2024.2.26 -> 2025.4.15 Upgrade to release 2025.4.15: - Fix CI for Python 3.12 - ci: publish wheels to pypi - Upgrade Build Tools to Latest - Support tri-backquote style code block and fix ordered list indent - Fix invalid character reference parsing - Fix a typo in docs/usage.md - Modernization of wheel building process Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-html2text_2024.2.26.bb | 15 --------------- .../python/python3-html2text_2025.4.15.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb create mode 100644 meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb b/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb deleted file mode 100644 index 98e0cde1e5..0000000000 --- a/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Convert HTML to Markdown-formatted text" -HOMEPAGE = "https://github.com/Alir3z4/html2text" - -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI[sha256sum] = "05f8e367d15aaabc96415376776cdd11afd5127a77fce6e36afc60c563ca2c32" - -inherit pypi setuptools3 ptest-python-pytest - -PTEST_PYTEST_DIR = "test" - -RDEPENDS:${PN} += "python3-html" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb new file mode 100644 index 0000000000..2734dcbdee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-html2text_2025.4.15.bb @@ -0,0 +1,20 @@ +SUMMARY = "Convert HTML to Markdown-formatted text" +HOMEPAGE = "https://github.com/Alir3z4/html2text" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI[sha256sum] = "948a645f8f0bc3abe7fd587019a2197a12436cd73d0d4908af95bfc8da337588" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PTEST_PYTEST_DIR = "test" + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-toml-native \ +" + +RDEPENDS:${PN} += "python3-html" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf