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:
Markéta Machová 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8
size 349398

3
Markdown-3.6.tar.gz Normal file
View File

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

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>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Markdown
Version: 3.5.2
Version: 3.6
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@ -38,7 +38,7 @@ BuildRequires: python-rpm-macros
Requires: python-importlib-metadata >= 4.4
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages