mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-14 12:11:36 +00:00
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> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
meta-python
Introduction
This layer is intended to be the home of python modules for OpenEmbedded.
Dependencies
The meta-python layer depends on:
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master
Contributing
The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python]' in the subject.
When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'
Maintenance
Layer maintainers: Tim "moto-timo" Orling TicoTimo@gmail.com Derek Straka derek@asterius.io