Accepting request 1159075 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1159075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=46
This commit is contained in:
commit
d52fd5da78
@ -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
3
Markdown-3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224
|
||||||
|
size 354715
|
@ -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>
|
Thu Jan 11 21:37:02 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Markdown
|
Name: python-Markdown
|
||||||
Version: 3.5.2
|
Version: 3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -38,7 +38,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-importlib-metadata >= 4.4
|
Requires: python-importlib-metadata >= 4.4
|
||||||
%endif
|
%endif
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user