pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Changes 1.1.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/47a75e3f5b23
branches: trunk
changeset: 602950:47a75e3f5b23
user: adam <adam%pkgsrc.org@localhost>
date: Mon Apr 23 14:52:53 2012 +0000
description:
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:
textproc/py-sphinx/Makefile | 4 ++--
textproc/py-sphinx/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 823e60f4a490 -r 47a75e3f5b23 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile Mon Apr 23 13:14:01 2012 +0000
+++ b/textproc/py-sphinx/Makefile Mon Apr 23 14:52:53 2012 +0000
@@ -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 -r 823e60f4a490 -r 47a75e3f5b23 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo Mon Apr 23 13:14:01 2012 +0000
+++ b/textproc/py-sphinx/distinfo Mon Apr 23 14:52:53 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index