pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: updated to 1.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/242d53bd4cfa
branches:  trunk
changeset: 317117:242d53bd4cfa
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 31 12:10:44 2018 +0000

description:
py-sphinx: updated to 1.8.3

Release 1.8.3:

Features added
* LaTeX: it is possible to insert custom material to appear on back of title
  page, see discussion of 'maketitle' key of :confval:latex_elements
  ('manual' docclass only)

Bugs fixed
* mathjax: Use CDN URL for "latest" version by default
* html search does not work with some 3rd party themes
* LaTeX, caption package incompatibility since Sphinx 1.6
* autodoc: incremental build is broken when builtin modules are imported
* qthelp: index.html missing in QtHelp
* linkcheck: crashes for a hyperlink containing multibyte character
* DOC: Fix some mistakes in :doc:/latex
* LaTeX: sphinxVerbatim requires explicit "hllines" set-up since 1.6.6
* C++, fix parsing of floating point literals.
* C++, fix assertion in partial builds with duplicates.
* quickstart: sphinx-quickstart fails when $LC_ALL is empty
* Default conf.py is not PEP8-compliant
* LaTeX: document class \maketitle is overwritten with no
  possibility to use original meaning in place of Sphinx custom one
* apidoc: wrong help for --tocfile
* todo: crashed if todo is defined in TextElement
* htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files
* htmlhelp: broken .hhk file generated when title contains a double quote

diffstat:

 textproc/py-sphinx/Makefile |   4 ++--
 textproc/py-sphinx/PLIST    |   3 ++-
 textproc/py-sphinx/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 15fe0da1e96d -r 242d53bd4cfa textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Mon Dec 31 11:26:26 2018 +0000
+++ b/textproc/py-sphinx/Makefile       Mon Dec 31 12:10:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2018/11/13 11:30:40 adam Exp $
+# $NetBSD: Makefile,v 1.60 2018/12/31 12:10:44 adam Exp $
 
-DISTNAME=      Sphinx-1.8.2
+DISTNAME=      Sphinx-1.8.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
diff -r 15fe0da1e96d -r 242d53bd4cfa textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST  Mon Dec 31 11:26:26 2018 +0000
+++ b/textproc/py-sphinx/PLIST  Mon Dec 31 12:10:44 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2018/09/13 07:36:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2018/12/31 12:10:44 adam Exp $
 bin/sphinx-apidoc${PYVERSSUFFIX}
 bin/sphinx-autogen${PYVERSSUFFIX}
 bin/sphinx-build${PYVERSSUFFIX}
@@ -613,6 +613,7 @@
 ${PYSITELIB}/sphinx/themes/basic/static/file.png
 ${PYSITELIB}/sphinx/themes/basic/static/jquery-3.2.1.js
 ${PYSITELIB}/sphinx/themes/basic/static/jquery.js
+${PYSITELIB}/sphinx/themes/basic/static/language_data.js_t
 ${PYSITELIB}/sphinx/themes/basic/static/minus.png
 ${PYSITELIB}/sphinx/themes/basic/static/plus.png
 ${PYSITELIB}/sphinx/themes/basic/static/searchtools.js
diff -r 15fe0da1e96d -r 242d53bd4cfa textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Mon Dec 31 11:26:26 2018 +0000
+++ b/textproc/py-sphinx/distinfo       Mon Dec 31 12:10:44 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2018/11/13 11:30:40 adam Exp $
+$NetBSD: distinfo,v 1.40 2018/12/31 12:10:44 adam Exp $
 
-SHA1 (Sphinx-1.8.2.tar.gz) = 0dabf698981f775ee78f6be533e782587ee44d4f
-RMD160 (Sphinx-1.8.2.tar.gz) = 0cf57c141cd3491f57286ead7781bd5d0c673fb0
-SHA512 (Sphinx-1.8.2.tar.gz) = 9e086335fdf0f03b28a7c64263c29a55a1d253b94070ff2ba3998aeab678638acd7aea9279c298d90630fbc136b7bfb6a6f1c31a654ca89bac9314d513de71d1
-Size (Sphinx-1.8.2.tar.gz) = 5754287 bytes
+SHA1 (Sphinx-1.8.3.tar.gz) = 4b05adba1eff6174f05e15d0892e32259f1cbe32
+RMD160 (Sphinx-1.8.3.tar.gz) = d4261d472c07152632e327cc0751bd936bd1b796
+SHA512 (Sphinx-1.8.3.tar.gz) = f0a0aa9f6c57001c0c5326d941aa81cd49ec79abd15b217b121750c405a8f5bd6ab965e5eaf15c8be3d681aa711bac0405ff13f2b0a1d58b03c44be4335ed8e3
+Size (Sphinx-1.8.3.tar.gz) = 5760197 bytes



Home | Main Index | Thread Index | Old Index