17
0

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

- update to version 2.5
- add python-PyYAML to BuildRequires: needed for tests

OBS-URL: https://build.opensuse.org/request/show/250002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=13
This commit is contained in:
Todd R
2014-09-18 10:21:22 +00:00
committed by Git OBS Bridge
parent a9843f97d1
commit fa93ffa7fa
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Sep 16 18:54:18 UTC 2014 - benoit.monin@gmx.fr
- update to version 2.5:
* The force_linenos config key on the CodeHilite extension has
been deprecated.
* Both safe_mode and the associated html_replacement_text
keywords will be deprecated in version 2.6.
* Positional arguments on the markdown.Markdown() function are
pending deprecation.
* The builtin extensions did not require the full path to be
provided. This behavior will be deprecated in version 2.6.
* The previously documented method of appending the extension
configs as a string to the extension name will be deprecated in
version 2.6.
* The Smarty extension has had a number of additional
configuration settings added.
* Named extensions can now point to any module and/or Class on
your PYTHONPATH.
* The extension configuration code has been refactored.
* The command line interface now accepts a --extensions_config
(or -c).
* The amonition extension is no longer considered experimental.
* Various bug fixes have been made.
- add python-PyYAML to BuildRequires: needed for tests
-------------------------------------------------------------------
Wed Jul 9 18:12:04 UTC 2014 - i@marguerite.su