pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: updated to 1.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/437ce69237a8
branches:  trunk
changeset: 377803:437ce69237a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 23 07:42:07 2018 +0000

description:
py-sphinx: updated to 1.7.2

Release 1.7.2:

Incompatible changes
* apidoc: folders with an empty __init__.py are no longer excluded from TOC

Bugs fixed
* sphinx.build_main and sphinx.make_main throw NameError
* autosummary emits meaningless warnings
* autodoc: crashed when invalid options given
* pydomain: always strip parenthesis if empty
* autosummary: unexpectedly strips docstrings containing ?i.e.?
* viewcode: Misplaced <div> in viewcode html output
* Don?t require numfig to use :numref: on sections
* Option clash for package textcomp
* Sphinx does not work with python 3.5.0 and 3.5.1
* Generation PDF file with TexLive on Windows, file not found error
* vertical space before equation in latex
* message when an image is mismatched for builder is not clear
* Incomplete localization strings in Polish and Chinese
* Sphinx crashes when error is happens in rendering HTML pages
* Error to download remote images having long URL
* sphinx/pycode/__init__.py raises AttributeError
* qthelp builder should htmlescape keywords
* epub: Fix docTitle elements of toc.ncx is not escaped
* apidoc: Subpackage not in toc (introduced in 1.6.6) now fixed

diffstat:

 textproc/py-sphinx/Makefile |  12 ++++++------
 textproc/py-sphinx/PLIST    |   4 +++-
 textproc/py-sphinx/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (60 lines):

diff -r 64d28df7251c -r 437ce69237a8 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Fri Mar 23 07:38:28 2018 +0000
+++ b/textproc/py-sphinx/Makefile       Fri Mar 23 07:42:07 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2018/02/25 21:39:21 adam Exp $
+# $NetBSD: Makefile,v 1.48 2018/03/23 07:42:07 adam Exp $
 
-DISTNAME=      Sphinx-1.7.1
+DISTNAME=      Sphinx-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
@@ -29,10 +29,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
 .endif
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES=         # none
 USE_TOOLS+=            makeinfo
diff -r 64d28df7251c -r 437ce69237a8 textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST  Fri Mar 23 07:38:28 2018 +0000
+++ b/textproc/py-sphinx/PLIST  Fri Mar 23 07:42:07 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2018/02/25 21:39:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2018/03/23 07:42:07 adam Exp $
 bin/sphinx-apidoc${PYVERSSUFFIX}
 bin/sphinx-autogen${PYVERSSUFFIX}
 bin/sphinx-build${PYVERSSUFFIX}
@@ -524,6 +524,8 @@
 ${PYSITELIB}/sphinx/templates/latex/longtable.tex_t
 ${PYSITELIB}/sphinx/templates/latex/tabular.tex_t
 ${PYSITELIB}/sphinx/templates/latex/tabulary.tex_t
+${PYSITELIB}/sphinx/templates/qthelp/project.qhcp
+${PYSITELIB}/sphinx/templates/qthelp/project.qhp
 ${PYSITELIB}/sphinx/templates/quickstart/Makefile.new_t
 ${PYSITELIB}/sphinx/templates/quickstart/Makefile_t
 ${PYSITELIB}/sphinx/templates/quickstart/conf.py_t
diff -r 64d28df7251c -r 437ce69237a8 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Fri Mar 23 07:38:28 2018 +0000
+++ b/textproc/py-sphinx/distinfo       Fri Mar 23 07:42:07 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2018/02/25 21:39:21 adam Exp $
+$NetBSD: distinfo,v 1.29 2018/03/23 07:42:07 adam Exp $
 
-SHA1 (Sphinx-1.7.1.tar.gz) = f79240355e82157651b8f76bd581aa942c25bdd2
-RMD160 (Sphinx-1.7.1.tar.gz) = 0eb3ef4ce36babe676a11931b73f7059c00c9ee4
-SHA512 (Sphinx-1.7.1.tar.gz) = ea9a7b512cde5c39d75d0d5e8856954c334c84f91bba6a9d3b604df1df688639b20115ec71e55f80c802e90234db5e48d5766fbe8619e4a9f2890e1d7aab915f
-Size (Sphinx-1.7.1.tar.gz) = 4717169 bytes
+SHA1 (Sphinx-1.7.2.tar.gz) = 1d1fa6954ae216cd44ea52dfc67063f26939c8f5
+RMD160 (Sphinx-1.7.2.tar.gz) = 52672d0ea78f6c5e51f1527775e05883e37f589f
+SHA512 (Sphinx-1.7.2.tar.gz) = 6cb055d969227c727e1cdd8865ddef700d72217e0ef3700383449921e9310f7ed6266d62cf1928ad64372f93468d457c584fac34f6583714cc8a9a3627785ac3
+Size (Sphinx-1.7.2.tar.gz) = 4719536 bytes



Home | Main Index | Thread Index | Old Index