Tue Feb 5 12:54:23 2019 UTC ()
py-sphinx: updated to 1.8.4

Release 1.8.4:

Bugs fixed
* latex: no bold checkmark (✔) available.
* with the documentation language set to Chinese, English words could not
  be searched.
* LaTeX: user numfig_format is stripped of spaces and may cause
  build failure
* C++, fix hyperlinks for declarations involving east cv-qualifiers.
* C++, fix duplicate declaration error on function templates with constraints
  in the return type.
* C++, parse unary right fold expressions and binary fold expressions.
* pycode could not handle egg files on windows
* KeyError: 'DOCUTILSCONFIG' when running build
* LaTeX: PDF build broken by inclusion of image taller than page height
  in an admonition
* "make html" does not read and build "po" files in "locale" dir
* :scale: image option may break PDF build if image in an admonition
* LaTeX: modified PDF layout since September 2018 TeXLive update of
  :file:parskip.sty
* LaTeX: duplicated labels are generated for sections
* versionadded directive causes crash with Python 3.5.0
* autodoc: autodoc_mock_imports conflict with metaclass on Python 3.7
* texinfo: a section title . is not allowed


(adam)
diff -r1.60 -r1.61 pkgsrc/textproc/py-sphinx/Makefile
diff -r1.40 -r1.41 pkgsrc/textproc/py-sphinx/distinfo

cvs diff -r1.60 -r1.61 pkgsrc/textproc/py-sphinx/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx/Makefile 2018/12/31 12:10:44 1.60
+++ pkgsrc/textproc/py-sphinx/Makefile 2019/02/05 12:54:23 1.61
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.60 2018/12/31 12:10:44 adam Exp $ 1# $NetBSD: Makefile,v 1.61 2019/02/05 12:54:23 adam Exp $
2 2
3DISTNAME= Sphinx-1.8.3 3DISTNAME= Sphinx-1.8.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= http://sphinx.pocoo.org/ 9HOMEPAGE= http://sphinx.pocoo.org/
10COMMENT= Python documentation generator 10COMMENT= Python documentation generator
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster 13DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
14DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel 14DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils 15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize 16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize

cvs diff -r1.40 -r1.41 pkgsrc/textproc/py-sphinx/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx/distinfo 2018/12/31 12:10:44 1.40
+++ pkgsrc/textproc/py-sphinx/distinfo 2019/02/05 12:54:23 1.41
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.40 2018/12/31 12:10:44 adam Exp $ 1$NetBSD: distinfo,v 1.41 2019/02/05 12:54:23 adam Exp $
2 2
3SHA1 (Sphinx-1.8.3.tar.gz) = 4b05adba1eff6174f05e15d0892e32259f1cbe32 3SHA1 (Sphinx-1.8.4.tar.gz) = ca77a4b3a63db251e1a14823d6095592cf05088d
4RMD160 (Sphinx-1.8.3.tar.gz) = d4261d472c07152632e327cc0751bd936bd1b796 4RMD160 (Sphinx-1.8.4.tar.gz) = 18e68e73ad91d4aa32a08d14ae56300360d1a1c2
5SHA512 (Sphinx-1.8.3.tar.gz) = f0a0aa9f6c57001c0c5326d941aa81cd49ec79abd15b217b121750c405a8f5bd6ab965e5eaf15c8be3d681aa711bac0405ff13f2b0a1d58b03c44be4335ed8e3 5SHA512 (Sphinx-1.8.4.tar.gz) = 6821bb56c30b52f357ae55f5db45f056883c457eae62a0751a2b654519a07bca9edccb7678b29fa380379f059c9d8899d9e7b06ceccca5ec26962e6f83bb8578
6Size (Sphinx-1.8.3.tar.gz) = 5760197 bytes 6Size (Sphinx-1.8.4.tar.gz) = 5754841 bytes