14
0

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

update to version 3.6

OBS-URL: https://build.opensuse.org/request/show/1158322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=91
This commit is contained in:
2024-03-18 15:50:06 +00:00
committed by Git OBS Bridge
parent 5fbc95b254
commit 431d22a664
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 15 19:46:03 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.6:
* Changed
+ Refactor TOC Sanitation
* Fixed
+ Include scripts/*.py in the generated source tarballs (#1430)
+ Ensure lines after heading in loose list are properly
detabbed (#1443).
+ Give smarty tree processor higher priority than toc (#1440).
+ Permit carets (^) and square brackets (]) but explicitly
exclude backslashes (\) from abbreviations (#1444).
+ In attribute lists (attr_list, fenced_code), quoted attribute
values are now allowed to contain curly braces (}) (#1414).
-------------------------------------------------------------------
Thu Jan 11 21:37:02 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>