diff options
author | adam <adam@pkgsrc.org> | 2011-03-23 11:41:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-23 11:41:49 +0000 |
commit | 486b13aba1dea37283318be72a4b92d56a556cbf (patch) | |
tree | 63f9333108dc49badcc46e33a5700fa6b4101f08 /textproc | |
parent | 8268e303b9e7286ca370199b254881379406b7e2 (diff) | |
download | pkgsrc-486b13aba1dea37283318be72a4b92d56a556cbf.tar.gz |
Changes 1.0.7:
* Fix wrong generation of directives of static methods in autosummary.
* Import PIL as ``from PIL import Image``.
* Fix longtables with captions in LaTeX output.
* Make token references work as hyperlinks again in LaTeX output.
* Show warnings by default when reference labels cannot be found.
* Include line number when complaining about missing reference
targets in nitpicky mode.
* Fix inline display of graphviz diagrams in LaTeX output.
* Build using app.build() in setup command.
* Fix a bug in the inheritance diagram exception that caused base
classes to be skipped if one of them is a builtin.
* Fix general index links for C++ domain objects.
* Make admonition boundaries in LaTeX output visible.
* Fix KeyErrors occurring on rebuild after removing a file.
* Fix a traceback when removing files with globbed toctrees.
* If an autodoc object cannot be imported, always re-read the
document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
of the import error.
* Fix a bug where the removal of download files and images wasn't
noticed.
* Implement ``~`` cross-reference prefix for the C domain.
* Fix regression of LaTeX output.
* Fix lookup of class attribute documentation on descriptors
so that comment documentation now works.
* Fix traceback with ``only`` directives preceded by targets.
* Fix tracebacks occurring for duplicate C++ domain objects.
* Fix JavaScript domain links to objects with ``$`` in their name.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 955b2670614..ab34390bfbe 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/10/18 12:54:59 adam Exp $ +# $NetBSD: Makefile,v 1.9 2011/03/23 11:41:49 adam Exp $ -DISTNAME= Sphinx-1.0.4 +DISTNAME= Sphinx-1.0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= http://pypi.python.org/packages/source/S/Sphinx/ diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index 243ea367e45..7c208193cb4 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2010/10/18 12:54:59 adam Exp $ +$NetBSD: distinfo,v 1.7 2011/03/23 11:41:49 adam Exp $ -SHA1 (Sphinx-1.0.4.tar.gz) = 0186d10064b37e424185d59a6cff8890a170cb3d -RMD160 (Sphinx-1.0.4.tar.gz) = 8802b918daa7dbdb07fe6ae3c8db415bfad6118a -Size (Sphinx-1.0.4.tar.gz) = 2277618 bytes +SHA1 (Sphinx-1.0.7.tar.gz) = b231438a51a84d53679a226ab2036ec62bb14fd5 +RMD160 (Sphinx-1.0.7.tar.gz) = e3c622dec2a971158bfe8bc7faee493f722199c8 +Size (Sphinx-1.0.7.tar.gz) = 2285875 bytes SHA1 (patch-aa) = f41f5104f535a14e82e868b261832cc98a2ac609 |