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-09-16 18:18:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.1977
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-fulltoc"
Tue Sep 16 18:18:47 2025 rev:4 rq:1305095 version:1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-fulltoc/python-sphinxcontrib-fulltoc.changes
2025-06-12 18:11:36.597007985 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-fulltoc.new.1977/python-sphinxcontrib-fulltoc.changes
2025-09-16 18:19:29.125840948 +0200
@@ -1,0 +2,8 @@
+Mon Sep 8 21:14:05 UTC 2025 - Sebastian Wagner <[email protected]>
+
+- Update to version 1.3:
+ * Fix #22: Support parallel read
+ * Use prune when rendering toctree to respect maxdepth
+- Add fix_package_metadata.patch to get an installable package with version
number
+
+-------------------------------------------------------------------
@@ -7 +15 @@
-Sat Jan 29 14:15:55 UTC 2022 - Sebastian Wagner <[email protected]>
+Sat Jan 29 14:15:55 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -13 +21 @@
-Tue Sep 1 15:57:07 UTC 2020 - Sebastian Wagner <[email protected]>
+Tue Sep 1 15:57:07 UTC 2020 - Sebastian Wagner <[email protected]>
Old:
----
sphinxcontrib-fulltoc-1.2.0.tar.gz
New:
----
fix_package_metadata.patch
python-sphinxcontrib-fulltoc-1.3.tar.gz
----------(New B)----------
New: * Use prune when rendering toctree to respect maxdepth
- Add fix_package_metadata.patch to get an installable package with version
number
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-fulltoc.spec ++++++
--- /var/tmp/diff_new_pack.NKmNGA/_old 2025-09-16 18:19:29.649863016 +0200
+++ /var/tmp/diff_new_pack.NKmNGA/_new 2025-09-16 18:19:29.649863016 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-fulltoc
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
Name: python-sphinxcontrib-fulltoc
-Version: 1.2.0
+Version: 1.3
Release: 0
Summary: Include a full table of contents in your Sphinx HTML sidebar
License: Apache-2.0
Group: Development/Languages/Python
URL: https://sphinxcontrib-fulltoc.readthedocs.org
-Source:
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-fulltoc/sphinxcontrib-fulltoc-%{version}.tar.gz
+Source:
https://github.com/sphinx-contrib/fulltoc/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE fix_package_metadata.patch -- add metadata including the
package version
+Patch0: fix_package_metadata.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -45,7 +47,7 @@
are also included in the appropriate place within the document.
%prep
-%setup -q -n sphinxcontrib-fulltoc-%{version}
+%autosetup -p1 -n fulltoc-%{version}
sed -i 's/version = subprocess.*/version = "%{version}"/' docs/source/conf.py
%build
@@ -67,6 +69,6 @@
%{python_sitelib}/sphinxcontrib[-_]fulltoc-%{version}*-info
%{python_sitelib}/sphinxcontrib[-_]fulltoc-%{version}*-nspkg.pth
%license LICENSE
-%doc ChangeLog README.rst
+%doc README.rst
#docs/build/html
++++++ fix_package_metadata.patch ++++++
diff -Naur fulltoc-1.3/PKG-INFO fulltoc-1.3.new/PKG-INFO
--- fulltoc-1.3/PKG-INFO 1970-01-01 01:00:00.000000000 +0100
+++ fulltoc-1.3.new/PKG-INFO 2025-09-09 08:00:36.216622809 +0200
@@ -0,0 +1,41 @@
+Metadata-Version: 1.1
+Name: sphinxcontrib-fulltoc
+Version: 1.3
+Summary: Include a full table of contents in your Sphinx HTML sidebar
+Home-page: http://sphinxcontrib-fulltoc.readthedocs.org
+Author: Doug Hellmann
+Author-email: [email protected]
+License: UNKNOWN
+Description: .. -*- mode: rst -*-
+
+ =======================
+ sphinxcontrib-fulltoc
+ =======================
+
+ sphinxcontrib-fulltoc is an extension for the Sphinx_ documentation
+ system that changes the HTML output to include a more detailed table
+ of contents in the sidebar. By default Sphinx only shows the local
+ headers for the current page. With the extension installed, all of the
+ page titles are included, and the local headers for the current page
+ are also included in the appropriate place within the document.
+
+ See the `project documentation`_ for more details.
+
+ .. _Sphinx: http://sphinx.pocoo.org
+
+ .. _project documentation: http://sphinxcontrib-fulltoc.readthedocs.org
+
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Topic :: Documentation
+Classifier: Topic :: Utilities
diff -Naur fulltoc-1.3/setup.cfg fulltoc-1.3.new/setup.cfg
--- fulltoc-1.3/setup.cfg 2025-06-01 22:42:18.000000000 +0200
+++ fulltoc-1.3.new/setup.cfg 2025-09-09 08:01:53.355171740 +0200
@@ -38,3 +38,8 @@
[wheel]
universal = 1
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/dependency_links.txt
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/dependency_links.txt
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/dependency_links.txt
1970-01-01 01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/dependency_links.txt
2025-09-09 07:58:50.825140316 +0200
@@ -0,0 +1 @@
+
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/namespace_packages.txt
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/namespace_packages.txt
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/namespace_packages.txt
1970-01-01 01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/namespace_packages.txt
2025-09-09 07:58:50.825140316 +0200
@@ -0,0 +1 @@
+sphinxcontrib
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/not-zip-safe
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/not-zip-safe
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/not-zip-safe 1970-01-01
01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/not-zip-safe 2025-09-09
07:58:50.825140316 +0200
@@ -0,0 +1 @@
+
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/pbr.json
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/pbr.json
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/pbr.json 1970-01-01
01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/pbr.json 2025-09-09
07:59:36.866661683 +0200
@@ -0,0 +1 @@
+{"is_release": true, "git_version": "8c09d82"}
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/PKG-INFO
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/PKG-INFO
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/PKG-INFO 1970-01-01
01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/PKG-INFO 2025-09-09
07:59:53.799221193 +0200
@@ -0,0 +1,41 @@
+Metadata-Version: 1.1
+Name: sphinxcontrib-fulltoc
+Version: 1.3
+Summary: Include a full table of contents in your Sphinx HTML sidebar
+Home-page: http://sphinxcontrib-fulltoc.readthedocs.org
+Author: Doug Hellmann
+Author-email: [email protected]
+License: UNKNOWN
+Description: .. -*- mode: rst -*-
+
+ =======================
+ sphinxcontrib-fulltoc
+ =======================
+
+ sphinxcontrib-fulltoc is an extension for the Sphinx_ documentation
+ system that changes the HTML output to include a more detailed table
+ of contents in the sidebar. By default Sphinx only shows the local
+ headers for the current page. With the extension installed, all of the
+ page titles are included, and the local headers for the current page
+ are also included in the appropriate place within the document.
+
+ See the `project documentation`_ for more details.
+
+ .. _Sphinx: http://sphinx.pocoo.org
+
+ .. _project documentation: http://sphinxcontrib-fulltoc.readthedocs.org
+
+
+Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Topic :: Documentation
+Classifier: Topic :: Utilities
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/SOURCES.txt
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/SOURCES.txt
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/SOURCES.txt 1970-01-01
01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/SOURCES.txt 2025-09-09
07:58:50.825140316 +0200
@@ -0,0 +1,24 @@
+AUTHORS
+ChangeLog
+LICENSE
+MANIFEST.in
+README.rst
+announce.rst
+setup.cfg
+setup.py
+docs/Makefile
+docs/requirements.txt
+docs/source/conf.py
+docs/source/developers.rst
+docs/source/history.rst
+docs/source/index.rst
+docs/source/install.rst
+sphinxcontrib/__init__.py
+sphinxcontrib/fulltoc.py
+sphinxcontrib_fulltoc.egg-info/PKG-INFO
+sphinxcontrib_fulltoc.egg-info/SOURCES.txt
+sphinxcontrib_fulltoc.egg-info/dependency_links.txt
+sphinxcontrib_fulltoc.egg-info/namespace_packages.txt
+sphinxcontrib_fulltoc.egg-info/not-zip-safe
+sphinxcontrib_fulltoc.egg-info/pbr.json
+sphinxcontrib_fulltoc.egg-info/top_level.txt
\ No newline at end of file
diff -Naur fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/top_level.txt
fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/top_level.txt
--- fulltoc-1.3/sphinxcontrib_fulltoc.egg-info/top_level.txt 1970-01-01
01:00:00.000000000 +0100
+++ fulltoc-1.3.new/sphinxcontrib_fulltoc.egg-info/top_level.txt
2025-09-09 07:58:50.825140316 +0200
@@ -0,0 +1 @@
+sphinxcontrib