pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 21 09:27:08 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinx: Makefile PLIST distinfo

Log Message:
py-sphinx: update to 7.4.7.

Release 7.4.7 (released Jul 20, 2024)
=====================================

Bugs fixed
----------

* #12096: Warn when files are overwritten in the build directory.
  Patch by Adam Turner and Bénédikt Tran.
* #12620: Ensure that old-style object description options are respected.
  Patch by Adam Turner.
* #12601, #12625: Support callable objects in :py:class:`~typing.Annotated` type
  metadata in the Python domain.
  Patch by Adam Turner.
* #12601, #12622: Resolve :py:class:`~typing.Annotated` warnings with
  ``sphinx.ext.autodoc``,
  especially when using :mod:`dataclasses` as type metadata.
  Patch by Adam Turner.
* #12589, #12626: autosummary: Fix warnings with :rst:role:`!autolink`.
  Patch by Adam Turner.

Release 7.4.6 (released Jul 18, 2024)
=====================================

Bugs fixed
----------

* #12589, #9743, #12609: autosummary: Do not add the package prefix when
  generating autosummary directives for modules within a package.
  Patch by Adam Turner.
* #12613: Reduce log severity for ambiguity detection during inventory loading.
  Patch by James Addison.

Release 7.4.5 (released Jul 16, 2024)
=====================================

Bugs fixed
----------

* #12593, #12600: Revert coercing the type of selected :confval:`html_sidebars`
  values to a list.
  Log an error message when string values are detected.
  Patch by Adam Turner.
* #12594: LaTeX: since 7.4.0, :rst:dir:`seealso` and other "light" admonitions
  now break PDF builds if they contain a :dudir:`figure` directive; and also
  if they are contained in a table cell (rendered by ``tabulary``).
  Patch by Jean-François B.

Release 7.4.4 (released Jul 15, 2024)
=====================================

Bugs fixed
----------

* #12585, #12586: Do not warn when an intersphinx inventory contains
  case-insensitively ambiguous duplicate items.
  Patch by James Addison.

Release 7.4.3 (released Jul 15, 2024)
=====================================

Bugs fixed
----------

* #12582: Restore support for list-styled :confval:`source_suffix` values
  with extensions that register parsers.
  Patch by Adam Turner.

Release 7.4.2 (released Jul 15, 2024)
=====================================

Bugs fixed
----------

* #12580, #12583: Resolve failures with the C domain on incremental builds
  with Sphinx 7.3.7 and earlier.
  Patch by Adam Turner.

Release 7.4.1 (released Jul 15, 2024)
=====================================

Bugs fixed
----------

* Fix invalid HTML when a rubric node with invalid ``heading-level`` is used.
  Patch by Adam Turner.
* #12579, #12581: Restore support for ``typing.ParamSpec`` in autodoc.
  Patch by Adam Turner.

Release 7.4.0 (released Jul 15, 2024)
=====================================

Dependencies
------------

* #12555: Drop Docutils 0.18.1 and Docutils 0.19 support.
  Patch by Adam Turner.
* LaTeX: the ``xcolor`` package is now required (but is for example part of
  Ubuntu ``texlive-latex-recommended`` which has always been required).
* LaTeX: the ``fontawesome5`` LaTeX package is needed for the default choices
  of icons now used in admonition titles in PDF output; but if unavailable the
  PDF build will simply silently omit rendering such icons.  Check the
  documentation of the ``iconpackage`` key of :ref:`'sphinxsetup'
  <latexsphinxsetup>` for more.

Deprecated
----------

* LaTeX: the ``sphinxlightbox`` environment is not used anymore, all types
  of admonitions use (by default) only ``sphinxheavybox``.

Features added
--------------

.. rst-class:: compact

* #11165: Support the `officially recommended`_ ``.jinja`` suffix for template
  files.
  Patch by James Addison and Adam Turner

  .. _officially recommended: https://jinja.palletsprojects.com/en/latest/templates/#template-file-extension
