forked from pool/python-Markdown
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:
committed by
Git OBS Bridge
parent
67b23a21ec
commit
5613f7480f
@@ -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
|
||||
|
Reference in New Issue
Block a user