summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-markdown_3.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-markdown: upgrade 3.7 -> 3.8Wang Mingyu2025-05-131-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Changed ------- - DRY fix in abbr extension by introducing method create_element - Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework. - Improved performance of the raw HTML post-processor Fixed --------- - Backslash Unescape IDs set via attr_list on toc - Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions - md_in_html handle tags within inline code blocks better - md_in_html fix handling of one-liner block HTML handling - Ensure <center> is treated like a block-level element - Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings - Ensure smarty extension correctly renders nested closing quotes (From OE-Core rev: 662d586edb3afed8273ec4910ea1a4c090f8b757) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-*: Update recipes to correctly check the upstream packagesDerek Straka2024-12-171-1/+0
| | | | | | | | | | | | | | With the upstream check migrated to the simple repo API, a number of the recipes required updates to: 1. Remove outdated UPSTREAM_CHECK_REGEX checks 2. Add recipe specific UPSTREAM_CHECK_PYPI_PACKAGE definitions for packages that use '_', CamelCase, or other deviations from PEP625 in the source archive (From OE-Core rev: efbb98977664cd5392ec00d97d0eaf5374a32573) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-markdown: update 3.6 -> 3.7Alexander Kanavin2024-12-051-0/+13
(From OE-Core rev: 68f5e7215073776ea01512fa4c41534b57840681) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>