diff --git a/autodocsumm-0.2.6.tar.gz b/autodocsumm-0.2.6.tar.gz deleted file mode 100644 index 02219a3..0000000 --- a/autodocsumm-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1bba4a54f7d5a7d5c19a0c2869a117edc03a60262bb0629d4155e3d9285e0cf -size 39645 diff --git a/autodocsumm-0.2.8.tar.gz b/autodocsumm-0.2.8.tar.gz new file mode 100644 index 0000000..a483bf0 --- /dev/null +++ b/autodocsumm-0.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1968373e2efef63654dcab044906de00d12b804402ed0e9af356e43da01b0fc +size 40289 diff --git a/python-autodocsumm.changes b/python-autodocsumm.changes index 15ed054..bb466f3 100644 --- a/python-autodocsumm.changes +++ b/python-autodocsumm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 2 21:38:13 UTC 2022 - Ferdinand Thiessen + +- Update to 0.2.8 + * Fix: no links generated in summary table + * Fix: Sphinx dependencies + ------------------------------------------------------------------- Sat Jul 10 11:38:27 UTC 2021 - Matej Cepl diff --git a/python-autodocsumm.spec b/python-autodocsumm.spec index dce478a..40c44d2 100644 --- a/python-autodocsumm.spec +++ b/python-autodocsumm.spec @@ -1,7 +1,7 @@ # # spec file for package python-autodocsumm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-autodocsumm -Version: 0.2.6 +Version: 0.2.8 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: GPL-2.0-only @@ -29,10 +29,11 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx >= 2.2 +Requires: (python-Sphinx >= 2.2 and python-Sphinx < 5.0) BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Sphinx >= 2.2} +BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinx-testing} # /SECTION