diff options
author | adam <adam@pkgsrc.org> | 2012-04-23 14:52:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-04-23 14:52:53 +0000 |
commit | df54c08ec8b70e17e247f99b859fd459fc8812a8 (patch) | |
tree | 4f641dbfb3ce0d3f35e90e85f998c9d87804b1d5 /textproc | |
parent | 7e4a65c8447b046376c568f12502703cd407f8ee (diff) | |
download | pkgsrc-df54c08ec8b70e17e247f99b859fd459fc8812a8.tar.gz |
Changes 1.1.3:
* 40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII
characters correctly.
* 37: Allow configuring sphinx-apidoc via ``SPHINX_APIDOC_OPTIONS``.
* 34: Restore Python 2.4 compatibility.
* 36: Make the "bibliography to TOC" fix in LaTeX output specific to
the document class.
* 695: When the highlight language "python" is specified explicitly,
do not try to parse the code to recognize non-Python snippets.
* 859: Fix exception under certain circumstances when not finding
appropriate objects to link to.
* 860: Do not crash when encountering invalid doctest examples, just
emit a warning.
* 864: Fix crash with some settings of :confval:`modindex_common_prefix`.
* 862: Fix handling of ``-D`` and ``-A`` options on Python 3.
* 851: Recognize and warn about circular toctrees, instead of running
into recursion errors.
* 853: Restore compatibility with docutils trunk.
* 852: Fix HtmlHelp index entry links again.
* 854: Fix inheritance_diagram raising attribute errors on builtins.
* 832: Fix crashes when putting comments or lone terms in a glossary.
* 834, 818: Fix HTML help language/encoding mapping for all Sphinx
supported languages.
* 844: Fix crashes when dealing with Unicode output in doctest extension.
* 831: Provide ``--project`` flag in setup_command as advertised.
* 875: Fix reading config files under Python 3.
* 876: Fix quickstart test under Python 3.
* 870: Fix spurious KeyErrors when removing documents.
* 892: Fix single-HTML builder misbehaving with the master document in a
subdirectory.
* 873: Fix assertion errors with empty ``only`` directives.
* 816: Fix encoding issues in the Qt help builder.
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 579605b0b68..c02162488c5 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/04/08 19:09:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/04/23 14:52:53 adam Exp $ -DISTNAME= Sphinx-1.1.2 +DISTNAME= Sphinx-1.1.3 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 7fedae77377..a4cfe7f8ecf 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/11/28 10:48:25 adam Exp $ +$NetBSD: distinfo,v 1.10 2012/04/23 14:52:53 adam Exp $ -SHA1 (Sphinx-1.1.2.tar.gz) = 92f422474e43345ab69dedceeedfd7d18c55da2d -RMD160 (Sphinx-1.1.2.tar.gz) = 0cf4f8d799b239d54248b9abf8b40680086b7320 -Size (Sphinx-1.1.2.tar.gz) = 2624636 bytes +SHA1 (Sphinx-1.1.3.tar.gz) = 6beb30f18ffac3de7689b7fd63e9a8a7d9c8df3a +RMD160 (Sphinx-1.1.3.tar.gz) = 5d4fe35a3d22d31965692d427421fde02b508a38 +Size (Sphinx-1.1.3.tar.gz) = 2632059 bytes |