Accepting request 214062 from devel:languages:python
- update to version 2.3.1 - drop sed call to remove shebangs: fixed upstream (forwarded request 214061 from benoit_monin) OBS-URL: https://build.opensuse.org/request/show/214062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=5
This commit is contained in:
commit
eaf09aee67
@ -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
3
Markdown-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffebd9385717aba00ff4e95b705b7693ddf12a7d483483d441218b6d3f4cf290
|
||||||
|
size 267131
|
@ -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
|
Thu Nov 22 14:26:33 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Markdown
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Markdown
|
Name: python-Markdown
|
||||||
Version: 2.2.1
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of Markdown
|
Summary: Python implementation of Markdown
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -46,9 +46,8 @@ supported by the [Available Extensions][].
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Markdown-%{version}
|
%setup -q -n Markdown-%{version}
|
||||||
|
# Fix encoding
|
||||||
sed -i "s|\r||" docs/release-2.2.0.txt
|
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
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
Reference in New Issue
Block a user