14
0

Accepting request 882576 from home:mcalabkova:branches:devel:languages:python

- Add false.patch to fix recent build failure

OBS-URL: https://build.opensuse.org/request/show/882576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restview?expand=0&rev=9
This commit is contained in:
2021-04-01 13:00:40 +00:00
committed by Git OBS Bridge
parent 14879701ba
commit d7b367e228
3 changed files with 39 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://mg.pov.lt/restview/
Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/mgedmin/restview/commit/a1ded30a87c65f3ce59a18497a7fc5099317c2be New mock release returns False from patcher.stop()
Patch0: false.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -48,6 +50,7 @@ A viewer for ReStructuredText documents that renders them on the fly.
%prep
%setup -q -n restview-%{version}
%autopatch -p1
%build
%python_build