14
0

Accepting request 1273168 from devel:languages:python

- 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/request/show/1273168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=13
This commit is contained in:
2025-04-29 14:40:02 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e902ef07324660a3b9f8215e75d82cd2b291bf4cc9a1a108355dfa70c0c2433
size 1128547

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4ba1c52da708aa37a87c1a717ed754d2bf3ae78731ea2b0dbec02d54965c38b
size 1136565

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Apr 28 14:07:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <benoit.monin@gmx.fr>

View File

@@ -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