Tue Aug 21 07:02:09 2018 UTC ()
py-sphinx: updated to 1.7.7

Release 1.7.7:

Bugs fixed
* document not in toctree warning when including files only for parallel
  builds
* LaTeX: reduce "Token not allowed in a PDF string" hyperref warnings in latex
  console output
* LaTeX: suppress "remreset Warning: The remreset package is obsolete" in latex
  console output with recent LaTeX
* PDF output: usage of PAPER environment variable is broken since Sphinx
  1.5
* LaTeX: fix the :confval:`latex_engine` documentation regarding Latin Modern
  font with XeLaTeX/LuaLateX
* autodoc: Fix wrong type annotations for complex typing
* autodoc: Optional types are wrongly rendered
* autodoc crashed by ForwardRef types
* autodoc: No docs generated for functools.partial functions
* autodoc: ``getargspec()`` raises NameError for invalid typehints
* imgmath: math_number_all causes equations to have two numbers in html
* sphinx-quickstart blank prompts in PowerShell


(adam)
diff -r1.53 -r1.54 pkgsrc/textproc/py-sphinx/Makefile
diff -r1.33 -r1.34 pkgsrc/textproc/py-sphinx/distinfo

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

--- pkgsrc/textproc/py-sphinx/Makefile 2018/08/06 20:13:47 1.53
+++ pkgsrc/textproc/py-sphinx/Makefile 2018/08/21 07:02:09 1.54
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2018/08/06 20:13:47 adam Exp $ 1# $NetBSD: Makefile,v 1.54 2018/08/21 07:02:09 adam Exp $
2 2
3DISTNAME= Sphinx-1.7.6 3DISTNAME= Sphinx-1.7.7
4PKGREVISION= 1 
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
6CATEGORIES= textproc python 5CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/}
8 7
9MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
10HOMEPAGE= http://sphinx.pocoo.org/ 9HOMEPAGE= http://sphinx.pocoo.org/
11COMMENT= Python documentation generator 10COMMENT= Python documentation generator
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster 13DEPENDS+= ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
15DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel 14DEPENDS+= ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
16DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils 15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
17DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize 16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize

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

--- pkgsrc/textproc/py-sphinx/distinfo 2018/07/19 09:07:52 1.33
+++ pkgsrc/textproc/py-sphinx/distinfo 2018/08/21 07:02:09 1.34
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.33 2018/07/19 09:07:52 adam Exp $ 1$NetBSD: distinfo,v 1.34 2018/08/21 07:02:09 adam Exp $
2 2
3SHA1 (Sphinx-1.7.6.tar.gz) = 3caa8c2d3f9b283e32df259baee885c0340c5d02 3SHA1 (Sphinx-1.7.7.tar.gz) = 6f4485d06f896ace646ea7a25c5a6a55b5af7fbb
4RMD160 (Sphinx-1.7.6.tar.gz) = ec3c0ca4039f124214ec733532adda9254fe95d9 4RMD160 (Sphinx-1.7.7.tar.gz) = bc15370e8414d4231a8a2571841466f54a841072
5SHA512 (Sphinx-1.7.6.tar.gz) = 505c4e92c1a09c48a50d8bd0ec86089bd3f0f5352302ae330e2fba6e61316f40c6ec3726e2cfaeb54de0818127a26ef5364ac92bcf254283022c38c4e95d419c 5SHA512 (Sphinx-1.7.7.tar.gz) = e9d729607d61f6d737d994554c1cae6f8a98df08c5444c294345a4a7c69bf96afc71a83a6ac41bbc43637604211a68015746502f57f8b7a52087817ee7bb6e13
6Size (Sphinx-1.7.6.tar.gz) = 4724123 bytes 6Size (Sphinx-1.7.7.tar.gz) = 4725870 bytes