14
0

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
This commit is contained in:
2023-09-07 10:00:48 +00:00
committed by Git OBS Bridge
parent 186da2f2d9
commit a4319e03ae
4 changed files with 43 additions and 4 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Sep 7 07:14:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 10.3:
* NEW: Officially support Python 3.12.
* NEW: Drop Python 3.7 support.
-------------------------------------------------------------------
Thu Sep 7 07:09:26 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 10.2.1 (skipping non-existent 10.2.0 release):
* FIX: Tabbed: Fix regression.
-------------------------------------------------------------------
Thu Sep 7 07:08:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 10.1.0:
* NEW: Add new combine_header_slug option in legacy Tabbed
extension and new Block Tab extension that will
prefix a content tab's slug with the parent header's slug. This
allows for content tab slugs that are scoped to the
header they are under.
-------------------------------------------------------------------
Thu Sep 7 07:07:05 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 10.0.1:
* FIX: Regression related to snippets nested deeply under
specified base path.
-------------------------------------------------------------------
Thu Sep 7 07:05:48 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 10.0:
* Break: Snippets: snippets will restrict snippets to ensure they
are under the base_path preventing snippets relative to the
base_path but not explicitly under it. restrict_base_path can
be set to False for legacy behavior.
-------------------------------------------------------------------
Mon Apr 24 12:19:08 UTC 2023 - Elisei Roca <eroca@mailbox.org>