From 1b8c8f407d88652057d23622bf53d64e96dec298c21f2c2954cc05bf9257573a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Apr 2021 06:30:34 +0000 Subject: [PATCH] Accepting request 886446 from home:bnavigator:branches:devel:languages:python - Update to 0.2.3 * This Release makes autodocsumm compatible with sphinx 3.4 and 3.5. See #42 - Release 0.2.2 * This release fixes a bug that included imported members in the autosummary table (see #32, #33) and includes the sorting bysource (#34). We also dropped the dependency on six (#35). - Release 0.2.1 * Patch for compatibility with python 3.5 OBS-URL: https://build.opensuse.org/request/show/886446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=5 --- autodocsumm-0.2.3.tar.gz | 3 +++ python-autodocsumm.changes | 13 +++++++++++++ python-autodocsumm.spec | 13 +++++++------ v0.2.0.tar.gz | 3 --- 4 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 autodocsumm-0.2.3.tar.gz delete mode 100644 v0.2.0.tar.gz diff --git a/autodocsumm-0.2.3.tar.gz b/autodocsumm-0.2.3.tar.gz new file mode 100644 index 0000000..6f01cd2 --- /dev/null +++ b/autodocsumm-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dd4d58021346be96127907b625074cc5ba0a1b81967b5db9a4fee845889e66 +size 40083 diff --git a/python-autodocsumm.changes b/python-autodocsumm.changes index dd87909..514c61e 100644 --- a/python-autodocsumm.changes +++ b/python-autodocsumm.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 18 12:32:09 UTC 2021 - Ben Greiner + +- Update to 0.2.3 + * This Release makes autodocsumm compatible with sphinx 3.4 and + 3.5. See #42 +- Release 0.2.2 + * This release fixes a bug that included imported members in the + autosummary table (see #32, #33) and includes the sorting + bysource (#34). We also dropped the dependency on six (#35). +- Release 0.2.1 + * Patch for compatibility with python 3.5 + ------------------------------------------------------------------- Thu Sep 3 04:27:24 UTC 2020 - Steve Kowalik diff --git a/python-autodocsumm.spec b/python-autodocsumm.spec index 4fe74e8..02028d9 100644 --- a/python-autodocsumm.spec +++ b/python-autodocsumm.spec @@ -1,7 +1,7 @@ # # spec file for package python-autodocsumm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,20 +19,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-autodocsumm -Version: 0.2.0 +Version: 0.2.3 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries License: GPL-2.0-only URL: https://github.com/Chilipp/autodocsumm -Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz +Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz#/autodocsumm-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Sphinx +Requires: python-Sphinx >= 2.2 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module Sphinx >= 2.2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sphinx-testing} # /SECTION @@ -57,6 +57,7 @@ Extended sphinx autodoc including automatic autosummaries %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/autodocsumm +%{python_sitelib}/autodocsumm-%{version}*-info %changelog diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz deleted file mode 100644 index b88c318..0000000 --- a/v0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29316d218539ff6d880290cd94e99ffce9a00f1972f26227a0b001ae5eb4837c -size 39182