Mon May 29 16:00:27 2017 UTC ()
Release 1.6.2:

Incompatible changes
* 3789: Do not require typing module for python>=3.5

Bugs fixed
* 3754: HTML builder crashes if HTML theme appends own stylesheets
* 3756: epub: Entity 窶藁dash窶� not defined
* 3758: Sphinx crashed if logs are emitted in conf.py
* 3755: incorrectly warns about dedent with literalinclude
* 3742: RTD PDF builds of Sphinx own docs are missing an index entry in the bookmarks and table of contents. This is rtfd/readthedocs.org-2857 issue, a workaround is obtained using some extra LaTeX code in Sphinx窶冱 own conf.py
* 3770: Build fails when a 窶彡ode-block窶� has the option emphasize-lines and the number indicated is higher than the number of lines
* 3774: Incremental HTML building broken when using citations
* 3772: 窶�str object窶� has no attribute 窶惑ilename窶�
* 3763: got epubcheck validations error if epub_cover is set
* 3779: 窶露mportError窶� in sphinx.ext.autodoc due to broken 窶�sys.meta_path窶�. Thanks to Tatiana Tereshchenko.
* 3796: env.resolve_references() crashes when non-document node given
* 3803: Sphinx crashes with invalid PO files
* 3791: PDF 窶彡ontinued on next page窶� for long tables isn窶冲 internationalized
* 3788: smartquotes emits warnings for unsupported languages
* 3807: latex Makefile for make latexpdf is only for unixen
* 3781: double hyphens in option directive are compiled as endashes
* 3817: latex builder raises AttributeError


(adam)
diff -r1.38 -r1.39 pkgsrc/textproc/py-sphinx/Makefile
diff -r1.21 -r1.22 pkgsrc/textproc/py-sphinx/distinfo

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

--- pkgsrc/textproc/py-sphinx/Makefile 2017/05/18 20:09:05 1.38
+++ pkgsrc/textproc/py-sphinx/Makefile 2017/05/29 16:00:27 1.39
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2017/05/18 20:09:05 adam Exp $ 1# $NetBSD: Makefile,v 1.39 2017/05/29 16:00:27 adam Exp $
2 2
3DISTNAME= Sphinx-1.6.1 3DISTNAME= Sphinx-1.6.2
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-[0-9]*:../../devel/py-babel 14DEPENDS+= ${PYPKGPREFIX}-babel-[0-9]*:../../devel/py-babel
15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils 15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize 16DEPENDS+= ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize

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

--- pkgsrc/textproc/py-sphinx/distinfo 2017/05/18 20:09:05 1.21
+++ pkgsrc/textproc/py-sphinx/distinfo 2017/05/29 16:00:27 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2017/05/18 20:09:05 adam Exp $ 1$NetBSD: distinfo,v 1.22 2017/05/29 16:00:27 adam Exp $
2 2
3SHA1 (Sphinx-1.6.1.tar.gz) = 1260f2cc5158fea2cd294b9cdb38ecd4c668b6ec 3SHA1 (Sphinx-1.6.2.tar.gz) = 833f855c97ac50718cb47192f08a27dffa8a443c
4RMD160 (Sphinx-1.6.1.tar.gz) = 0a78e8124b5e24220937049ba7ff67123ab01c38 4RMD160 (Sphinx-1.6.2.tar.gz) = fd3cdcf74d0dd5608a9d3fa16994bcef1914324f
5SHA512 (Sphinx-1.6.1.tar.gz) = 1976e5867c494a4b76dd447cf6847e24a3d5c7bce077339dbc933bcf8ef24107c8270ac8437a5c5d3d57d4cca4190519bf091071136a3e1b246059792aac5980 5SHA512 (Sphinx-1.6.2.tar.gz) = 13cdff106c3724b9887b62fe314cc64fddc1e152d8d9b92e272ff7749591880ae80bed41eabe3fb358dd48849e26ea9571d6e16c240b265204e5582107d1926a
6Size (Sphinx-1.6.1.tar.gz) = 4667479 bytes 6Size (Sphinx-1.6.2.tar.gz) = 4670627 bytes