17
0

Compare commits

32 Commits

Author SHA256 Message Date
c423481881 Accepting request 1296247 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1296247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=15
2025-07-30 09:44:43 +00:00
f9273d849e Accepting request 1287797 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1287797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=14
2025-06-23 13:05:17 +00:00
d053d33ccd - update to 10.16
- increase minimal python version to 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=30
2025-06-23 05:37:38 +00:00
3d97abe9f9 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
2025-04-29 14:40:02 +00:00
255ff61e1e - 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
2025-04-28 14:07:59 +00:00
bf431b6d28 Accepting request 1243048 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1243048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=12
2025-02-04 17:13:44 +00:00
c692caff15 update to 10.14.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=26
2025-02-04 10:22:15 +00:00
2c5a129fb8 Accepting request 1241641 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1241641
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=11
2025-01-31 16:19:15 +00:00
d1f9763e9f update to 10.14.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=24
2025-01-31 13:34:43 +00:00
e456881a23 Accepting request 1239851 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=10
2025-01-23 17:02:04 +00:00
300b3c3ee6 update to 10.14.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=22
2025-01-23 12:00:19 +00:00
ac14670e61 - Add %{?sle15_python_module_pythons}
- Fix build requires versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=21
2025-01-21 06:55:03 +00:00
c04981bb3a update to 10.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=20
2025-01-09 01:40:45 +00:00
a3361c1e57 Accepting request 1233504 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1233504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=9
2024-12-29 10:56:49 +00:00
46527c1e4a update to 10.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=18
2024-12-27 09:25:00 +00:00
9009dac629 Accepting request 1220383 from devel:languages:python
- Update to 10.12:
  * NEW: Blocks: Blocks extensions no longer considered in beta.
  * NEW: Details: Details is marked as "legacy" in documentation in favor
    of the new pymdownx.blocks.details approach.
  * NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of
    the new pymdownx.blocks.tab approach.
  * NEW: Caption: Add new "blocks" style extension called Caption which
    helps with specifying figures with captions.
  * NEW: Emoji: Add a new strict option that will raise an exception if an
    emoji is used whose name has changed, removed, or never existed.
  * FIX: Emoji: Emoji links should be generated such that they point to the
    new CDN version.
  * FIX: SuperFences: Fix a regression where certain patterns could cause
    a hang.
  * FIX: SuperFences: Fix regression where an omitted language in conjunction
    with options in the fenced header can cause a fence to not be parsed.
  * 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***.
  * FIX: FancyLists: Remove a mistaken semicolon from injected classes.
  * NEW: FancyLists: Add new FancyLists extension.
  * NEW: Emoji: Update Twemoji data to the latest.
  * FIX: PathConverter: Fixes for latest changes in Python regarding
    urlunparse.
  * NEW: Officially support Python 3.13.
  * FIX: Snippets: Better handling of cases where URL snippet requests
    contain no header length.
  * FIX: Snippets: Fix snippet line range with a start of line 1.
  * NEW: Require Python Markdown 3.6+.

OBS-URL: https://build.opensuse.org/request/show/1220383
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=8
2024-11-03 06:18:20 +00:00
141e4924c9 - Update to 10.12:
* NEW: Blocks: Blocks extensions no longer considered in beta.
  * NEW: Details: Details is marked as "legacy" in documentation in favor
    of the new pymdownx.blocks.details approach.
  * NEW: Tabbed: Tabbed is marked as "legacy" in documentation in favor of
    the new pymdownx.blocks.tab approach.
  * NEW: Caption: Add new "blocks" style extension called Caption which
    helps with specifying figures with captions.
  * NEW: Emoji: Add a new strict option that will raise an exception if an
    emoji is used whose name has changed, removed, or never existed.
  * FIX: Emoji: Emoji links should be generated such that they point to the
    new CDN version.
  * FIX: SuperFences: Fix a regression where certain patterns could cause
    a hang.
  * FIX: SuperFences: Fix regression where an omitted language in conjunction
    with options in the fenced header can cause a fence to not be parsed.
  * 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***.
  * FIX: FancyLists: Remove a mistaken semicolon from injected classes.
  * NEW: FancyLists: Add new FancyLists extension.
  * NEW: Emoji: Update Twemoji data to the latest.
  * FIX: PathConverter: Fixes for latest changes in Python regarding
    urlunparse.
  * NEW: Officially support Python 3.13.
  * FIX: Snippets: Better handling of cases where URL snippet requests
    contain no header length.
  * FIX: Snippets: Fix snippet line range with a start of line 1.
  * NEW: Require Python Markdown 3.6+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=16
