------------------------------------------------------------------- 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 - Update to version 2.2.1: + Python-Markdown 2.2.1 is a bug-fix release. No new features have been added. However, at least one bug fix does not work in Python 2.4 so that version of Python is no longer supported. For a full list of changes, see the git log. ------------------------------------------------------------------- Mon Jul 23 12:47:08 UTC 2012 - saschpe@suse.de - Initial version