diff options
author | adam <adam@pkgsrc.org> | 2017-07-03 17:43:36 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-07-03 17:43:36 +0000 |
commit | 7de47422597f1c969d25edd9ac6bce54bec6be93 (patch) | |
tree | a17f09e7c01722602ad59cb4e97a25d44d95acb8 | |
parent | 94c59c667dbf5193ad2ada534d93feb05bf62486 (diff) | |
download | pkgsrc-7de47422597f1c969d25edd9ac6bce54bec6be93.tar.gz |
Release 1.6.3:
Features added
--------------
* latex: hint that code-block continues on next page
Bugs fixed
----------
* Failed to import sphinx.util.compat with docutils-0.14rc1
* sphinx-quickstart template is incomplete regarding use of alabaster
* 'str object' has no attribute 'filename'
* Emit wrong warnings if citation label includes hyphens
* Some warnings are not colored when using --color option
* Remove unwanted whitespace in default template
* sphinx.ext.imgmath fails to convert SVG images if project directory
name contains spaces
* Fix color handling in make mode's help command
* use of self.env.warn in sphinx extension fails
* production lists apply smart quotes transform since Sphinx 1.6.1
* latex: fix ``\sphinxbfcode`` swallows initial space of argument
* Quotes in auto-documented class attributes should be straight quotes
in PDF output
* LaTeX figure floated to next page sometimes leaves extra vertical
whitespace
* duplicated footnotes raises IndexError
* Failure of deprecation warning mechanism of
``sphinx.util.compat.Directive``
* Bogus warnings for "citation not referenced" for cross-file citations
* Don't download images when builders not supported images
* Remote image URIs without filename break builders not supported remote
images
* command line messages are translated unintentionally with ``language``
setting.
* make checking ``epub_uid`` strict
* Fix about box drawing characters for PDF output
* autosummary could not find methods
* Emit error if ``latex_documents`` contains non-unicode string in py2
-rw-r--r-- | textproc/py-sphinx/Makefile | 10 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 6895a218a25..f66c32f38ce 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2017/05/29 16:00:27 adam Exp $ +# $NetBSD: Makefile,v 1.40 2017/07/03 17:43:36 adam Exp $ -DISTNAME= Sphinx-1.6.2 +DISTNAME= Sphinx-1.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=S/Sphinx/} @@ -24,14 +24,16 @@ DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-websupport-[0-9]*:../../textproc/py-sphin DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing # test dependency +BUILD_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +BUILD_DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson -USE_LANGUAGES= #none +USE_LANGUAGES= # none +USE_TOOLS+= makeinfo REPLACE_PYTHON+= sphinx/pycode/pgen2/token.py -USE_TOOLS+= makeinfo do-test: cd ${WRKSRC}/tests && ${PYTHONBIN} run.py diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index d3875125763..d3421541fb5 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/05/29 16:00:27 adam Exp $ +$NetBSD: distinfo,v 1.23 2017/07/03 17:43:36 adam Exp $ -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 +SHA1 (Sphinx-1.6.3.tar.gz) = f33215cb1242149b9621851e090a17ec2998c9d3 +RMD160 (Sphinx-1.6.3.tar.gz) = acd28eac169f8b20177348ff6b8586bd22a2166a +SHA512 (Sphinx-1.6.3.tar.gz) = d5aec58e19239db4e61fcd6b103fcc838d97aad5a7aaf9279ff1097791d9cd1ba245989307a2d1049c123058b84ca4e91db192a1672c040d80fafed3907736ae +Size (Sphinx-1.6.3.tar.gz) = 4674251 bytes |