diff options
author | adam <adam@pkgsrc.org> | 2010-10-18 12:54:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-18 12:54:59 +0000 |
commit | e10df72374d87932b7233e5775661504e1007fb3 (patch) | |
tree | 0170528788cac7d8c02814a383b8d27fcbb7ff5e /textproc | |
parent | 0cc807a0391409067082b6f7338651201574b7a3 (diff) | |
download | pkgsrc-e10df72374d87932b7233e5775661504e1007fb3.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-sphinx/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
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 |