Sync from SUSE:SLFO:Main python-Sphinx revision 591164584013f41053b95ad3c9a0206f

This commit is contained in:
Adrian Schröter 2024-05-03 19:58:08 +02:00
commit b528ae7e09
11 changed files with 4166 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

3
_multibuild Normal file
View File

@ -0,0 +1,3 @@
<multibuild>
<package>test</package>
</multibuild>

View File

@ -0,0 +1,68 @@
Index: sphinx-7.2.6/tests/test_ext_autodoc_configs.py
===================================================================
--- sphinx-7.2.6.orig/tests/test_ext_autodoc_configs.py
+++ sphinx-7.2.6/tests/test_ext_autodoc_configs.py
@@ -1584,6 +1584,14 @@ def test_autodoc_typehints_format_fully_
@pytest.mark.sphinx('html', testroot='ext-autodoc')
def test_autodoc_default_options(app):
+ if (
+ (3, 11, 7) <= sys.version_info < (3, 12)
+ or sys.version_info >= (3, 12, 1)
+ ):
+ list_of_weak_references = " list of weak references to the object"
+ else:
+ list_of_weak_references = " list of weak references to the object (if defined)"
+
# no settings
actual = do_autodoc(app, 'class', 'target.enums.EnumCls')
assert ' .. py:attribute:: EnumCls.val1' not in actual
@@ -1627,7 +1635,7 @@ def test_autodoc_default_options(app):
assert ' Iterate squares of each value.' in actual
if not IS_PYPY:
assert ' .. py:attribute:: CustomIter.__weakref__' in actual
- assert ' list of weak references to the object (if defined)' in actual
+ assert list_of_weak_references in actual
# :exclude-members: None - has no effect. Unlike :members:,
# :special-members:, etc. where None == "include all", here None means
@@ -1651,13 +1659,21 @@ def test_autodoc_default_options(app):
assert ' Iterate squares of each value.' in actual
if not IS_PYPY:
assert ' .. py:attribute:: CustomIter.__weakref__' in actual
- assert ' list of weak references to the object (if defined)' in actual
+ assert list_of_weak_references in actual
assert ' .. py:method:: CustomIter.snafucate()' in actual
assert ' Makes this snafucated.' in actual
@pytest.mark.sphinx('html', testroot='ext-autodoc')
def test_autodoc_default_options_with_values(app):
+ if (
+ (3, 11, 7) <= sys.version_info < (3, 12)
+ or sys.version_info >= (3, 12, 1)
+ ):
+ list_of_weak_references = " list of weak references to the object"
+ else:
+ list_of_weak_references = " list of weak references to the object (if defined)"
+
# with :members:
app.config.autodoc_default_options = {'members': 'val1,val2'}
actual = do_autodoc(app, 'class', 'target.enums.EnumCls')
@@ -1698,7 +1714,7 @@ def test_autodoc_default_options_with_va
assert ' Iterate squares of each value.' in actual
if not IS_PYPY:
assert ' .. py:attribute:: CustomIter.__weakref__' not in actual
- assert ' list of weak references to the object (if defined)' not in actual
+ assert list_of_weak_references not in actual
# with :exclude-members:
app.config.autodoc_default_options = {
@@ -1722,6 +1738,6 @@ def test_autodoc_default_options_with_va
assert ' Iterate squares of each value.' in actual
if not IS_PYPY:
assert ' .. py:attribute:: CustomIter.__weakref__' not in actual
- assert ' list of weak references to the object (if defined)' not in actual
+ assert list_of_weak_references not in actual
assert ' .. py:method:: CustomIter.snafucate()' not in actual
assert ' Makes this snafucated.' not in actual

3605
python-Sphinx.changes Normal file

File diff suppressed because it is too large Load Diff

99
python-Sphinx.keyring Normal file
View File

@ -0,0 +1,99 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
=+lXz
-----END PGP PUBLIC KEY BLOCK-----

360
python-Sphinx.spec Normal file
View File

@ -0,0 +1,360 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-Sphinx%{psuffix}
Version: 7.2.6
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://sphinx-doc.org
Source: https://files.pythonhosted.org/packages/source/s/sphinx/sphinx-%{version}.tar.gz
# Provide intersphinx inventory offline, run update-intersphinx.sh
# https://docs.python.org/3/objects.inv
Source2: python3.inv
# https://requests.readthedocs.io/en/stable/objects.inv
Source3: requests.inv
# https://docs.readthedocs.io/en/stable/objects.inv
Source4: readthedocs.inv
Source5: update-intersphinx.sh
Source99: python-Sphinx.keyring
# PATCH-FIX-UPSTREAM: fix-autodoc-tests-python-3117.patch gh#sphinx-doc/sphinx#11793
Patch01: fix-autodoc-tests-python-3117.patch
BuildRequires: %{python_module base}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-pip
# workaround for suboptimal CentOS-7 project config
#!BuildIgnore: texinfo
Requires: python-Babel >= 1.3
Requires: python-Jinja2 >= 2.3
Requires: python-Pygments >= 2.14
Requires: python-alabaster >= 0.7
Requires: python-docutils >= 0.12
Requires: python-imagesize
Requires: python-packaging
Requires: python-requests >= 2.5.0
Requires: python-snowballstemmer >= 1.1
Requires: python-sphinx_rtd_theme
Requires: python-sphinxcontrib-applehelp
Requires: python-sphinxcontrib-devhelp
Requires: python-sphinxcontrib-htmlhelp >= 2.0.0
Requires: python-sphinxcontrib-jsmath
Requires: python-sphinxcontrib-qthelp >= 1.0.2
Requires: python-sphinxcontrib-serializinghtml >= 1.1.9
Requires: python-sphinxcontrib-websupport
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: python-SQLAlchemy >= 0.9
Recommends: python-Sphinx-doc-man
Recommends: python-Whoosh >= 2.0
BuildArch: noarch
%if 0%{?python_version_nodots} < 310
Requires: python-importlib-metadata >= 4.4
%endif
%if %{with test}
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Sphinx = %{version}}
BuildRequires: %{python_module Sphinx-latex = %{version}}
BuildRequires: %{python_module filelock}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-websupport}
BuildRequires: %{python_module testsuite}
BuildRequires: ImageMagick
BuildRequires: graphviz
# For PNG format
BuildRequires: graphviz-gd
# For PDF format (!?)
BuildRequires: graphviz-gnome
BuildRequires: texlive-tex-gyre
%endif
%python_subpackages
%description
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources). It was originally created for the Python documentation, and
supports Python project documentation well, but C/C++ is likewise
supported.
Sphinx uses reStructuredText as its markup language. Sphinx draws from
the parsing and translating suite, the Docutils.
%package latex
Summary: Sphinx packages for LaTeX
Group: Productivity/Publishing/TeX/Base
Requires: python-Sphinx = %{version}
Requires: texlive-dvipng
Requires: texlive-gnu-freefont
Requires: texlive-latex
Requires: texlive-latexmk
Requires: texlive-makeindex
Requires: texlive-metafont
Requires: texlive-pdftex
Requires: tex(8r.enc)
Requires: tex(alltt.sty)
Requires: tex(amsfonts.sty)
Requires: tex(amsmath.sty)
Requires: tex(amssymb.sty)
Requires: tex(amsthm.sty)
Requires: tex(anyfontsize.sty)
Requires: tex(array.sty)
Requires: tex(article.cls)
Requires: tex(atbegshi.sty)
Requires: tex(babel.sty)
Requires: tex(bm.sty)
Requires: tex(capt-of.sty)
Requires: tex(cmap.sty)
Requires: tex(color.sty)
Requires: tex(colortbl.sty)
Requires: tex(dvipdfmx.def)
Requires: tex(english.ldf)
Requires: tex(eqparbox.sty)
Requires: tex(fancybox.sty)
Requires: tex(fancyhdr.sty)
Requires: tex(fancyvrb.sty)
Requires: tex(float.sty)
Requires: tex(fncychap.sty)
Requires: tex(fontenc.sty)
Requires: tex(footnote.sty)
Requires: tex(framed.sty)
Requires: tex(graphics.sty)
Requires: tex(graphicx.sty)
Requires: tex(hypcap.sty)
Requires: tex(hyperref.sty)
Requires: tex(ifthen.sty)
Requires: tex(inputenc.sty)
Requires: tex(longtable.sty)
Requires: tex(luatex85.sty)
Requires: tex(makeidx.sty)
Requires: tex(multirow.sty)
Requires: tex(needspace.sty)
Requires: tex(newfloat.sty)
Requires: tex(palatino.sty)
Requires: tex(parskip.sty)
Requires: tex(pcrr.tfm)
Requires: tex(pdftex.def)
Requires: tex(pdftex.map)
Requires: tex(phvr.tfm)
Requires: tex(polyglossia.sty)
Requires: tex(pplr.tfm)
Requires: tex(preview.sty)
Requires: tex(ptmr.tfm)
Requires: tex(pzcmi.tfm)
Requires: tex(tabulary.sty)
Requires: tex(textcomp.sty)
Requires: tex(tgtermes.sty)
Requires: tex(threeparttable.sty)
Requires: tex(times.sty)
Requires: tex(titlesec.sty)
Requires: tex(upquote.sty)
Requires: tex(utf8.def)
Requires: tex(utf8x.def)
Requires: tex(varwidth.sty)
Requires: tex(wrapfig.sty)
%description latex
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources).
This package contains the LaTeX components for python-Sphinx.
%if 0%{?suse_version} > 1500
%package -n python-Sphinx-doc
Summary: Man files for python-Sphinx
Group: Documentation/Other
Requires: python3-Sphinx = %{version}
%description -n python-Sphinx-doc
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources). It was originally created for the Python documentation, and
supports Python project documentation well, but C/C++ is likewise
supported.
Sphinx uses reStructuredText as its markup language. Sphinx draws from
the parsing and translating suite, the Docutils.
This package contains the documentation for Sphinx.
%package -n python-Sphinx-doc-man
Summary: Man files for python-Sphinx
Group: Documentation/Man
Requires: python3-Sphinx = %{version}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Supplements: python3-Sphinx
Obsoletes: python-Sphinx-doc-man-common <= %{version}
%description -n python-Sphinx-doc-man
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources).
This package contains the manual pages for the Sphinx executables.
%package -n python-Sphinx-doc-html
Summary: HTML Documentation for python-Sphinx
Group: Documentation/HTML
Provides: python-Sphinx-doc-html = %{version}
%description -n python-Sphinx-doc-html
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources).
This package contains the HTML documentation for Sphinx.
%endif
%prep
%setup -q -n sphinx-%{version}
%autopatch -p1
%build
%pyproject_wheel
%if %{with test}
mkdir build.doc
cp %{SOURCE2} doc/python3.inv
cp %{SOURCE3} doc/requests.inv
cp %{SOURCE4} doc/readthedocs.inv
%{python_expand # Use one bundled intersphinx inventory for all flavors.
# The python3.6 inventory fails to build even in its own flavor.
# Use a more recent default (currently 3.9) from the source tag instead.
# The same for requests.
sed -i -e "s/\((.https:..docs.python.org.3.., \)None\()\)/\1'python3.inv'\2/g" doc/conf.py
sed -i -e "s/\((.https:..requests.readthedocs.io.*, \)None\()\)/\1'requests.inv'\2/g" doc/conf.py
sed -i -e "s/\((.https:..docs.readthedocs.io.*, \)None\()\)/\1'readthedocs.inv'\2/g" doc/conf.py
# rm build/sphinx/html/.buildinfo
$python -m sphinx -b man -j auto ./doc ./build.doc/man
$python -m sphinx -b html -j auto ./doc ./build.doc/html
}
%endif
%install
%if ! %{with test}
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/sphinx-apidoc
%python_clone -a %{buildroot}%{_bindir}/sphinx-autogen
%python_clone -a %{buildroot}%{_bindir}/sphinx-build
%python_clone -a %{buildroot}%{_bindir}/sphinx-quickstart
%python_expand mkdir -p %{buildroot}%{$python_sitelib}/sphinxcontrib
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# gh#openSUSE/python-rpm-macros#74
%{!?python_find_lang: %define python_find_lang() \
%find_lang %{**} \
langfile=%{?2}%{!?2:%1.lang} \
%{python_expand # \
grep -v 'python.*site-packages' ${langfile} > %{$python_prefix}-${langfile} \
grep -F %{$python_sitelib} ${langfile} >> %{$python_prefix}-${langfile} \
} \
}
%python_find_lang sphinx
%else
%if 0%{?suse_version} > 1500
mkdir -p %{buildroot}%{_docdir}/python-Sphinx/
mv build.doc/html %{buildroot}%{_docdir}/python-Sphinx/
rm -rf %{buildroot}%{_docdir}/python-Sphinx/html/_images
mkdir -p %{buildroot}%{_mandir}/man1
mv build.doc/man/sphinx-all.1 %{buildroot}%{_mandir}/man1/sphinx-all.1
mv build.doc/man/sphinx-apidoc.1 %{buildroot}%{_mandir}/man1/sphinx-apidoc.1
mv build.doc/man/sphinx-build.1 %{buildroot}%{_mandir}/man1/sphinx-build.1
mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
%endif
%endif
# Always deduplicate
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if ! %{with test}
%post
%python_install_alternative sphinx-apidoc sphinx-autogen sphinx-build sphinx-quickstart
:
%postun
%python_uninstall_alternative sphinx-apidoc
%endif
%check
%if %{with test}
export PYTHONPATH=.
export LC_ALL="C.utf8"
# test_latex_images test downloading a remote image
# test_signature_annotations doesnt work
%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)'
%endif
%if ! %{with test}
%files %{python_files} -f %{python_prefix}-sphinx.lang
%license LICENSE
%doc AUTHORS CHANGES README.rst
%python_alternative %{_bindir}/sphinx-apidoc
%python_alternative %{_bindir}/sphinx-autogen
%python_alternative %{_bindir}/sphinx-build
%python_alternative %{_bindir}/sphinx-quickstart
%{python_sitelib}/sphinx/
%exclude %{python_sitelib}/sphinx/texinputs/
%dir %{python_sitelib}/sphinx-%{version}.dist-info
%{python_sitelib}/sphinx-%{version}.dist-info/*
%dir %{python_sitelib}/sphinxcontrib
%files %{python_files latex}
%license LICENSE
%doc AUTHORS
%{python_sitelib}/sphinx/texinputs/
%endif
%if %{with test}
%if 0%{?suse_version} > 1500
%files -n python-Sphinx-doc-man
%license LICENSE
%doc AUTHORS
%{_mandir}/man1/sphinx-all.1%{?ext_man}
%{_mandir}/man1/sphinx-apidoc.1%{?ext_man}
%{_mandir}/man1/sphinx-build.1%{?ext_man}
%{_mandir}/man1/sphinx-quickstart.1%{?ext_man}
%files -n python-Sphinx-doc-html
%license LICENSE
%doc AUTHORS
%dir %{_docdir}/python-Sphinx/
%{_docdir}/python-Sphinx/html/
%endif
%endif
%changelog

BIN
python3.inv Normal file

Binary file not shown.

BIN
readthedocs.inv Normal file

Binary file not shown.

BIN
requests.inv Normal file

Binary file not shown.

BIN
sphinx-7.2.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

5
update-intersphinx.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/bash
wget https://docs.python.org/3/objects.inv -O python3.inv
wget https://requests.readthedocs.io/en/stable/objects.inv -O requests.inv
wget https://docs.readthedocs.io/en/stable/objects.inv -O readthedocs.inv