diff --git a/Markdown-2.4.tar.gz b/Markdown-2.4.tar.gz deleted file mode 100644 index 56fea61..0000000 --- a/Markdown-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae -size 260026 diff --git a/Markdown-2.5.tar.gz b/Markdown-2.5.tar.gz new file mode 100644 index 0000000..f13b512 --- /dev/null +++ b/Markdown-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba74a1e7141c9603750d80711b639a7577bffb785708e6260090239ee5bc76d +size 288408 diff --git a/python-Markdown.changes b/python-Markdown.changes index 75f55af..6fe0ed4 100644 --- a/python-Markdown.changes +++ b/python-Markdown.changes @@ -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 diff --git a/python-Markdown.spec b/python-Markdown.spec index 282b342..40f228e 100644 --- a/python-Markdown.spec +++ b/python-Markdown.spec @@ -17,13 +17,14 @@ Name: python-Markdown -Version: 2.4 +Version: 2.5 Release: 0 Summary: Python implementation of Markdown License: BSD-3-Clause Group: Development/Languages/Python Url: http://packages.python.org/Markdown/ Source: http://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz +BuildRequires: python-PyYAML BuildRequires: python-devel BuildRequires: python-nose BuildRequires: python-xml