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 8f691725b1
commit e8390857ad
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae
size 260026

3
Markdown-2.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ba74a1e7141c9603750d80711b639a7577bffb785708e6260090239ee5bc76d
size 288408

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

View File

@ -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