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:   adam
Date:           Fri Apr 15 15:58:35 UTC 2022

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

Log Message:
py-sphinx: updated to 4.5.0

Release 4.5.0 (released Mar 28, 2022)
=====================================

Incompatible changes
--------------------
* extlinks: Disable hardcoded links detector by default
* std domain: Disallow to refer an inline target via
  :rst:role:`ref` role

Deprecated
----------
* ``sphinx.ext.napoleon.docstring.GoogleDocstring._qualify_name()``

Features added
--------------
* Enable ``FORCE_COLOR`` and ``NO_COLOR`` for terminal colouring
* autosummary: Add "autosummary" CSS class to summary tables
* extlinks: Improve suggestion message for a reference having title
* extlinks: Add :confval:`extlinks_detect_hardcoded_links` to enable
  hardcoded links detector feature
* html search: Add a config variable
  :confval:`html_show_search_summary` to enable/disable the search summaries
* HTML theme, add option ``enable_search_shortcuts`` that enables :kbd:'/' as
         a Quick search shortcut and :kbd:`Esc` shortcut that
         removes search highlighting.
* i18n: Allow to suppress translation warnings by adding ``#noqa``
  comment to the tail of each translation message
* C++, support attributes on classes, unions, and enums.
* :rst:dir:`pep` role now generates URLs based on peps.python.org

Bugs fixed
----------
* autodoc: Failed to document an imported class that is built from native
  binary module
* autodoc: Crashed when mocked module is used for type annotation
* autodoc: :confval:`autodoc_default_options` does not support
  ``no-value`` option
* autodoc: TypeError is raised when the target object is annotated by
  unhashable object
* extlinks: Failed to compile regexp on checking hardcoded links
* html search: Could not search short words (ex. "use")
* LaTeX: named auto numbered footnote (ex. ``[#named]``) that is referred
  multiple times was rendered to a question mark
* LaTeX: multi-line :rst:dir:`cpp:function` directive has big vertical
  spacing in Latexpdf
* LaTeX: excessive whitespace since v4.4.0 for undocumented
  variables/structure members
* LaTeX: named footnote reference is linked to an incorrect footnote if
  the name is also used in the different document
* manpage: Failed to resolve the title of :ref: cross references
* i18n: suppress "rST localization" warning
* imgconverter: Unnecessary availablity check is called for remote URIs
* napoleon: attributes are displayed like class attributes for google
  style docstrings when :confval:`napoleon_use_ivar` is enabled
* sphinx-build: make.bat does not check the installation of sphinx-build
  command before showing help


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.59 -r1.60 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.85 pkgsrc/textproc/py-sphinx/Makefile:1.86
--- pkgsrc/textproc/py-sphinx/Makefile:1.85     Tue Jan 25 09:20:30 2022
+++ pkgsrc/textproc/py-sphinx/Makefile  Fri Apr 15 15:58:35 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2022/01/25 09:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2022/04/15 15:58:35 adam Exp $
 
-DISTNAME=      Sphinx-4.4.0
+DISTNAME=      Sphinx-4.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.59 pkgsrc/textproc/py-sphinx/distinfo:1.60
--- pkgsrc/textproc/py-sphinx/distinfo:1.59     Mon Jan 24 18:21:18 2022
+++ pkgsrc/textproc/py-sphinx/distinfo  Fri Apr 15 15:58:35 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2022/01/24 18:21:18 adam Exp $
+$NetBSD: distinfo,v 1.60 2022/04/15 15:58:35 adam Exp $
 
-BLAKE2s (Sphinx-4.4.0.tar.gz) = e6f204a3d791556c0de80e7f76101f0f5bcc09a9b74aefb222aeb50d03df5e0f
-SHA512 (Sphinx-4.4.0.tar.gz) = f5780a7da7a5d758b0e145ab9a7f191a9c65fd3ca4624ca3a04f0d161e3cd6c7133df53ff56e42f012687cbce0460178c2e7957974b5b929b341c98db996c640
-Size (Sphinx-4.4.0.tar.gz) = 6690021 bytes
+BLAKE2s (Sphinx-4.5.0.tar.gz) = c33b60082397ab610ad35f8cc7b4abf2529505d636ed5c83f7da9879b582afbe
+SHA512 (Sphinx-4.5.0.tar.gz) = b44d2a81ed67adaefe16a07ae0cf053b5e6c775023aaa6c57d7b3950f171deac410e8004f787b151c3c2fc350650aa69a4dc2dc7239d1fd3d351e5194617cb2c
+Size (Sphinx-4.5.0.tar.gz) = 6698212 bytes



Home | Main Index | Thread Index | Old Index