From fa93ffa7fa170e9ac250f7010aa700d9f5fbce6ca13e8febcac71f3b4c3fc394 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 18 Sep 2014 10:21:22 +0000 Subject: [PATCH] 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 --- Markdown-2.4.tar.gz | 3 --- Markdown-2.5.tar.gz | 3 +++ python-Markdown.changes | 26 ++++++++++++++++++++++++++ python-Markdown.spec | 3 ++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Markdown-2.4.tar.gz create mode 100644 Markdown-2.5.tar.gz 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