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 2023-05-21 19:08:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autodocsumm (Old) and /work/SRC/openSUSE:Factory/.python-autodocsumm.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autodocsumm" Sun May 21 19:08:28 2023 rev:12 rq:1087978 version:0.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-autodocsumm/python-autodocsumm.changes 2023-05-12 20:32:18.804440166 +0200 +++ /work/SRC/openSUSE:Factory/.python-autodocsumm.new.1533/python-autodocsumm.changes 2023-05-21 19:08:42.830436977 +0200 @@ -1,0 +2,5 @@ +Fri May 19 09:03:48 UTC 2023 - Jiri Srain <[email protected]> + +- fixed the license tag to Apache-2.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autodocsumm.spec ++++++ --- /var/tmp/diff_new_pack.8Q6hYK/_old 2023-05-21 19:08:43.246439351 +0200 +++ /var/tmp/diff_new_pack.8Q6hYK/_new 2023-05-21 19:08:43.250439374 +0200 @@ -16,19 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-autodocsumm Version: 0.2.11 Release: 0 Summary: Extended sphinx autodoc including automatic autosummaries -License: GPL-2.0-only +License: Apache-2.0 URL: https://github.com/Chilipp/autodocsumm Source: https://github.com/Chilipp/autodocsumm/archive/v%{version}.tar.gz#/autodocsumm-%{version}.tar.gz -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module versioneer} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Sphinx >= 2.2 @@ -44,20 +43,20 @@ Extended sphinx autodoc including automatic autosummaries %prep -%setup -q -n autodocsumm-%{version} +%autosetup -p1 -n autodocsumm-%{version} # Remove guard from Sphinx version sed -i 's/,<5.0//' setup.py %build -%python_build - -%check -%pytest +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc README.rst %license LICENSE
