Marcel Telka
2023-11-28 59cbd526e43b25088ebcdb3b3c490b97ee5d17a0
python/sphinx_rtd_theme: update to 2.0.0

3 files modified
28 ■■■■ changed files
components/python/sphinx_rtd_theme/Makefile 6 ●●●● patch | view | raw | blame | history
components/python/sphinx_rtd_theme/history 2 ●●● patch | view | raw | blame | history
components/python/sphinx_rtd_theme/test/results-all.master 20 ●●●●● patch | view | raw | blame | history
components/python/sphinx_rtd_theme/Makefile
@@ -19,13 +19,13 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        sphinx_rtd_theme
HUMAN_VERSION =            1.3.0
HUMAN_VERSION =            2.0.0
COMPONENT_SUMMARY =        sphinx_rtd_theme - Read the Docs theme for Sphinx
COMPONENT_PROJECT_URL =        https://github.com/readthedocs/sphinx_rtd_theme
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/db/3e/477c5b3ed78b6818d673f63512db12ace8c89e83eb9eecc913f9e2cc8416/sphinx_rtd_theme-1.3.0.tar.gz
    https://files.pythonhosted.org/packages/fe/33/2a35a9cdbfda9086bda11457bcc872173ab3565b16b6d7f6b3efaa6dc3d6/sphinx_rtd_theme-2.0.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:590b030c7abb9cf038ec053b95e5380b5c70d61591eb0b552063fbe7c41f0931
    sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/sphinx_rtd_theme/history
@@ -1 +1 @@
library/python/sphinx-rtd-theme-37@1.2.2,5.11-2023.0.0.1 noincorporate
library/python/sphinx-rtd-theme-37@1.2.2,5.11-2023.0.0.2
components/python/sphinx_rtd_theme/test/results-all.master
@@ -1,9 +1,7 @@
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
rootdir: $(@D)
asyncio: mode=strict
collecting ... collected 3 items
tests/test_builders.py::test_basic PASSED
@@ -30,22 +28,6 @@
tests/test_builders.py: 210 warnings
  $(PYTHON_DIR)/vendor-packages/readthedocs_ext/readthedocs.py:121: RemovedInSphinx90Warning: The str interface for _JavaScript objects is deprecated. Use js.filename instead.
    js_file not in app.builder.script_files,
tests/test_builders.py: 126 warnings
  $(PYTHON_DIR)/vendor-packages/jinja2/filters.py:1388: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead.
    value = getattr(obj, name)
tests/test_builders.py: 4134 warnings
  $(PYTHON_DIR)/vendor-packages/sphinx/builders/html/__init__.py:1027: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead.
    if resource and '://' in otheruri:
tests/test_builders.py: 126 warnings
  $(PYTHON_DIR)/vendor-packages/sphinx/util/osutil.py:46: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead.
    if to.startswith(SEP):
tests/test_builders.py: 126 warnings
  $(PYTHON_DIR)/vendor-packages/sphinx/util/osutil.py:49: RemovedInSphinx90Warning: The str interface for _CascadingStyleSheet objects is deprecated. Use css.filename instead.
    t2 = to.split('#')[0].split(SEP)
tests/test_builders.py::test_basic
tests/test_builders.py::test_basic
@@ -153,4 +135,4 @@
    assert app.env.get_doctree('index').traverse(addnodes.toctree) == []
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======== 3 passed, 4950 warnings ========
======== 3 passed, 438 warnings ========