Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-autodocsumm for openSUSE:Factory checked in at 2021-04-19 21:05:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autodocsumm (Old) and /work/SRC/openSUSE:Factory/.python-autodocsumm.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autodocsumm" Mon Apr 19 21:05:59 2021 rev:3 rq:886562 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-autodocsumm/python-autodocsumm.changes 2020-09-04 11:11:26.479010510 +0200 +++ /work/SRC/openSUSE:Factory/.python-autodocsumm.new.12324/python-autodocsumm.changes 2021-04-19 21:06:18.428057057 +0200 @@ -1,0 +2,13 @@ +Sun Apr 18 12:32:09 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- 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 + +------------------------------------------------------------------- Old: ---- v0.2.0.tar.gz New: ---- autodocsumm-0.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autodocsumm.spec ++++++ --- /var/tmp/diff_new_pack.0mnJGD/_old 2021-04-19 21:06:18.896057759 +0200 +++ /var/tmp/diff_new_pack.0mnJGD/_new 2021-04-19 21:06:18.900057765 +0200 @@ -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 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/autodocsumm +%{python_sitelib}/autodocsumm-%{version}*-info %changelog