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:           Tue Jan  6 11:19:39 UTC 2026

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

Log Message:
py-sphinx: update to 9.1.0.

Release 9.1.0 (released Dec 31, 2025)
=====================================

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

* #14153: Drop Python 3.11 support.
* #12555: Drop Docutils 0.20 support.
  Patch by Adam Turner

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

* Add :meth:`~sphinx.application.Sphinx.add_static_dir` for copying static
  assets from extensions to the build output.
  Patch by Jared Dillard

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

* #14189: autodoc: Fix duplicate ``:no-index-entry:`` for modules.
  Patch by Adam Turner
* #13713: Fix compatibility with MyST-Parser.
  Patch by Adam Turner
* Fix tests for Python 3.15.
  Patch by Adam Turner
* #14089: autodoc: Fix default option parsing.
  Patch by Adam Turner
* Remove incorrect static typing assertions.
  Patch by Adam Turner
* #14050: LaTeXTranslator fails to build documents using the "acronym"
  standard role.
  Patch by Günter Milde
* LaTeX: Fix rendering for grid filled merged vertical cell.
  Patch by Tim Nordell
* #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells.
  Patch by Tim Nordell
* #14207: Fix creating ``HTMLThemeFactory`` objects in third-party extensions.
  Patch by Adam Turner
* #3099: LaTeX: PDF build crashes if a code-block contains more than
  circa 1350 codelines (about 27 a4-sized pages at default pointsize).
  Patch by Jean-François B.
* #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops.
  Patch by Jean-François B.
* #14089: autodoc: Improve support for non-weakreferencable objects.
  Patch by Adam Turner
* LaTeX: Fix accidental removal at ``3.5.0`` (#8854) of the documentation of
  ``literalblockcappos`` key of  :ref:`'sphinxsetup' <latexsphinxsetup>`.
  Patch by Jean-François B.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.73 -r1.74 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.111 pkgsrc/textproc/py-sphinx/Makefile:1.112
--- pkgsrc/textproc/py-sphinx/Makefile:1.111    Sun Dec 21 17:39:12 2025
+++ pkgsrc/textproc/py-sphinx/Makefile  Tue Jan  6 11:19:39 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2025/12/21 17:39:12 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2026/01/06 11:19:39 wiz Exp $
 
-DISTNAME=      sphinx-9.0.4
+DISTNAME=      sphinx-9.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
@@ -35,10 +35,10 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-typing-ext
 USE_LANGUAGES= # none
 USE_TOOLS+=    makeinfo
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
-# as of 9.0.4
-# 43 failed, 2346 passed, 33 skipped, 46 warnings
+# as of 9.1.0
+# 43 failed, 2348 passed, 33 skipped, 48 warnings
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.73 pkgsrc/textproc/py-sphinx/distinfo:1.74
--- pkgsrc/textproc/py-sphinx/distinfo:1.73     Sun Dec 21 17:39:12 2025
+++ pkgsrc/textproc/py-sphinx/distinfo  Tue Jan  6 11:19:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2025/12/21 17:39:12 wiz Exp $
+$NetBSD: distinfo,v 1.74 2026/01/06 11:19:39 wiz Exp $
 
-BLAKE2s (sphinx-9.0.4.tar.gz) = 0445d39f772a02c73cae43a10326e8b18b5b2b44491ff90a7a9a637fdec0a4f6
-SHA512 (sphinx-9.0.4.tar.gz) = 9dd6a66ea67c5a8baee7d66ab776e050df7b4f238e6124e1411b930ffa311285b02a3514d0f19b6612b4b808c975d7f2de0efbe34ec3e9da5eadffbca19624bf
-Size (sphinx-9.0.4.tar.gz) = 8710502 bytes
+BLAKE2s (sphinx-9.1.0.tar.gz) = b5fba9642491b875833e1e8907744770cf1717acdb2ec7573698c9545a6b9963
+SHA512 (sphinx-9.1.0.tar.gz) = 2c8b16935e14a8f827110461c530275f431949159eef47380198115d8abadaafdca06680c09722c0df7fd8ed8e16dbe1e3aa62a774164b7987247f6d8f8a20d3
+Size (sphinx-9.1.0.tar.gz) = 8718324 bytes



Home | Main Index | Thread Index | Old Index