diff mbox series

[meta-python,21/38] python3-myst-parser: upgrade 5.0.0 -> 5.1.0

Message ID 20260519113921.655-21-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/38] bit7z: upgrade 4.0.11 -> 4.0.12 | expand

Commit Message

Wang Mingyu May 19, 2026, 11:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

New Features
============
- Add "alert" syntax extension for GFM alerts (e.g. > [!NOTE])
- Add "gfm_autolink" syntax extension for GFM autolinks
- Add myst_strikethrough_single_tilde config option to allow single tilde (~)
  for strikethrough
- Add myst_colon_fence_exact_match config option to require the closing colon
  fence to have exactly the same number of colons as the opening

Improvements =============
- Update myst_gfm_only mode to use the unified gfm_plugin, which now includes
  GFM autolinks, alerts, and improved strikethrough/tasklist handling
- Improve MathJax 4 compatibility for Sphinx 9
- Stop directive-option parsing at colon fences, fixing nested colon fence
  directives

Bug Fixes ===========
- Use docname instead of source path in warning locations
- Correctly encode & in Markdown URLs by not HTML-escaping refuri
- Fix RemovedInSphinx10Warning for inventory item iteration
- Pin mdit-py-plugins>=0.6.1 for nested field list fix

Dependency Upgrades ====================
- Upgrade to markdown-it-py~=4.2 and mdit-py-plugins~=0.6
- Update pygments requirement from <2.20 to <2.21

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ython3-myst-parser_5.0.0.bb => python3-myst-parser_5.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-myst-parser_5.0.0.bb => python3-myst-parser_5.1.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb b/meta-python/recipes-devtools/python/python3-myst-parser_5.1.0.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb
rename to meta-python/recipes-devtools/python/python3-myst-parser_5.1.0.bb
index 826d1f8f87..6471e370cc 100644
--- a/meta-python/recipes-devtools/python/python3-myst-parser_5.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-myst-parser_5.1.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/executablebooks/MyST-Parser"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
 
-SRC_URI[sha256sum] = "f6f231452c56e8baa662cc352c548158f6a16fcbd6e3800fc594978002b94f3a"
+SRC_URI[sha256sum] = "ab69322dc6719dcc7f296479dbb70181b66df6ed315064f92dbc85c0e1bf2f02"
 
 inherit pypi python_flit_core