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:           Mon Feb  5 13:10:59 UTC 2018

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-sphinx/PLIST
cvs rdiff -u -r1.26 -r1.27 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.45 pkgsrc/textproc/py-sphinx/Makefile:1.46
--- pkgsrc/textproc/py-sphinx/Makefile:1.45     Tue Jan  9 20:05:45 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Mon Feb  5 13:10:59 2018
@@ -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/}

Index: pkgsrc/textproc/py-sphinx/PLIST
diff -u pkgsrc/textproc/py-sphinx/PLIST:1.18 pkgsrc/textproc/py-sphinx/PLIST:1.19
--- pkgsrc/textproc/py-sphinx/PLIST:1.18        Thu Sep 28 11:18:24 2017
+++ pkgsrc/textproc/py-sphinx/PLIST     Mon Feb  5 13:10:59 2018
@@ -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/
 ${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

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.26 pkgsrc/textproc/py-sphinx/distinfo:1.27
--- pkgsrc/textproc/py-sphinx/distinfo:1.26     Tue Jan  9 20:05:45 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Mon Feb  5 13:10:59 2018
@@ -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



Home | Main Index | Thread Index | Old Index