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

- update to version 2.4
- fix CRLF in all files: upstream converted to DOS encoding

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

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 17 20:35:51 UTC 2014 - benoit.monin@gmx.fr
- update to version 2.4:
* the "force_linenos" config setting of the CodeHilite extension
has been marked as Deprecated.
* URLs are no longer percent-encoded.
* the Smarty Extension has been added, which implements
SmartyPants.
* the Table of Contents Extension now supports new permalink
option for creating Sphinx-style anchor links.
* it is now possible to enable Markdown formatting inside HTML
blocks by appending `markdown=1` to opening tag attributes.
* The code blocks now support emphasizing some of the code lines.
* Various bug fixes have been made.
- fix CRLF in all files: upstream converted to DOS encoding
-------------------------------------------------------------------
Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr

View File

@ -17,7 +17,7 @@
Name: python-Markdown
Version: 2.3.1
Version: 2.4
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@ -47,7 +47,7 @@ supported by the [Available Extensions][].
%prep
%setup -q -n Markdown-%{version}
# Fix encoding
sed -i "s|\r||" docs/release-2.2.0.txt
find . -type f -not -name py.png -print0 | xargs -0 sed -i "s|\r$||"
%build
python setup.py build