From 8797b1808e9c4bf28fa5c7ed8c0092ae436b584f19e83d473caf2dd61d891f59 Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Fri, 17 Mar 2023 09:13:12 +0000 Subject: [PATCH] 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 --- _service | 3 +++ pymdown-extensions-9.10.tar.gz | 3 +++ pymdown-extensions-9.9.1.tar.gz | 3 --- python-pymdown-extensions.changes | 31 +++++++++++++++++++++++++++++++ python-pymdown-extensions.spec | 2 +- 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 _service create mode 100644 pymdown-extensions-9.10.tar.gz delete mode 100644 pymdown-extensions-9.9.1.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..fbbd978 --- /dev/null +++ b/_service @@ -0,0 +1,3 @@ + + + diff --git a/pymdown-extensions-9.10.tar.gz b/pymdown-extensions-9.10.tar.gz new file mode 100644 index 0000000..abc7b27 --- /dev/null +++ b/pymdown-extensions-9.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526ec3daa1b0d9b5403da0ae5534c6fec2cb121a965e0797c3bc4415fe22594b +size 1056472 diff --git a/pymdown-extensions-9.9.1.tar.gz b/pymdown-extensions-9.9.1.tar.gz deleted file mode 100644 index 926e50f..0000000 --- a/pymdown-extensions-9.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e996d65c7dccfc114fc6a905fb506ff28b376729544cf34ffc2d833c4fe5818b -size 1031320 diff --git a/python-pymdown-extensions.changes b/python-pymdown-extensions.changes index 483fc10..274b020 100644 --- a/python-pymdown-extensions.changes +++ b/python-pymdown-extensions.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Mar 17 07:29:00 UTC 2023 - Johannes Kastl + +- update to 9.10: + * NEW: Blocks: Add new experimental general purpose blocks that + provide a framework for creating fenced block containers for + specialized parsing. A number of extensions utilizing general + purpose blocks are included and are meant to be an alternative + to (and maybe one day replace): Admonitions, Details, + Definition Lists, and Tabbed. Also adds a new HTML plugin for + quick wrapping of content with arbitrary HTML elements. + * NEW: Highlight: When enabling line spans and/or line anchors, + if a code block has an ID associated with it, line ids will be + generated using that code ID instead of the code block count. + * NEW: Snippets: Expand section syntax to allow section names + with `-` and `_`. + * NEW: Snippets: When check_paths is enabled, and a specified + section is not found, raise an error. + * NEW: Snippets: Add new experimental feature dedent_sections + that will de-indent (remove any common leading + whitespace from every line in text) from that block of text. + * NEW: MagicLink: Update GitLab links to match recent changes and + to be more correct. + * NEW: MagicLink: Relax required hash length when performing link + shortening. + +- update to 9.9.2: + * FIX: Snippets syntax can break in XML comments as XML comments + do not allow --. Relax Snippets syntax such that + -8<- (single -) are allowed. + ------------------------------------------------------------------- Thu Jan 19 08:49:26 UTC 2023 - Elisei Roca diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index d5bfacb..7351e48 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -17,7 +17,7 @@ Name: python-pymdown-extensions -Version: 9.9.1 +Version: 9.10 Release: 0 Summary: Extension pack for Python Markdown License: MIT