* #12325: Flatten ``Union[Literal[T], Literal[U], ...]`` to ``Literal[T, U, ...]``
  when turning annotations into strings.
  Patch by Adam Turner.
* #12319: ``sphinx.ext.extlinks``: Add ``extlink-{name}`` CSS class to links.
  Patch by Hugo van Kemenade.
* #12387: Improve CLI progress message, when copying assets.
  Patch by INADA Nakoi and Bénédikt Tran.
* #12361: Add :attr:`.BuildEnvironment.parser`.
  Patch by Chris Sewell.
* #12358: Add :attr:`.Sphinx.fresh_env_used`.
  Patch by Chris Sewell.
* #12329: Add detection of ambiguous ``std:label`` and ``std:term`` references during
  loading and resolution of Intersphinx targets.
  Patch by James Addison.
* #12422: Do not duplicate "navigation" in aria-label of built-in themes.
  Patch by Thomas Weißschuh
* #12421: Include project name in ``logo_alt`` of built-in themes.
  Patch by Thomas Weißschuh
* #12448: Add :option:`sphinx-apidoc --remove-old` option.
  Patch by Chris Sewell.
* #12456: Add :option:`sphinx-autogen --remove-old` option.
  Patch by Chris Sewell.
* #12479: Add warning subtype ``toc.no_title``.
  Patch by Ondřej Navrátil.
