From 352ea46677065b99d945c1dbf9300703158282fa1fb9a08b6d4f93006a5f9844 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 14:07:59 +0000 Subject: [PATCH] - update to 10.15: * **NEW**: SuperFences: Add `relaxed_headers` option which can tolerate bad content in the fenced code header. When enabled, code blocks with bad content in the header will likely still convert into code blocks, often respecting the specified language. * **NEW**: Add type hints to the Blocks interface and a few additional files. * **FIX**: Blocks: Fix some corner cases of nested blocks with lists. * **FIX**: Tab and Tabbed: Fix a case where tabs could fail if `combine_header_slug` was enabled and there was no header. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=28 --- pymdown-extensions-10.14.3.tar.gz | 3 --- pymdown-extensions-10.15.tar.gz | 3 +++ python-pymdown-extensions.changes | 17 +++++++++++++++++ python-pymdown-extensions.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 pymdown-extensions-10.14.3.tar.gz create mode 100644 pymdown-extensions-10.15.tar.gz diff --git a/pymdown-extensions-10.14.3.tar.gz b/pymdown-extensions-10.14.3.tar.gz deleted file mode 100644 index 1f6efea..0000000 --- a/pymdown-extensions-10.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e902ef07324660a3b9f8215e75d82cd2b291bf4cc9a1a108355dfa70c0c2433 -size 1128547 diff --git a/pymdown-extensions-10.15.tar.gz b/pymdown-extensions-10.15.tar.gz new file mode 100644 index 0000000..2cf9e94 --- /dev/null +++ b/pymdown-extensions-10.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b +size 1136565 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index c652509..9590306 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 28 14:07:33 UTC 2025 - Dirk Müller + +- update to 10.15: + * **NEW**: SuperFences: Add `relaxed_headers` option which + can tolerate bad content in the fenced code header. When + enabled, code blocks with bad content in the header will + likely still convert into code blocks, often respecting + the specified language. + * **NEW**: Add type hints to the Blocks interface and a few + additional files. + * **FIX**: Blocks: Fix some corner cases of nested blocks + with lists. + * **FIX**: Tab and Tabbed: Fix a case where tabs could fail + if `combine_header_slug` was enabled and there was no + header. + ------------------------------------------------------------------- Mon Feb 3 16:27:25 UTC 2025 - Benoît Monin diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index dff59df..59b269d 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -20,7 +20,7 @@ %define skip_python36 1 %{?sle15_python_module_pythons} Name: python-pymdown-extensions -Version: 10.14.3 +Version: 10.15 Release: 0 Summary: Extension pack for Python Markdown License: MIT