diff options
author | adam <adam@pkgsrc.org> | 2020-02-29 15:48:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-02-29 15:48:04 +0000 |
commit | d7a623f3f1dca9230e10a3b47230959d764251b9 (patch) | |
tree | 38f5763ae343f7b43d1d3d029f53c60e53e529e3 /textproc | |
parent | 0bc1245ec5114267069c57a0e964fa9e28ba59b3 (diff) | |
download | pkgsrc-d7a623f3f1dca9230e10a3b47230959d764251b9.tar.gz |
py-sphinx: updated to 2.4.3
Release 2.4.3:
Bugs fixed
* autodoc: ``*args`` and ``**kwarg`` in type comments are not handled
properly
* autodoc: classmethod coroutines are not detected
* intersphinx: ``:attr:`` reference to property is broken
* html search: Search breaks/hangs when built with dirhtml builder
* todo: emit doctree-resolved event with non-document node incorrectly
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index a90b286e116..ee3e6c9a8ef 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2020/02/21 09:07:44 adam Exp $ +# $NetBSD: Makefile,v 1.72 2020/02/29 15:48:04 adam Exp $ -DISTNAME= Sphinx-2.4.2 +DISTNAME= Sphinx-2.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index 06ca2aa8fae..ea3fcefdbf0 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.48 2020/02/21 09:07:44 adam Exp $ +$NetBSD: distinfo,v 1.49 2020/02/29 15:48:04 adam Exp $ -SHA1 (Sphinx-2.4.2.tar.gz) = 55c2ccdf79c77d1c49344f75f279795a0b5ad8fb -RMD160 (Sphinx-2.4.2.tar.gz) = d2a2e8039c93572d1d3c46489e15066302b9577e -SHA512 (Sphinx-2.4.2.tar.gz) = 9bab422e34e7c59624680afd6412d9cbcac9b1bd28ea3dcfd0a36875d0d64641f711d911d6b6d9ed4cd6eb31c6e8ae7f8766b3fe32e3d5e8ae3d9f93d10c597e -Size (Sphinx-2.4.2.tar.gz) = 5855464 bytes +SHA1 (Sphinx-2.4.3.tar.gz) = 559b7b3cdb2e682e1e09ea7c15b5b6dc00d9fc2f +RMD160 (Sphinx-2.4.3.tar.gz) = 1f0c96f1ee1fca532e31595d84915a3baa03f996 +SHA512 (Sphinx-2.4.3.tar.gz) = cafd3b185210f3f2ccab48508d3abde50178ffa30136c0302c5855780b316f976566891ad4852f246ed5ebfa95e56701ef5096ca7dc98d91f3ba4e84754c8f6e +Size (Sphinx-2.4.3.tar.gz) = 5711784 bytes |