Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-apidoc for
openSUSE:Factory checked in at 2025-06-16 11:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-apidoc (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-apidoc.new.19631
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-apidoc"
Mon Jun 16 11:13:11 2025 rev:9 rq:1285970 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-apidoc/python-sphinxcontrib-apidoc.changes
2025-04-24 17:29:07.254417392 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-apidoc.new.19631/python-sphinxcontrib-apidoc.changes
2025-06-16 11:13:24.041579432 +0200
@@ -1,0 +2,6 @@
+Mon Jun 16 06:17:07 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyroject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-apidoc.spec ++++++
--- /var/tmp/diff_new_pack.1pBT2p/_old 2025-06-16 11:13:24.693606373 +0200
+++ /var/tmp/diff_new_pack.1pBT2p/_new 2025-06-16 11:13:24.697606538 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -37,7 +36,9 @@
# PATCH-FIX-UPSTREAM sphinx-82.patch gh#sphinx-contrib/apidoc#23
Patch0: sphinx-82.patch
BuildRequires: %{python_module pbr >= 4.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 5.0.0
@@ -62,11 +63,11 @@
%autosetup -p1 -n sphinxcontrib-apidoc-%{version}
%build
-%python_build
+%pyproject_wheel
%install
%if !%{with test}
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
@@ -79,6 +80,9 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS ChangeLog README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib/apidoc
+%{python_sitelib}/sphinxcontrib_apidoc-%{version}-py*-nspkg.pth
+%{python_sitelib}/sphinxcontrib_apidoc-%{version}.dist-info
%endif