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 Jul 3 17:43:36 UTC 2017
Modified Files:
pkgsrc/textproc/py-sphinx: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.22 -r1.23 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.39 pkgsrc/textproc/py-sphinx/Makefile:1.40
--- pkgsrc/textproc/py-sphinx/Makefile:1.39 Mon May 29 16:00:27 2017
+++ pkgsrc/textproc/py-sphinx/Makefile Mon Jul 3 17:43:36 2017
@@ -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-w
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
Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.22 pkgsrc/textproc/py-sphinx/distinfo:1.23
--- pkgsrc/textproc/py-sphinx/distinfo:1.22 Mon May 29 16:00:27 2017
+++ pkgsrc/textproc/py-sphinx/distinfo Mon Jul 3 17:43:36 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index