Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-fulltoc for
openSUSE:Factory checked in at 2025-06-12 18:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.19631
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-fulltoc"
Thu Jun 12 18:11:34 2025 rev:3 rq:1285164 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc/python-sphinxcontrib-fulltoc.changes
2022-02-05 23:23:53.847631574 +0100
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.19631/python-sphinxcontrib-fulltoc.changes
2025-06-12 18:11:36.597007985 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:49:39 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-fulltoc.spec ++++++
--- /var/tmp/diff_new_pack.hEe0ib/_old 2025-06-12 18:11:37.197032861 +0200
+++ /var/tmp/diff_new_pack.hEe0ib/_new 2025-06-12 18:11:37.201033027 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-fulltoc
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sphinxcontrib-fulltoc
Version: 1.2.0
Release: 0
Summary: Include a full table of contents in your Sphinx HTML sidebar
License: Apache-2.0
Group: Development/Languages/Python
-URL: http://sphinxcontrib-fulltoc.readthedocs.org
+URL: https://sphinxcontrib-fulltoc.readthedocs.org
Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-%{version}.tar.gz
BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -48,18 +49,23 @@
sed -i 's/version = subprocess.*/version = "%{version}"/' docs/source/conf.py
%build
-%python_build
+%pyproject_wheel
#pushd docs
#LANG=C.UTF-8 READTHEDOCS=True PYTHONPATH=.. make html
#rm build/html/.buildinfo
#popd
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
-%{python_sitelib}/*
+%dir %{python_sitelib}/sphinxcontrib
+%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__
+%{python_sitelib}/sphinxcontrib/fulltoc.py
+%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/fulltoc*
+%{python_sitelib}/sphinxcontrib[-_]fulltoc-%{version}*-info
+%{python_sitelib}/sphinxcontrib[-_]fulltoc-%{version}*-nspkg.pth
%license LICENSE
%doc ChangeLog README.rst
#docs/build/html