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