Accepting request 223383 from devel:languages:python
- update to version 2.4 - fix CRLF in all files: upstream converted to DOS encoding (forwarded request 223300 from benoit_monin) OBS-URL: https://build.opensuse.org/request/show/223383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=6
This commit is contained in:
commit
a25b746095
@ -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
3
Markdown-2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae
|
||||||
|
size 260026
|
@ -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
|
Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Markdown
|
Name: python-Markdown
|
||||||
Version: 2.3.1
|
Version: 2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -47,7 +47,7 @@ supported by the [Available Extensions][].
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n Markdown-%{version}
|
%setup -q -n Markdown-%{version}
|
||||||
# Fix encoding
|
# 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
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user