pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Release 1.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/776982ccd25d
branches:  trunk
changeset: 362980:776982ccd25d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 29 16:00:27 2017 +0000

description:
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 ?mdash? 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?s own conf.py
* 3770: Build fails when a ?code-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 ?filename?
* 3763: got epubcheck validations error if epub_cover is set
* 3779: ?ImportError? 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 ?continued on next page? for long tables isn?t 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

diffstat:

 textproc/py-sphinx/Makefile |   4 ++--
 textproc/py-sphinx/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0cbe4cc17da9 -r 776982ccd25d textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Mon May 29 14:49:17 2017 +0000
+++ b/textproc/py-sphinx/Makefile       Mon May 29 16:00:27 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2017/05/18 20:09:05 adam Exp $
+# $NetBSD: Makefile,v 1.39 2017/05/29 16:00:27 adam Exp $
 
-DISTNAME=      Sphinx-1.6.1
+DISTNAME=      Sphinx-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
diff -r 0cbe4cc17da9 -r 776982ccd25d textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Mon May 29 14:49:17 2017 +0000
+++ b/textproc/py-sphinx/distinfo       Mon May 29 16:00:27 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2017/05/18 20:09:05 adam Exp $
+$NetBSD: distinfo,v 1.22 2017/05/29 16:00:27 adam Exp $
 
-SHA1 (Sphinx-1.6.1.tar.gz) = 1260f2cc5158fea2cd294b9cdb38ecd4c668b6ec
-RMD160 (Sphinx-1.6.1.tar.gz) = 0a78e8124b5e24220937049ba7ff67123ab01c38
-SHA512 (Sphinx-1.6.1.tar.gz) = 1976e5867c494a4b76dd447cf6847e24a3d5c7bce077339dbc933bcf8ef24107c8270ac8437a5c5d3d57d4cca4190519bf091071136a3e1b246059792aac5980
-Size (Sphinx-1.6.1.tar.gz) = 4667479 bytes
+SHA1 (Sphinx-1.6.2.tar.gz) = 833f855c97ac50718cb47192f08a27dffa8a443c
+RMD160 (Sphinx-1.6.2.tar.gz) = fd3cdcf74d0dd5608a9d3fa16994bcef1914324f
+SHA512 (Sphinx-1.6.2.tar.gz) = 13cdff106c3724b9887b62fe314cc64fddc1e152d8d9b92e272ff7749591880ae80bed41eabe3fb358dd48849e26ea9571d6e16c240b265204e5582107d1926a
+Size (Sphinx-1.6.2.tar.gz) = 4670627 bytes



Home | Main Index | Thread Index | Old Index