14
0

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

- update to version 2.3.1
- drop sed call to remove shebangs: fixed upstream

OBS-URL: https://build.opensuse.org/request/show/214061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=5
This commit is contained in:
Denisart Benjamin
2014-01-15 22:52:15 +00:00
committed by Git OBS Bridge
parent 67b23a21ec
commit 5613f7480f
4 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr
- update to version 2.3.1:
no changelog
- additional changes from version 2.3.0:
* Support has been dropped for Python 2.5.
* All classes are now "new-style" classes.
* "safe_mode" has been further restricted.
* The ids assigned to footnotes now contain a dash (`-`) rather
than a colon (`:`) when `output_format` it set to "html5" or
"xhtml5".
* The "force_linenos" config setting of the CodeHilite extension
has been marked as Pending Deprecation and a new setting
"linenums" has been added to replace it.
* The "RSS" extension has been removed.
* The "HTML Tidy" Extension has been removed.
* The entire code base now universally runs in Python 2 and
Python 3 without any need for running the 2to3 conversion tool.
* The Admonition Extension has been added.
* Various bug fixes have been made.
- drop sed call to remove shebangs: fixed upstream
-------------------------------------------------------------------
Thu Nov 22 14:26:33 UTC 2012 - saschpe@suse.de