From 6f2fbe5e52c79f8bc87059548ee895d778c97742eb9ac7b15955f59897163a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Apr 2020 09:33:39 +0000 Subject: [PATCH] - Do not generate docu, fails with new sphinx and till now used py2 version for that OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ssdeep?expand=0&rev=7 --- python-ssdeep.changes | 6 ++++++ python-ssdeep.spec | 10 +--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/python-ssdeep.changes b/python-ssdeep.changes index 10d7e04..ba80cde 100644 --- a/python-ssdeep.changes +++ b/python-ssdeep.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 09:16:34 UTC 2020 - Tomáš Chvátal + +- Do not generate docu, fails with new sphinx and till now used + py2 version for that + ------------------------------------------------------------------- Tue Mar 17 13:01:23 UTC 2020 - pgajdos@suse.com diff --git a/python-ssdeep.spec b/python-ssdeep.spec index c8407db..16de14a 100644 --- a/python-ssdeep.spec +++ b/python-ssdeep.spec @@ -37,10 +37,6 @@ Requires: ssdeep # SECTION tests BuildRequires: %{python_module pytest-runner} # /SECTION -# SECTION docs -BuildRequires: python-mock -BuildRequires: python-sphinx -# /SECTION %python_subpackages %description @@ -53,10 +49,6 @@ content and length. %build %python_build -pushd docs -%make_build html -rm build/html/.buildinfo -popd %install %python_install @@ -67,7 +59,7 @@ popd %files %{python_files} %{python_sitearch}/* -%doc README.rst CHANGELOG.rst docs/build/html/ +%doc README.rst CHANGELOG.rst %license LICENSE %changelog