From 0f15140447d9656fed022d46f4def1b6acb395fc Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 18 Oct 2010 12:54:59 +0000 Subject: Changes 1.0.4: * Open intersphinx inventories in binary mode on Windows, since version 2 contains zlib-compressed data. * Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension. * Fix traceback when ``intersphinx_mapping`` is empty. Changes 1.0.3: * Fix internal vs. external link distinction for links coming from a docutils table-of-contents. * Fix the ``maxdepth`` option for the ``toctree()`` template callable when used with ``collapse=True``. * Fix crash parsing Python argument lists containing brackets in string literals. * Fix regression when building LaTeX docs with figures that don't have captions. * Fix inheritance diagrams for classes that are not picklable. * Introduce separate background color for the sidebar collapse button, making it easier to see. * Fix small layout bugs in several builtin themes. --- textproc/py-sphinx/Makefile | 5 ++--- textproc/py-sphinx/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'textproc/py-sphinx') diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 8cc3c731c9f..955b2670614 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/09/27 10:29:22 adam Exp $ +# $NetBSD: Makefile,v 1.8 2010/10/18 12:54:59 adam Exp $ -DISTNAME= Sphinx-1.0.1 +DISTNAME= Sphinx-1.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 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 ef06e884dde..243ea367e45 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2010/08/22 21:03:24 markd Exp $ +$NetBSD: distinfo,v 1.6 2010/10/18 12:54:59 adam Exp $ -SHA1 (Sphinx-1.0.1.tar.gz) = e4648d9d07e914c56f16fd50f1ef8f095e23dd01 -RMD160 (Sphinx-1.0.1.tar.gz) = 5d51c055f4b3f6702ced18f51087601be38dea82 -Size (Sphinx-1.0.1.tar.gz) = 2275978 bytes +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 (patch-aa) = f41f5104f535a14e82e868b261832cc98a2ac609 -- cgit v1.2.3