diff options
author | adam <adam@pkgsrc.org> | 2018-02-05 13:10:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-05 13:10:59 +0000 |
commit | 15de08cf489f6b015aee73f4d22e09a66fbd076e (patch) | |
tree | fc13760d0028f59c5910416c64c9178ad9438f11 /textproc/py-sphinx | |
parent | 09c9fc1bb2d1bdb2015ad21c7158eeefe2b610b7 (diff) | |
download | pkgsrc-15de08cf489f6b015aee73f4d22e09a66fbd076e.tar.gz |
py-sphinx: updated to 1.6.7
Release 1.6.7:
Bugs fixed
----------
* 1922: html search: Upper characters problem in French
* 4412: Updated jQuery version from 3.1.0 to 3.2.1
* 4438: math: math with labels with whitespace cause html error
* 2437: make full reference for classes, aliased with "alias of"
* 4434: pure numbers as link targets produce warning
* 4477: Build fails after building specific files
* 4449: apidoc: include "empty" packages that contain modules
* 3917: citation labels are tranformed to ellipsis
* 4501: graphviz: epub3 validation error caused if graph is not clickable
* 4514: graphviz: workaround for wrong map ID which graphviz generates
* 4525: autosectionlabel does not support parallel build
* 3953: Do not raise warning when there is a working intersphinx inventory
* 4487: math: ValueError is raised on parallel build. Thanks to jschueller.
* 2372: autosummary: invalid signatures are shown for type annotated functions
* 3942: html: table is not aligned to center even if :align: center
Diffstat (limited to 'textproc/py-sphinx')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinx/PLIST | 4 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 274fe6995ba..dab6f680376 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2018/01/09 20:05:45 adam Exp $ +# $NetBSD: Makefile,v 1.46 2018/02/05 13:10:59 adam Exp $ -DISTNAME= Sphinx-1.6.6 +DISTNAME= Sphinx-1.6.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} diff --git a/textproc/py-sphinx/PLIST b/textproc/py-sphinx/PLIST index 7e39484837a..d0f843c148a 100644 --- a/textproc/py-sphinx/PLIST +++ b/textproc/py-sphinx/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2017/09/28 11:18:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2018/02/05 13:10:59 adam Exp $ bin/sphinx-apidoc${PYVERSSUFFIX} bin/sphinx-autogen${PYVERSSUFFIX} bin/sphinx-build${PYVERSSUFFIX} @@ -594,7 +594,7 @@ ${PYSITELIB}/sphinx/themes/basic/static/doctools.js_t ${PYSITELIB}/sphinx/themes/basic/static/down-pressed.png ${PYSITELIB}/sphinx/themes/basic/static/down.png ${PYSITELIB}/sphinx/themes/basic/static/file.png -${PYSITELIB}/sphinx/themes/basic/static/jquery-3.1.0.js +${PYSITELIB}/sphinx/themes/basic/static/jquery-3.2.1.js ${PYSITELIB}/sphinx/themes/basic/static/jquery.js ${PYSITELIB}/sphinx/themes/basic/static/minus.png ${PYSITELIB}/sphinx/themes/basic/static/plus.png diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index fa166a744fc..7fd64474461 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2018/01/09 20:05:45 adam Exp $ +$NetBSD: distinfo,v 1.27 2018/02/05 13:10:59 adam Exp $ -SHA1 (Sphinx-1.6.6.tar.gz) = ec4e98330a41b3f1c8bd55e28f0d3054f16a2dc8 -RMD160 (Sphinx-1.6.6.tar.gz) = ef2062a1b736391d437e33356c7af3daba4f9210 -SHA512 (Sphinx-1.6.6.tar.gz) = 5f6a88805b2a032302c70ef59f4ed65fc149feef94ed303d579af67de7297ebd6867481d966d668f5ab00a30238bbfbc09d715582fd74993af230c8e5eede30f -Size (Sphinx-1.6.6.tar.gz) = 4686465 bytes +SHA1 (Sphinx-1.6.7.tar.gz) = 92a9c4c594b7ca7b779fe69c99a71f9d42c07682 +RMD160 (Sphinx-1.6.7.tar.gz) = 6f5c72bb3baf5ffa898463df9a5d222df4c0475d +SHA512 (Sphinx-1.6.7.tar.gz) = bc852d4694bf433a8a1d931bc67e4c8bf50789f833be8a338eb934325734b9fbc361c1d203ecd6e28f9c0dff5edb090556372d9403cc55d4972b18bdd4b7bfd4 +Size (Sphinx-1.6.7.tar.gz) = 4692169 bytes |