|
|
|
|
Changelog for python311-pymdown-extensions-10.11.2-1.2.noarch.rpm :
* Tue Oct 01 2024 Benoît Monin - update to version 10.11.2: * FIX: SuperFences: Fix a regression where certain patterns could cause a hang. * Sun Sep 29 2024 Benoît Monin - update to version 10.11.1: * Fix: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed. * Fri Sep 27 2024 Benoît Monin - update to version 10.11: * NEW: SuperFences: Allow fenced code to be parsed in the form ```lang {.class #id}. * Thu Sep 26 2024 Benoît Monin - update to version 10.10.2: * FIX: BetterEm: Add better support for *em, * *em,strong * * * and _em, __em,strong___ cases. * FIX: Caret: Add better support for *sup, * *sup,ins * * *. * FIX: Tilde: Add better support for *sub, * *sub,del * * *. * Sun Sep 22 2024 Benoît Monin - update to version 10.10.1: * FIX: FancyLists: Remove a mistaken semicolon from injected classes. * Sun Sep 22 2024 Benoît Monin - update to version 10.10: * NEW: FancyLists: Add new FancyLists extension. * NEW: MagicLink: Change social links to support x instead of twitter. * NEW: Emoji: Update Twemoji data to the latest. * FIX: PathConverter: Fixes for latest changes in Python regarding urlunparse. * Sun Jul 28 2024 Benoît Monin - update to version 10.9: * NEW: Officially support Python 3.13. * FIX: Snippets: Better handling of cases where URL snippet requests contain no header length.- drop 2379.patch: merged upsteam * Thu May 23 2024 Benoît Monin - add 2379.patch to fix build: Update tests to account for latest Ruff and Pygments updates * Sun Apr 28 2024 Benoît Monin - update to version 10.8.1: * FIX: Snippets: Fix snippet line range with a start of line 1. * Sun Apr 21 2024 Benoît Monin - update to version 10.8: * NEW: Require Python Markdown 3.6+. * FIX: Fix some test cases. * FIX: Fix warnings due to recent changes in Python Markdown.- drop patches: merged upstream- set minimum markdown version to 3.6 * Sun Mar 31 2024 Benoît Monin - add patches from upstream to fix the tests: * fix_smartsymbols_toc_test.patch * fix_deprecation_warnings_introduced_in_latest_python_markdown.patch * Tue Mar 05 2024 Benoît Monin - update to version 10.7.1: * FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens. * Sun Dec 31 2023 Benoît Monin - update to version 10.7: * NEW: Emoji: Update Twemoji and Gemoji data to latest. * NEW: Emoji: Due to recent Gemoji update, non-standard emoji are no longer indexed. So emoji such as :octocat: are no longer resolved. * NEW: Highlight: Added new option default_lang which will cause code blocks with no language specifier to be highlighted with the specified default language instead of plain text. * NEW: InlineHilite: style_plain_text can be specified with a language string (in addition to its previous boolean requirement) to treat inline code blocks with no explicit language specifier with a specific default language.- additional changes from version 10.6: * NEW: MagicLink: Allow configuring custom repository providers based off the existing providers. * Sat Nov 25 2023 Benoît Monin - update to version 10.5: * NEW: Blocks: Admonitions and Details now allow configuring custom block classes and default titles. * FIX: Keys: Ensure that Keys does not parse base64 encoded URLs. * Mon Nov 13 2023 Benoît Monin - update to version 10.4: * NEW: Snippets: Allow PathLike objects for base_path to better support interactions with MkDocs. * FIX: Block Admonitions: Empty titles should be respected. * FIX: Block Details: Empty summary should be respected. * Fri Oct 20 2023 Benoît Monin - update to version 10.3.1: * FIX: SuperFences: Fix an issue where braces were not handled properly in attributes. * Sun Sep 03 2023 Benoît Monin - update to version 10.3: * NEW: Officially support Python 3.12. * NEW: Drop Python 3.7 support.- require python >= 3.8 * Fri Sep 01 2023 Benoît Monin - update to version 10.2.1: * FIX: Tabbed: Fix regression.- additional changes from version 10.2: * NEW: Highlight: Add new stripnl option to configure Pygments\' default handling of stripping leading and and trailing new lines from code blocks. Mainly affects fenced code blocks. * FIX: SuperFences: Fix issue where when SuperFences attempts to test if a placeholder is its own, it can throw an exception. * Fri Jul 14 2023 Benoît Monin - update to version 10.1: * NEW: Add new combine_header_slug option in legacy Tabbed extension and new Block Tab extension that will prefix a content tab\'s slug with the parent header\'s slug. * Tue May 16 2023 Benoît Monin - update to version 10.0.1: * FIX: Regression related to snippets nested deeply under specified base path. * Mon May 15 2023 Benoît Monin - update to version 10.0: * Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to the base_path but not explicitly under it. restrict_base_path can be set to False for legacy behavior. * Sat Apr 08 2023 Benoît Monin - update to version 9.11: * NEW: Emoji: Update to new CDN and use Twemoji 14.1.2. * NEW: Snippets: Ignore nested snippet section syntax when including a section.- drop skip_python2 and require python >= 3.7- increase minimum Pygments version to 2.12- require PyYAML at run time, not just build- update package description * Sun Mar 05 2023 Benoît Monin - update to version 9.10: * NEW: Blocks: Add new experimental general purpose blocks that provide a framework for creating fenced block containers for specialized parsing. * NEW: Highlight: When enabling line spans and/or line anchors, if a code block has an ID associated with it, line ids will be generated using that code ID instead of the code block count. * NEW: Snippets: Expand section syntax to allow section names with - and _. * NEW: Snippets: When check_paths is enabled, and a specified section is not found, raise an error. * NEW: Snippets: Add new experimental feature dedent_sections that will de-indent (remove any common leading whitespace from every line in text) from that block of text. * NEW: MagicLink: Update GitLab links to match recent changes and to be more correct. * NEW: MagicLink: Relax required hash length when performing link shortening.- additional changes from version 9.9.3: * FIX: Highlight: Remove extraneous new lines from end of indented code blocks when using use_pygments = False. * Fri Jan 20 2023 Benoît Monin - update to version 9.9.2: * FIX: Snippets syntax can break in XML comments as XML comments do not allow --. Relax Snippets syntax such that -8<- (single -) are allowed.- additional changes from version 9.9.1: * FIX: Use a different CDN for Twemoji icons as MaxCDN is no longer available. * Wed Nov 23 2022 Benoît Monin - update to version 9.9: * ENHANCE: BetterEm: Further improvements to strong/emphasis handling: + Ensure that one or more consecutive * or _ surrounded by whitespace are not considered as a token. * ENHANCE: Caret: Apply recent BetterEm improvements to Caret: + Fix case where ^^ nested between ^ would be handled in an unexpected way. + Ensure that one or more consecutive ^ surrounded by whitespace are not considered as a token. * ENHANCE: Tilde: Apply recent BetterEm improvements to Tilde: + Fix case where ~~ nested between ~ would be handled in an unexpected way. + Ensure that one or more consecutive ~ surrounded by whitespace are not considered a token. * ENHANCE: Mark: Apply recent BetterEm improvements to Mark: + Ensure that one or more consecutive = surrounded by whitespace are not considered a token. * Sat Nov 12 2022 Benoît Monin - update to version 9.8: * NEW: Formally declare support for Python 3.11. * FIX: BetterEm: Fix case where * * nested between * would be handled in an unexpected way.- remove python-module macro definition: not needed anymore * Sun Oct 23 2022 Benoît Monin - update to version 9.7: * NEW: Tabbed: Add new syntax to allow forcing a specific tab to be select by default. * NEW: Snippets: Add new option to pass arbitrary HTTP headers. * NEW: Snippets: Allow specifying sections in a snippet and including just the specified section. * Mon Oct 03 2022 Benoît Monin - update to version 9.6: * NEW: Highlight: Allow greater granularity of specifying where language guessing takes place via guess_lang option (e.g. block vs inline). * NEW: Tabbed: Add options for generating tab IDs from tab titles * NEW: Snippets: Add support for specifying specific lines for Snippets. * NEW: Snippets: Commenting out files in block format no longer requires a space directly after ;. * NEW: Snippets: A new sane way to escape snippets is now available. * Tue Jun 07 2022 Benoît Monin - update to version 9.5: * NEW: InlineHilite: Custom inline code block formatters can now be forced to raise an exception by raising a InlineHiliteException. * NEW: Snippets: Add new options to handle importing snippets from URL. * NEW: Snippets: Snippets will only swallow missing file errors (unless check_paths is enabled), all other errors will be propagated up. * NEW: Snippets: When a file or URL is missing, raise SnippetMissingError instead of IOError. * FIX: Snippets: Small issues related to recursive inclusion of snippets. * Thu May 26 2022 Benoît Monin - update to version 9.4: * NEW: Highlight: Changes in order to support Pygments 2.12+.- update tarball name: changed upstream- drop bf.png: now included in source tarball- update BuildRequires: project is now built with hatchling- remove Requires pep562: dropped by upstream- update description- adjust %build and %install commands- update the files list * Mon Mar 21 2022 Benoît Monin - update to version 9.3: * NEW: B64: Allow SVG to be encoded and inlined. * NEW: PathConverter: Add option to use file:// prefix on absolute paths. * FIX: Highlight: Ensure that extend_pygments_lang is not case sensitive regarding language names. * Fri Feb 11 2022 Benoît Monin - update to version 9.2: * NEW: Drop Python 3.6 support and formally add Python 3.10 support. * NEW: Highlight: Add pygments_lang_option to enable attaching language classes to Pygments code blocks. * NEW: SuperFences: Custom fence validators and formatters can now be forced to raise an exception by raising a SuperFencesException. * NEW: Keys: Add power and fingerprint keys. * FIX: SuperFences: Fix case where custom fence in a blockquote was not gracefully handled. * FIX: Arithmatex: fix issue where if you limit the inline or block syntax to specific input types, access to certain matched groups could cause an error.- drop Fix-test-failures-related-to-latest-Python-Markdown.patch: fixed upstream- run the tests on all suse version * Mon Dec 20 2021 Benoît Monin - add Fix-test-failures-related-to-latest-Python-Markdown.patch: backport commit 8ee5b5caec8f to fix test failure * Sun Nov 14 2021 Benoît Monin - update to version 9.1: * NEW: Highlight: If linenums is enabled globally via the highlight extension, and a code block specifies a line number of zero (e.g. SuperFences), disable line numbers for that code block. * FIX: Snippets: Add missing documentation for auto_append feature that was added in 8.2. * FIX: Highlight: When attr_list is enabled, attributes were not properly added to Pygments code blocks in the table format. (#1505) * Thu Sep 30 2021 Benoît Monin - update to version 9.0: * NEW: Arithmatex: Wrap MathJax \"script\" format (non-preview) with a container element just like all other Arithmatex output formats. * NEW: Arithmatex: MathJax (non-generic) form\'s container element now has the arithmatex class added just like everywhere else. * NEW: Arithmatex: Add options to override HTML element container type of inline and block math. * NEW: Arithmatex: Add new formatter functions intended to replace old math fenced/inline block formatters. * NEW: Emoji: Upgraded Twitter emoji database to support latest emoji. * NEW: Highlight: Add support for the Pygments option linespans. * NEW: Highlight: Add support for Pygments option lineanchors. * NEW: Highlight: Add support for Pygments option anchorlinenos. * NEW: Highlight: Remove legacy_no_wrap_code option. * NEW: Add support for generating title headers pulled from the Pygments lexer for code blocks. * NEW: SuperFences: Allow setting a title, or overriding an auto title via the new title option in a fenced code header. * NEW: SuperFences: Allow adding ID and arbitrary data- attributes on Pygments code blocks. * NEW: SuperFences: Removed old deprecated option highlight_code which no longer did anything. * NEW: SuperFences: Remove legacy code meant to help with transitioning to new custom fence function format. * NEW: Tabbed: New alternate style that allows for a scrollable tabs if they overflow. * NEW: Slugs: Add new configurable slugify function that aims to replace all other slugify methods. * FIX: BetterEm: Fix some complex cases related to \"smart\" logic. (#1413) * FIX: EscapeAll: Fix issue where an escaped HTML entity may end up with incorrect slug and incorrect table of content entry. * FIX: Highlight: Fix issue that occurs when showing only nth line numbers and using pymdownx-inline. Lines not showing a line number would not render with the proper leading space.- drop fix_pymdownx-inline_with_empty_line_numbers.patch: fixed upstream * Thu Aug 26 2021 Benoît Monin - only run test with tumbleweed: they fail with leap * Thu Aug 12 2021 Benoît Monin - update to version 8.2: * NEW: Snippets: now accepts a list of base paths which will be resolved in the order they are specified. * NEW: Snippets: allow for specifying certain snippets to auto-append to every file. * NEW: Snippets: a snippet base path can be a full path to a file * NEW: MagicLink: add GitHub Discussions support to MagicLink. (#1187) * NEW: MagicLink: add new normalize_issue_symbols option to make issues, pull request, and discussion links all render with # instead of #, !, and ? respectively. * FIX: MagicLink: documentation will not render links with special icons added via CSS so as not to confuse users that may think that is part of MagicLink. * FIX: Tabbed & Details: Fix corner case with lists. (#1225) * FIX: Fix issue with unescaping logic in code blocks.- add fix_pymdownx-inline_with_empty_line_numbers.patch: partial backport of upstream commit 00bcec176b fix build with older versions of Pygments- fix typo for Pygments in Recommends * Thu Jan 28 2021 Benoît Monin - update to version 8.1.1: * FIX: Ensure content immediately before Details content or Tabbed content gets preserved. * FIX: StripHTML: Fix some corner cases related to stripping comments.
|
|
|