14
0

Accepting request 1116317 from home:benoit_monin:branches:devel:languages:python

- update to version 3.5
- set the minimum python version to 3.8

OBS-URL: https://build.opensuse.org/request/show/1116317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=85
This commit is contained in:
2023-10-08 23:15:32 +00:00
committed by Git OBS Bridge
parent f76a6ab794
commit 5722e0ddfe
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Oct 8 13:54:25 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.5:
* Added:
+ Add permalink_leading configuration option to the toc
extension (#1339)
* Changed:
+ Add support for cPython version 3.12 (and PyPy 3.10) and drop
support for Python version 3.7 (#1357).
+ Refactor changelog to use the format defined at
https://keepachangelog.com/.
+ Update the list of empty HTML tags (#1353).
+ Add customizable TOC title class to TOC extension (#1293).
+ Add API documentation of the code base which is generated by
mkdocstrings (#1220).
* Fixed:
+ Fix a corner case in admonitions where if an indented code
block was provided as the first block, the output would be
malformed (#1329).
- set the minimum python version to 3.8
-------------------------------------------------------------------
Tue Jul 25 19:12:12 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>