* #12492: Add helper methods for parsing reStructuredText content into nodes from
  within a directive.

  - :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_content_to_nodes()`
    parses the directive's content and returns a list of Docutils nodes.
  - :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_text_to_nodes()`
    parses the provided text and returns a list of Docutils nodes.
  - :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_inline()`
    parses the provided text into inline elements and text nodes.

  Patch by Adam Turner.
* #12258: Support ``typing_extensions.Unpack``
  Patch by Bénédikt Tran and Adam Turner.
* #12524: Add a ``class`` option to the :rst:dir:`toctree` directive.
  Patch by Tim Hoffmann.
* #12536: Add the :rst:dir:`confval` directive.
  Patch by Adam Turner.
* #12537: :confval:`c_id_attributes`, :confval:`c_paren_attributes`,
  :confval:`cpp_id_attributes`, and :confval:`cpp_paren_attributes`
  can now be a tuple of strings.
  :confval:`c_extra_keywords`, :confval:`gettext_additional_targets`,
  :confval:`html_domain_indices`, :confval:`latex_domain_indices`,
  and :confval:`texinfo_domain_indices`,
  can now be a set of strings.
  Patch by Adam Turner.
* #12523: Added configuration option, :confval:`math_numsep`, to define the
  separator for math numbering.
  Patch by Thomas Fanning
* #11592: Add :confval:`coverage_modules` to the coverage builder
  to allow explicitly specifying which modules should be documented.
  Patch by Stephen Finucane.
* #7896, #11989: Add a :rst:dir:`py:type` directive for documenting type aliases,
  and a :rst:role:`py:type` role for linking to them.
  Patch by Ashley Whetter.
* #12549: Add optional ``description`` argument to
  :meth:`.Sphinx.add_config_value`.
  Patch by Chris Sewell.
* #6792: Prohibit module import cycles in :mod:`sphinx.ext.autosummary`.
  Patch by Trevor Bekolay.
* #12508: LaTeX: Revamped styling of all admonitions, with addition of a
  title row with icon.
  Patch by Jean-François B.
* #11773: Display :py:class:`~typing.Annotated` annotations
  with their metadata in the Python domain.
  Patch by Adam Turner and David Stansby.
* #12506: Add ``heading-level`` option to :rst:dir:`rubric` directive.
  Patch by Chris Sewell.
* #12567: Add the :event:`write-started` event.
  Patch by Chris Sewell.

Bugs fixed
----------

* #12314: Properly format ``collections.abc.Callable`` in annotations.
  Patch by Adam Turner.
* #12162: Fix a performance regression in the C domain that has
  been present since version 3.0.0.
  Patch by Donald Hunter.
* #12320: Fix removal of anchors from search summaries (regression in 7.3.0).
  Patch by Will Lachance.
* #12251: Fix ``merge_domaindata()`` in ``sphinx.ext.duration``.
  Patch by Matthias Geier.
* #12224: Properly detect WebP files.
  Patch by Benjamin Cabé.
* #12380: LaTeX: Avoid footnote markers ``Page N`` when ``N`` is already
  the current page number.
  Patch by Jean-François B.
* #12410: LaTeX: for French and ``'lualatex'`` as :confval:`latex_engine`
  use ``babel`` as with ``'xelatex'`` (and not ``polyglossia``).
  Patch by Jean-François B.
* #12520: LaTeX: let :rst:dir:`todolist` produce correct hyperlinks in PDF.
  Patch by Jean-François B.
* #12416: Ensure that configuration setting aliases are always synchronised
  when one value or the other is modified.
  Patch by Bénédikt Tran.
* #12220: Fix loading custom template translations for ``en`` locale.
  Patch by Nicolas Peugnet.
* #12459: Add valid-type arguments to the ``linkcheck_rate_limit_timeout``
  configuration setting.
  Patch by James Addison.
* #12331: Resolve data-URI-image-extraction regression from v7.3.0 affecting
  builders without native support for data-URIs in their output format.
  Patch by James Addison.
* #12494: Fix invalid genindex.html file produced with translated docs
  (regression in 7.1.0).
  Patch by Nicolas Peugnet.
* #11961: Omit anchor references from document title entries in the search index,
  removing duplication of search results.
  Patch by James Addison.
* #12425: Use Docutils' SVG processing in the HTML builder
  and remove Sphinx's custom logic.
  Patch by Tunç Başar Köse.
* #12391: Adjust scoring of matches during HTML search so that document main
  titles tend to rank higher than subsection titles. In addition, boost matches
  on the name of programming domain objects relative to title/subtitle matches.
  Patch by James Addison and Will Lachance.
* #9634: Do not add a fallback language by stripping the country code.
  Patch by Alvin Wong.
* #12352: Add domain objects to the table of contents
  in the same order as defined in the document.
  Previously, each domain used language-specific nesting rules,
  which removed control from document authors.
  Patch by Jakob Lykke Andersen and Adam Turner.
* #11041: linkcheck: Ignore URLs that respond with non-Unicode content.
  Patch by James Addison.
* #12543: Fix :pep:`695` formatting for LaTeX output.
  Patch by Bénédikt Tran.

Testing
-------

* karma: refactor HTML search tests to use fixtures generated by Sphinx.
  Patch by James Addison.


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-sphinx/PLIST
cvs rdiff -u -r1.66 -r1.67 pkgsrc/textproc/py-sphinx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.98 pkgsrc/textproc/py-sphinx/Makefile:1.99
--- pkgsrc/textproc/py-sphinx/Makefile:1.98     Sun May  5 20:28:45 2024
+++ pkgsrc/textproc/py-sphinx/Makefile  Sun Jul 21 09:27:08 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.98 2024/05/05 20:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2024/07/21 09:27:08 wiz Exp $
 
-DISTNAME=      sphinx-7.3.7
+DISTNAME=      sphinx-7.4.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -31,12 +30,15 @@ DEPENDS+=   ${PYPKGPREFIX}-sphinxcontrib-q
 DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-serializinghtml>=1.1.9:../../textproc/py-sphinxcontrib-serializinghtml
 TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
 TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
+TEST_DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    makeinfo
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
+# 34 failed, 2125 passed, 30 skipped, 37 warnings
+
 .include "../../lang/python/pyversion.mk"
 
 .if ${PYTHON_VERSION} < 310

Index: pkgsrc/textproc/py-sphinx/PLIST
diff -u pkgsrc/textproc/py-sphinx/PLIST:1.36 pkgsrc/textproc/py-sphinx/PLIST:1.37
--- pkgsrc/textproc/py-sphinx/PLIST:1.36        Sun Apr 21 15:44:44 2024
+++ pkgsrc/textproc/py-sphinx/PLIST     Sun Jul 21 09:27:08 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2024/04/21 15:44:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2024/07/21 09:27:08 wiz Exp $
 bin/sphinx-apidoc-${PYVERSSUFFIX}
 bin/sphinx-autogen-${PYVERSSUFFIX}
 bin/sphinx-build-${PYVERSSUFFIX}
@@ -14,6 +14,18 @@ ${PYSITELIB}/sphinx/__init__.pyo
 ${PYSITELIB}/sphinx/__main__.py
 ${PYSITELIB}/sphinx/__main__.pyc
 ${PYSITELIB}/sphinx/__main__.pyo
+${PYSITELIB}/sphinx/_cli/__init__.py
+${PYSITELIB}/sphinx/_cli/__init__.pyc
+${PYSITELIB}/sphinx/_cli/__init__.pyo
+${PYSITELIB}/sphinx/_cli/util/__init__.py
+${PYSITELIB}/sphinx/_cli/util/__init__.pyc
+${PYSITELIB}/sphinx/_cli/util/__init__.pyo
+${PYSITELIB}/sphinx/_cli/util/colour.py
+${PYSITELIB}/sphinx/_cli/util/colour.pyc
+${PYSITELIB}/sphinx/_cli/util/colour.pyo
+${PYSITELIB}/sphinx/_cli/util/errors.py
+${PYSITELIB}/sphinx/_cli/util/errors.pyc
+${PYSITELIB}/sphinx/_cli/util/errors.pyo
 ${PYSITELIB}/sphinx/addnodes.py
 ${PYSITELIB}/sphinx/addnodes.pyc
 ${PYSITELIB}/sphinx/addnodes.pyo
@@ -287,9 +299,24 @@ ${PYSITELIB}/sphinx/ext/imgmath.pyo
 ${PYSITELIB}/sphinx/ext/inheritance_diagram.py
 ${PYSITELIB}/sphinx/ext/inheritance_diagram.pyc
 ${PYSITELIB}/sphinx/ext/inheritance_diagram.pyo
-${PYSITELIB}/sphinx/ext/intersphinx.py
-${PYSITELIB}/sphinx/ext/intersphinx.pyc
-${PYSITELIB}/sphinx/ext/intersphinx.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/__init__.py
+${PYSITELIB}/sphinx/ext/intersphinx/__init__.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/__init__.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/__main__.py
+${PYSITELIB}/sphinx/ext/intersphinx/__main__.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/__main__.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/_cli.py
+${PYSITELIB}/sphinx/ext/intersphinx/_cli.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/_cli.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/_load.py
+${PYSITELIB}/sphinx/ext/intersphinx/_load.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/_load.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/_resolve.py
+${PYSITELIB}/sphinx/ext/intersphinx/_resolve.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/_resolve.pyo
+${PYSITELIB}/sphinx/ext/intersphinx/_shared.py
+${PYSITELIB}/sphinx/ext/intersphinx/_shared.pyc
+${PYSITELIB}/sphinx/ext/intersphinx/_shared.pyo
 ${PYSITELIB}/sphinx/ext/linkcode.py
 ${PYSITELIB}/sphinx/ext/linkcode.pyc
 ${PYSITELIB}/sphinx/ext/linkcode.pyo
@@ -637,32 +664,32 @@ ${PYSITELIB}/sphinx/search/tr.pyo
 ${PYSITELIB}/sphinx/search/zh.py
 ${PYSITELIB}/sphinx/search/zh.pyc
 ${PYSITELIB}/sphinx/search/zh.pyo
-${PYSITELIB}/sphinx/templates/apidoc/module.rst_t
-${PYSITELIB}/sphinx/templates/apidoc/package.rst_t
-${PYSITELIB}/sphinx/templates/apidoc/toc.rst_t
+${PYSITELIB}/sphinx/templates/apidoc/module.rst.jinja
+${PYSITELIB}/sphinx/templates/apidoc/package.rst.jinja
+${PYSITELIB}/sphinx/templates/apidoc/toc.rst.jinja
 ${PYSITELIB}/sphinx/templates/epub3/container.xml
-${PYSITELIB}/sphinx/templates/epub3/content.opf_t
+${PYSITELIB}/sphinx/templates/epub3/content.opf.jinja
 ${PYSITELIB}/sphinx/templates/epub3/mimetype
-${PYSITELIB}/sphinx/templates/epub3/nav.xhtml_t
-${PYSITELIB}/sphinx/templates/epub3/toc.ncx_t
-${PYSITELIB}/sphinx/templates/gettext/message.pot_t
+${PYSITELIB}/sphinx/templates/epub3/nav.xhtml.jinja
+${PYSITELIB}/sphinx/templates/epub3/toc.ncx.jinja
+${PYSITELIB}/sphinx/templates/gettext/message.pot.jinja
 ${PYSITELIB}/sphinx/templates/graphviz/graphviz.css
 ${PYSITELIB}/sphinx/templates/htmlhelp/project.hhc
 ${PYSITELIB}/sphinx/templates/htmlhelp/project.hhp
 ${PYSITELIB}/sphinx/templates/htmlhelp/project.stp
-${PYSITELIB}/sphinx/templates/imgmath/preview.tex_t
-${PYSITELIB}/sphinx/templates/imgmath/template.tex_t
-${PYSITELIB}/sphinx/templates/latex/latex.tex_t
-${PYSITELIB}/sphinx/templates/latex/longtable.tex_t
-${PYSITELIB}/sphinx/templates/latex/sphinxmessages.sty_t
-${PYSITELIB}/sphinx/templates/latex/tabular.tex_t
-${PYSITELIB}/sphinx/templates/latex/tabulary.tex_t
-${PYSITELIB}/sphinx/templates/quickstart/Makefile.new_t
-${PYSITELIB}/sphinx/templates/quickstart/Makefile_t
-${PYSITELIB}/sphinx/templates/quickstart/conf.py_t
-${PYSITELIB}/sphinx/templates/quickstart/make.bat.new_t
-${PYSITELIB}/sphinx/templates/quickstart/make.bat_t
-${PYSITELIB}/sphinx/templates/quickstart/root_doc.rst_t
+${PYSITELIB}/sphinx/templates/imgmath/preview.tex.jinja
+${PYSITELIB}/sphinx/templates/imgmath/template.tex.jinja
+${PYSITELIB}/sphinx/templates/latex/latex.tex.jinja
+${PYSITELIB}/sphinx/templates/latex/longtable.tex.jinja
+${PYSITELIB}/sphinx/templates/latex/sphinxmessages.sty.jinja
+${PYSITELIB}/sphinx/templates/latex/tabular.tex.jinja
+${PYSITELIB}/sphinx/templates/latex/tabulary.tex.jinja
+${PYSITELIB}/sphinx/templates/quickstart/Makefile.jinja
+${PYSITELIB}/sphinx/templates/quickstart/Makefile.new.jinja
+${PYSITELIB}/sphinx/templates/quickstart/conf.py.jinja
+${PYSITELIB}/sphinx/templates/quickstart/make.bat.jinja
+${PYSITELIB}/sphinx/templates/quickstart/make.bat.new.jinja
+${PYSITELIB}/sphinx/templates/quickstart/root_doc.rst.jinja
 ${PYSITELIB}/sphinx/templates/texinfo/Makefile
 ${PYSITELIB}/sphinx/testing/__init__.py
 ${PYSITELIB}/sphinx/testing/__init__.pyc
@@ -682,10 +709,10 @@ ${PYSITELIB}/sphinx/testing/util.pyo
 ${PYSITELIB}/sphinx/texinputs/LICRcyr2utf8.xdy
 ${PYSITELIB}/sphinx/texinputs/LICRlatin2utf8.xdy
 ${PYSITELIB}/sphinx/texinputs/LatinRules.xdy
-${PYSITELIB}/sphinx/texinputs/Makefile_t
-${PYSITELIB}/sphinx/texinputs/latexmkjarc_t
-${PYSITELIB}/sphinx/texinputs/latexmkrc_t
-${PYSITELIB}/sphinx/texinputs/make.bat_t
+${PYSITELIB}/sphinx/texinputs/Makefile.jinja
+${PYSITELIB}/sphinx/texinputs/latexmkjarc.jinja
+${PYSITELIB}/sphinx/texinputs/latexmkrc.jinja
+${PYSITELIB}/sphinx/texinputs/make.bat.jinja
 ${PYSITELIB}/sphinx/texinputs/python.ist
 ${PYSITELIB}/sphinx/texinputs/sphinx.sty
 ${PYSITELIB}/sphinx/texinputs/sphinx.xdy
@@ -710,9 +737,9 @@ ${PYSITELIB}/sphinx/texinputs/sphinxpack
 ${PYSITELIB}/sphinx/texinputs/sphinxpackagecyrillic.sty
 ${PYSITELIB}/sphinx/texinputs/sphinxpackagefootnote.sty
 ${PYSITELIB}/sphinx/texinputs/sphinxpackagesubstitutefont.sty
-${PYSITELIB}/sphinx/texinputs_win/Makefile_t
+${PYSITELIB}/sphinx/texinputs_win/Makefile.jinja
 ${PYSITELIB}/sphinx/themes/agogo/layout.html
-${PYSITELIB}/sphinx/themes/agogo/static/agogo.css_t
+${PYSITELIB}/sphinx/themes/agogo/static/agogo.css.jinja
 ${PYSITELIB}/sphinx/themes/agogo/static/bgfooter.png
 ${PYSITELIB}/sphinx/themes/agogo/static/bgtop.png
 ${PYSITELIB}/sphinx/themes/agogo/theme.toml
@@ -734,11 +761,11 @@ ${PYSITELIB}/sphinx/themes/basic/search.
 ${PYSITELIB}/sphinx/themes/basic/searchbox.html
 ${PYSITELIB}/sphinx/themes/basic/searchfield.html
 ${PYSITELIB}/sphinx/themes/basic/sourcelink.html
-${PYSITELIB}/sphinx/themes/basic/static/basic.css_t
+${PYSITELIB}/sphinx/themes/basic/static/basic.css.jinja
 ${PYSITELIB}/sphinx/themes/basic/static/doctools.js
-${PYSITELIB}/sphinx/themes/basic/static/documentation_options.js_t
+${PYSITELIB}/sphinx/themes/basic/static/documentation_options.js.jinja
 ${PYSITELIB}/sphinx/themes/basic/static/file.png
-${PYSITELIB}/sphinx/themes/basic/static/language_data.js_t
+${PYSITELIB}/sphinx/themes/basic/static/language_data.js.jinja
 ${PYSITELIB}/sphinx/themes/basic/static/minus.png
 ${PYSITELIB}/sphinx/themes/basic/static/plus.png
 ${PYSITELIB}/sphinx/themes/basic/static/searchtools.js
@@ -746,32 +773,32 @@ ${PYSITELIB}/sphinx/themes/basic/static/
 ${PYSITELIB}/sphinx/themes/basic/theme.toml
 ${PYSITELIB}/sphinx/themes/bizstyle/layout.html
 ${PYSITELIB}/sphinx/themes/bizstyle/static/background_b01.png
-${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.css_t
-${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.js_t
+${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.css.jinja
+${PYSITELIB}/sphinx/themes/bizstyle/static/bizstyle.js.jinja
 ${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries.js
 ${PYSITELIB}/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js
 ${PYSITELIB}/sphinx/themes/bizstyle/theme.toml
 ${PYSITELIB}/sphinx/themes/classic/layout.html
-${PYSITELIB}/sphinx/themes/classic/static/classic.css_t
-${PYSITELIB}/sphinx/themes/classic/static/sidebar.js_t
+${PYSITELIB}/sphinx/themes/classic/static/classic.css.jinja
+${PYSITELIB}/sphinx/themes/classic/static/sidebar.js.jinja
 ${PYSITELIB}/sphinx/themes/classic/theme.toml
 ${PYSITELIB}/sphinx/themes/default/static/default.css
 ${PYSITELIB}/sphinx/themes/default/theme.toml
 ${PYSITELIB}/sphinx/themes/epub/epub-cover.html
 ${PYSITELIB}/sphinx/themes/epub/layout.html
-${PYSITELIB}/sphinx/themes/epub/static/epub.css_t
+${PYSITELIB}/sphinx/themes/epub/static/epub.css.jinja
 ${PYSITELIB}/sphinx/themes/epub/theme.toml
 ${PYSITELIB}/sphinx/themes/haiku/layout.html
 ${PYSITELIB}/sphinx/themes/haiku/static/alert_info_32.png
 ${PYSITELIB}/sphinx/themes/haiku/static/alert_warning_32.png
 ${PYSITELIB}/sphinx/themes/haiku/static/bg-page.png
 ${PYSITELIB}/sphinx/themes/haiku/static/bullet_orange.png
-${PYSITELIB}/sphinx/themes/haiku/static/haiku.css_t
+${PYSITELIB}/sphinx/themes/haiku/static/haiku.css.jinja
 ${PYSITELIB}/sphinx/themes/haiku/theme.toml
-${PYSITELIB}/sphinx/themes/nature/static/nature.css_t
+${PYSITELIB}/sphinx/themes/nature/static/nature.css.jinja
 ${PYSITELIB}/sphinx/themes/nature/theme.toml
 ${PYSITELIB}/sphinx/themes/nonav/layout.html
-${PYSITELIB}/sphinx/themes/nonav/static/nonav.css_t
+${PYSITELIB}/sphinx/themes/nonav/static/nonav.css.jinja
 ${PYSITELIB}/sphinx/themes/nonav/theme.toml
 ${PYSITELIB}/sphinx/themes/pyramid/layout.html
 ${PYSITELIB}/sphinx/themes/pyramid/static/dialog-note.png
@@ -779,12 +806,12 @@ ${PYSITELIB}/sphinx/themes/pyramid/stati
 ${PYSITELIB}/sphinx/themes/pyramid/static/dialog-todo.png
 ${PYSITELIB}/sphinx/themes/pyramid/static/dialog-topic.png
 ${PYSITELIB}/sphinx/themes/pyramid/static/dialog-warning.png
-${PYSITELIB}/sphinx/themes/pyramid/static/epub.css_t
+${PYSITELIB}/sphinx/themes/pyramid/static/epub.css.jinja
 ${PYSITELIB}/sphinx/themes/pyramid/static/footerbg.png
 ${PYSITELIB}/sphinx/themes/pyramid/static/headerbg.png
 ${PYSITELIB}/sphinx/themes/pyramid/static/ie6.css
 ${PYSITELIB}/sphinx/themes/pyramid/static/middlebg.png
-${PYSITELIB}/sphinx/themes/pyramid/static/pyramid.css_t
+${PYSITELIB}/sphinx/themes/pyramid/static/pyramid.css.jinja
 ${PYSITELIB}/sphinx/themes/pyramid/static/transparent.gif
 ${PYSITELIB}/sphinx/themes/pyramid/theme.toml
 ${PYSITELIB}/sphinx/themes/scrolls/artwork/logo.svg
@@ -795,16 +822,16 @@ ${PYSITELIB}/sphinx/themes/scrolls/stati
 ${PYSITELIB}/sphinx/themes/scrolls/static/metal.png
 ${PYSITELIB}/sphinx/themes/scrolls/static/navigation.png
 ${PYSITELIB}/sphinx/themes/scrolls/static/print.css
-${PYSITELIB}/sphinx/themes/scrolls/static/scrolls.css_t
+${PYSITELIB}/sphinx/themes/scrolls/static/scrolls.css.jinja
 ${PYSITELIB}/sphinx/themes/scrolls/static/theme_extras.js
 ${PYSITELIB}/sphinx/themes/scrolls/static/watermark.png
 ${PYSITELIB}/sphinx/themes/scrolls/static/watermark_blur.png
 ${PYSITELIB}/sphinx/themes/scrolls/theme.toml
 ${PYSITELIB}/sphinx/themes/sphinxdoc/static/contents.png
 ${PYSITELIB}/sphinx/themes/sphinxdoc/static/navigation.png
-${PYSITELIB}/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
+${PYSITELIB}/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja
 ${PYSITELIB}/sphinx/themes/sphinxdoc/theme.toml
-${PYSITELIB}/sphinx/themes/traditional/static/traditional.css_t
+${PYSITELIB}/sphinx/themes/traditional/static/traditional.css.jinja
 ${PYSITELIB}/sphinx/themes/traditional/theme.toml
 ${PYSITELIB}/sphinx/theming.py
 ${PYSITELIB}/sphinx/theming.pyc
@@ -902,6 +929,9 @@ ${PYSITELIB}/sphinx/util/osutil.pyo
 ${PYSITELIB}/sphinx/util/parallel.py
 ${PYSITELIB}/sphinx/util/parallel.pyc
 ${PYSITELIB}/sphinx/util/parallel.pyo
+${PYSITELIB}/sphinx/util/parsing.py
+${PYSITELIB}/sphinx/util/parsing.pyc
+${PYSITELIB}/sphinx/util/parsing.pyo
 ${PYSITELIB}/sphinx/util/png.py
 ${PYSITELIB}/sphinx/util/png.pyc
 ${PYSITELIB}/sphinx/util/png.pyo

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.66 pkgsrc/textproc/py-sphinx/distinfo:1.67
--- pkgsrc/textproc/py-sphinx/distinfo:1.66     Sun Apr 21 15:44:44 2024
+++ pkgsrc/textproc/py-sphinx/distinfo  Sun Jul 21 09:27:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2024/04/21 15:44:44 wiz Exp $
+$NetBSD: distinfo,v 1.67 2024/07/21 09:27:08 wiz Exp $
 
-BLAKE2s (sphinx-7.3.7.tar.gz) = 0ae61b767fe744bcd8f39739a48b79fad210468a8cbec76a46a69fa4b511d9cd
-SHA512 (sphinx-7.3.7.tar.gz) = f450eaaa26a0989e9065174e23488a7f647221750238516c5d06d403540eb4277fd480f03857d24acb6b7335458ae4535ad1ad533eff6d3bbba5521d9a6deb14
-Size (sphinx-7.3.7.tar.gz) = 7094808 bytes
+BLAKE2s (sphinx-7.4.7.tar.gz) = 10a78d5fe8bd46dae17f24e7df1860814fbebb353eca9b7598aa92019015a28e
+SHA512 (sphinx-7.4.7.tar.gz) = ae59655042dcdf282c3e713ed513812dc8b4a9b4f48f560d8e31e22ec2158fbf42caa39df5f265144c1d19a36888b85e913113c0210970be9ab406994665df16
+Size (sphinx-7.4.7.tar.gz) = 8067911 bytes



Home | Main Index | Thread Index | Old Index