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.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/6851a0bf6e3e
branches: trunk
changeset: 379166:6851a0bf6e3e
user: adam <adam%pkgsrc.org@localhost>
date: Wed Apr 25 08:08:21 2018 +0000
description:
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
diffstat:
textproc/py-sphinx/Makefile | 4 ++--
textproc/py-sphinx/PLIST | 14 ++++++++++----
textproc/py-sphinx/distinfo | 10 +++++-----
3 files changed, 17 insertions(+), 11 deletions(-)
diffs (62 lines):
diff -r 165b8fb67801 -r 6851a0bf6e3e textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile Wed Apr 25 07:56:05 2018 +0000
+++ b/textproc/py-sphinx/Makefile Wed Apr 25 08:08:21 2018 +0000
@@ -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/}
diff -r 165b8fb67801 -r 6851a0bf6e3e textproc/py-sphinx/PLIST
--- a/textproc/py-sphinx/PLIST Wed Apr 25 07:56:05 2018 +0000
+++ b/textproc/py-sphinx/PLIST Wed Apr 25 08:08:21 2018 +0000
@@ -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/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_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
diff -r 165b8fb67801 -r 6851a0bf6e3e textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo Wed Apr 25 07:56:05 2018 +0000
+++ b/textproc/py-sphinx/distinfo Wed Apr 25 08:08:21 2018 +0000
@@ -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