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

- update to version 2.3.1
- drop sed call to remove shebangs: fixed upstream

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

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr
- update to version 2.3.1:
no changelog
- additional changes from version 2.3.0:
* Support has been dropped for Python 2.5.
* All classes are now "new-style" classes.
* "safe_mode" has been further restricted.
* The ids assigned to footnotes now contain a dash (`-`) rather
than a colon (`:`) when `output_format` it set to "html5" or
"xhtml5".
* The "force_linenos" config setting of the CodeHilite extension
has been marked as Pending Deprecation and a new setting
"linenums" has been added to replace it.
* The "RSS" extension has been removed.
* The "HTML Tidy" Extension has been removed.
* The entire code base now universally runs in Python 2 and
Python 3 without any need for running the 2to3 conversion tool.
* The Admonition Extension has been added.
* Various bug fixes have been made.
- drop sed call to remove shebangs: fixed upstream
-------------------------------------------------------------------
Thu Nov 22 14:26:33 UTC 2012 - saschpe@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Markdown
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-Markdown
Version: 2.2.1
Version: 2.3.1
Release: 0
Summary: Python implementation of Markdown
License: BSD-3-Clause
@ -46,9 +46,8 @@ supported by the [Available Extensions][].
%prep
%setup -q -n Markdown-%{version}
# Fix encoding
sed -i "s|\r||" docs/release-2.2.0.txt
# Fix non-executable script warning:
sed -i "s|^#!.*||" markdown/extensions/{sane_lists,html_tidy,extra,def_list,tables,codehilite,wikilinks,fenced_code,headerid}.py
%build
python setup.py build