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:           Wed Apr 25 08:08:21 UTC 2018

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

Log Message:
py-sphinx: updated to 1.7.3

1.7.3:
Bugs fixed
* autodoc loses the first staticmethod parameter
* autosummary: too wide two column tables in PDF builds
* Latex customization via _templates/longtable.tex_t is broken
* imgconverter: confused by convert.exe of Windows
* On windows, Sphinx crashed when drives of srcdir and outdir are different
* autodoc ignores type annotated variables
* wrong URLs on warning messages
* latex: latex_show_urls assigns incorrect footnote numbers if hyperlinks exists inside substitutions
* latex with class memoir Error: Font command \sf is not supported
* latex: too slow in proportion to number of auto numbered footnotes
* htmlhelp: The entries in .hhp file is not ordered
* toctree directive tries to glob for URL having query_string
* html search: Upper characters problem in German
* latex: Compilation for German docs failed with LuaLaTeX and XeLaTeX
* duplicated labels detector does not work well in parallel build
* Crashed with extension which returns invalid metadata


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/py-sphinx/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-sphinx/PLIST
cvs rdiff -u -r1.29 -r1.30 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.48 pkgsrc/textproc/py-sphinx/Makefile:1.49
--- pkgsrc/textproc/py-sphinx/Makefile:1.48     Fri Mar 23 07:42:07 2018
+++ pkgsrc/textproc/py-sphinx/Makefile  Wed Apr 25 08:08:21 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2018/03/23 07:42:07 adam Exp $
+# $NetBSD: Makefile,v 1.49 2018/04/25 08:08:21 adam Exp $
 
-DISTNAME=      Sphinx-1.7.2
+DISTNAME=      Sphinx-1.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}

Index: pkgsrc/textproc/py-sphinx/PLIST
diff -u pkgsrc/textproc/py-sphinx/PLIST:1.21 pkgsrc/textproc/py-sphinx/PLIST:1.22
--- pkgsrc/textproc/py-sphinx/PLIST:1.21        Fri Mar 23 07:42:07 2018
+++ pkgsrc/textproc/py-sphinx/PLIST     Wed Apr 25 08:08:21 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2018/03/23 07:42:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2018/04/25 08:08:21 adam Exp $
 bin/sphinx-apidoc${PYVERSSUFFIX}
 bin/sphinx-autogen${PYVERSSUFFIX}
 bin/sphinx-build${PYVERSSUFFIX}
@@ -55,9 +55,12 @@ ${PYSITELIB}/sphinx/builders/html.pyo
 ${PYSITELIB}/sphinx/builders/htmlhelp.py
 ${PYSITELIB}/sphinx/builders/htmlhelp.pyc
 ${PYSITELIB}/sphinx/builders/htmlhelp.pyo
-${PYSITELIB}/sphinx/builders/latex.py
-${PYSITELIB}/sphinx/builders/latex.pyc
-${PYSITELIB}/sphinx/builders/latex.pyo
+${PYSITELIB}/sphinx/builders/latex/__init__.py
+${PYSITELIB}/sphinx/builders/latex/__init__.pyc
+${PYSITELIB}/sphinx/builders/latex/__init__.pyo
+${PYSITELIB}/sphinx/builders/latex/transforms.py
+${PYSITELIB}/sphinx/builders/latex/transforms.pyc
+${PYSITELIB}/sphinx/builders/latex/transforms.pyo
 ${PYSITELIB}/sphinx/builders/linkcheck.py
 ${PYSITELIB}/sphinx/builders/linkcheck.pyc
 ${PYSITELIB}/sphinx/builders/linkcheck.pyo
@@ -679,6 +682,9 @@ ${PYSITELIB}/sphinx/transforms/post_tran
 ${PYSITELIB}/sphinx/transforms/post_transforms/images.py
 ${PYSITELIB}/sphinx/transforms/post_transforms/images.pyc
 ${PYSITELIB}/sphinx/transforms/post_transforms/images.pyo
+${PYSITELIB}/sphinx/transforms/references.py
+${PYSITELIB}/sphinx/transforms/references.pyc
+${PYSITELIB}/sphinx/transforms/references.pyo
 ${PYSITELIB}/sphinx/util/__init__.py
 ${PYSITELIB}/sphinx/util/__init__.pyc
 ${PYSITELIB}/sphinx/util/__init__.pyo

Index: pkgsrc/textproc/py-sphinx/distinfo
diff -u pkgsrc/textproc/py-sphinx/distinfo:1.29 pkgsrc/textproc/py-sphinx/distinfo:1.30
--- pkgsrc/textproc/py-sphinx/distinfo:1.29     Fri Mar 23 07:42:07 2018
+++ pkgsrc/textproc/py-sphinx/distinfo  Wed Apr 25 08:08:21 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2018/03/23 07:42:07 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/04/25 08:08:21 adam Exp $
 
-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
+SHA1 (Sphinx-1.7.3.tar.gz) = 715c7df604819797387051699cf6b7dce0d88fcd
+RMD160 (Sphinx-1.7.3.tar.gz) = 1f77d0a3ee77153d6686ff25081f58484318aca0
+SHA512 (Sphinx-1.7.3.tar.gz) = 5e1d08fafe52417fcebf6bceb085b6d2f532d3a849b79c5ed0eea921ae3e20ccdcdd203811bc760a67b0b613bf0b795b470c21952b1052b2583beff974cf9546
+Size (Sphinx-1.7.3.tar.gz) = 4722713 bytes



Home | Main Index | Thread Index | Old Index