14
0

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

- update to version 3.1
- remove yaml5.patch: merged upstream

OBS-URL: https://build.opensuse.org/request/show/688902
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=55
This commit is contained in:
Tomáš Chvátal
2019-03-27 06:29:33 +00:00
committed by Git OBS Bridge
parent ee3c9f4d54
commit 79bd98028f
5 changed files with 35 additions and 52 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Mar 26 19:34:04 UTC 2019 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 3.1:
* The following new features have been included in the release:
+ A Contributing Guide has been added (#732)
+ A new configuration option to set the footnote separator has
been added. Also, the rel and rev attributes have been
removed from footnotes as they are not valid in HTML5. The
refs and backrefs classes already exist and serve the same
purpose (#723).
+ A new option for toc_depth to set not only the bottom section
level, but also the top section level. A string consisting of
two digits separated by a hyphen in between ("2-5"), defines
the top (t) and the bottom (b) (<ht>..<hb>). A single integer
still defines the bottom section level (<h1>..<hb>) only.(#787)
* The following bug fixes are included in the 3.1 release:
+ Update CLI to support PyYAML 5.1.
+ Overlapping raw HTML matches no longer leave placeholders
behind (#458).
+ Emphasis patterns now recognize newline characters as
whitespace (#783).
+ Version format had been updated to be PEP 440 compliant
(#736).
+ Block level elements are defined per instance, not as class
attributes (#731).
+ Double escaping of block code has been eliminated (#725).
+ Problems with newlines in references has been fixed (#742).
+ Escaped # are now handled in header syntax (#762).
- remove yaml5.patch: merged upstream
-------------------------------------------------------------------
Fri Mar 15 12:20:56 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>