pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 29 16:00:27 UTC 2017

Modified Files:
        pkgsrc/textproc/py-sphinx: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-sphinx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.38 pkgsrc/textproc/py-sphinx/Makefile:1.39
--- pkgsrc/textproc/py-sphinx/Makefile:1.38     Thu May 18 20:09:05 2017
+++ pkgsrc/textproc/py-sphinx/Makefile  Mon May 29 16:00:27 2017
@@ -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/}

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.21 pkgsrc/textproc/py-sphinx/distinfo:1.22
--- pkgsrc/textproc/py-sphinx/distinfo:1.21     Thu May 18 20:09:05 2017
+++ pkgsrc/textproc/py-sphinx/distinfo  Mon May 29 16:00:27 2017
@@ -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