2024-11-03 02:38:55 +00:00
a3dfd1c40a Accepting request 1160508 from devel:languages:python
- Add patch fix-toc-list-check.patch:
  * Assert toc_tokens is a superset of what we are looking for.

OBS-URL: https://build.opensuse.org/request/show/1160508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=7
2024-03-22 14:21:13 +00:00
08dc41a278 - Add patch fix-toc-list-check.patch:
* Assert toc_tokens is a superset of what we are looking for.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=14
2024-03-22 02:47:04 +00:00
e2fa3afe5d Accepting request 1158466 from devel:languages:python
- update to 10.7.1:
  * SmartSymbols: Ensure symbols are properly translated in table
    of content tokens.

OBS-URL: https://build.opensuse.org/request/show/1158466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=6
2024-03-17 21:15:04 +00:00
79529b985b - update to 10.7.1:
* SmartSymbols: Ensure symbols are properly translated in table
    of content tokens.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=12
2024-03-16 12:53:23 +00:00
69565e85c7 Accepting request 1135879 from devel:languages:python
- 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/request/show/1135879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=5
2024-01-03 11:27:09 +00:00
c135a3f025 - 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
2023-12-31 13:43:32 +00:00
0813fb46b8 Accepting request 1133071 from devel:languages:python
update to 10.5

OBS-URL: https://build.opensuse.org/request/show/1133071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=4
2023-12-14 21:03:50 +00:00
f08e49f6c7 update to 10.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=8
2023-12-14 11:02:05 +00:00
e52be9d10b Accepting request 1109488 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1109488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=3
2023-09-07 19:13:45 +00:00
a4319e03ae Accepting request 1109436 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 10.3

OBS-URL: https://build.opensuse.org/request/show/1109436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=6
2023-09-07 10:00:48 +00:00
c8055920ff Accepting request 1082741 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=2
2023-04-25 14:42:59 +00:00
186da2f2d9 Accepting request 1082525 from home:eroca:python
Update to 9.11
Require python-PyYAML from requirements/project.txt
Recommend python-Pygments from requirements/extra.txt

OBS-URL: https://build.opensuse.org/request/show/1082525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=4
2023-04-25 11:43:55 +00:00
bf0569f44e Accepting request 1077386 from devel:languages:python
dependency for python-mkdocs-material

OBS-URL: https://build.opensuse.org/request/show/1077386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymdown-extensions?expand=0&rev=1
2023-04-05 19:27:26 +00:00
8797b1808e Accepting request 1072530 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 9.10 (no third digit...)

OBS-URL: https://build.opensuse.org/request/show/1072530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=2
2023-03-17 09:13:12 +00:00
d09333804d Accepting request 1059949 from home:eroca:python
Initial commit of pymdown-extensions at version 9.9.1

OBS-URL: https://build.opensuse.org/request/show/1059949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymdown-extensions?expand=0&rev=1
2023-01-21 07:41:07 +00:00
8 changed files with 0 additions and 33 deletions

View File

@@ -1,12 +0,0 @@
Index: pymdown-extensions-10.7.1/tests/test_extensions/test_smartsymbols.py
===================================================================
--- pymdown-extensions-10.7.1.orig/tests/test_extensions/test_smartsymbols.py
+++ pymdown-extensions-10.7.1/tests/test_extensions/test_smartsymbols.py
@@ -139,4 +139,6 @@ class TestSmartSymbols(util.MdCase):
md = markdown.Markdown(extensions=['toc', 'pymdownx.smartsymbols'])
md.convert('# *Foo* =/= `bar`')
- self.assertEqual(md.toc_tokens, [{'level': 1, 'id': 'foo-bar', 'name': 'Foo ≠ bar', 'children': []}])
+ contains = {'level': 1, 'id': 'foo-bar', 'name': 'Foo ≠ bar', 'children': []}
+ self.assertEqual(len(md.toc_tokens), 1)
+ self.assertLessEqual(contains.items(), md.toc_tokens[0].items())

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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