From 06a26a7707fac45ac93aa401807dcf267e337e81 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:11 +0800 Subject: python3-mdit-py-plugins: upgrade 0.4.2 -> 0.5.0 Changelog: ========== - Add plugin & tests to render subscripts - Drop Python 3.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-mdit-py-plugins_0.4.2.bb | 14 -------------- .../python/python3-mdit-py-plugins_0.5.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb deleted file mode 100644 index ef095c74a8..0000000000 --- a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Collection of plugins for markdown-it-py" -HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" - -SRC_URI[sha256sum] = "5f2cd1fdb606ddf152d37ec30e46101a60512bc0e5fa1a7002c36647b09e26b5" - -inherit pypi python_flit_core - -RDEPENDS:${PN} += "python3-markdown-it-py" - -PYPI_PACKAGE = "mdit_py_plugins" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb new file mode 100644 index 0000000000..e449b0f11f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.5.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Collection of plugins for markdown-it-py" +HOMEPAGE = "https://github.com/executablebooks/mdit-py-plugins" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc" + +SRC_URI[sha256sum] = "f4918cb50119f50446560513a8e311d574ff6aaed72606ddae6d35716fe809c6" + +inherit pypi python_flit_core + +RDEPENDS:${PN} += "python3-markdown-it-py" + +PYPI_PACKAGE = "mdit_py_plugins" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf