From c135a3f0257d43af5ed9cf2df7d8c1e5339ba3f4e8f5a8b733bc4c5af8092f77 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 31 Dec 2023 13:43:32 +0000 Subject: [PATCH] - update to 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. This affects indented code blocks and code blocks defined with SuperFences. * 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. * NEW: MagicLink: Allow configuring custom repository providers based off the existing providers. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=10 --- pymdown-extensions-10.5.tar.gz | 3 --- pymdown-extensions-10.7.tar.gz | 3 +++ python-pymdown-extensions.changes | 20 ++++++++++++++++++++ python-pymdown-extensions.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 pymdown-extensions-10.5.tar.gz create mode 100644 pymdown-extensions-10.7.tar.gz diff --git a/pymdown-extensions-10.5.tar.gz b/pymdown-extensions-10.5.tar.gz deleted file mode 100644 index 6b6b821..0000000 --- a/pymdown-extensions-10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee19ab811e6232de93bdee2b4e2be74d2e47f0e8e0d989a1e824b24bbc5adde -size 1075377 diff --git a/pymdown-extensions-10.7.tar.gz b/pymdown-extensions-10.7.tar.gz new file mode 100644 index 0000000..3473495 --- /dev/null +++ b/pymdown-extensions-10.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a82c027e42934ca03ba6237e718c437c2940766df94f7ec1551160988a1bbfc +size 1097911 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 35ef3c4..2231ba8 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Dec 31 13:42:23 UTC 2023 - Dirk Müller + +- update to 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. This affects indented code blocks and code blocks + defined with SuperFences. + * 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. + * NEW: MagicLink: Allow configuring custom + repository providers based off the existing providers. + ------------------------------------------------------------------- Thu Dec 14 10:45:48 UTC 2023 - Elisei Roca diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 7a6e222..cb246f4 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -17,7 +17,7 @@ Name: python-pymdown-extensions -Version: 10.5 +Version: 10.7 Release: 0 Summary: Extension pack for Python Markdown License: MIT