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