14
0

Accepting request 289937 from home:netsroth:branches:devel:languages:python

- Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
  to fix #8 in odpdown, and
  https://github.com/ipython/ipython/issues/7929. This is a backport
  from upstream master.

OBS-URL: https://build.opensuse.org/request/show/289937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=4
This commit is contained in:
Denisart Benjamin
2015-03-10 00:33:04 +00:00
committed by Git OBS Bridge
parent 22bae2c7d5
commit c923f85197
3 changed files with 41 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ Release: 0
Source0: https://pypi.python.org/packages/mistune/mistune-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: https://github.com/lepture/mistune
# PATCH-FIX-UPSTREAM Fix when list item is blank
Patch0: 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch
Summary: The fastest markdown parser in pure Python
License: BSD-3-Clause
Group: Development/Languages/Python
@@ -34,6 +36,7 @@ The fastest markdown parser in pure Python, inspired by marked.
%prep
%setup -q -n mistune-%{version}
%patch0 -p1
%build
export CFLAGS="%{optflags}"