pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx Update to 1.2.2. Not a leaf; has ~5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4bf82c2ef72
branches:  trunk
changeset: 632291:e4bf82c2ef72
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 22 13:31:15 2014 +0000

description:
Update to 1.2.2. Not a leaf; has ~5 dependencies.
However, 1.2.2 fixes a bug that causes PLIST divergence.
Requested by Niclas Rosenvik.

Release 1.2.2 (released Mar 2, 2014)
====================================

Bugs fixed
----------

* PR#211: When checking for existence of the :confval:`html_logo` file, check
  the full relative path and not the basename.
* PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring.
* PR#213: Fix a missing import in the setup command.
* #1357: Option names documented by :rst:dir:`option` are now again allowed to
  not start with a dash or slash, and referencing them will work correctly.
* #1358: Fix handling of image paths outside of the source directory when using
  the "wildcard" style reference.
* #1374: Fix for autosummary generating overly-long summaries if first line
  doesn't end with a period.
* #1383: Fix Python 2.5 compatibility of sphinx-apidoc.
* #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same
  time in sphinx-quickstart.
* #1386: Fix bug preventing more than one theme being added by the entry point
  mechanism.
* #1370: Ignore "toctree" nodes in text writer, instead of raising.
* #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present.
* #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field
  interface/behavior for `item` argument usage.

Documentation
-------------

* Extended the :ref:`documentation about building extensions <dev-extensions>`.

diffstat:

 textproc/py-sphinx/Makefile |  4 ++--
 textproc/py-sphinx/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 741d015f306f -r e4bf82c2ef72 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Sat Mar 22 13:03:56 2014 +0000
+++ b/textproc/py-sphinx/Makefile       Sat Mar 22 13:31:15 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2014/01/27 19:14:26 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/03/22 13:31:15 wiz Exp $
 
-DISTNAME=      Sphinx-1.2.1
+DISTNAME=      Sphinx-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  http://pypi.python.org/packages/source/S/Sphinx/
diff -r 741d015f306f -r e4bf82c2ef72 textproc/py-sphinx/distinfo
--- a/textproc/py-sphinx/distinfo       Sat Mar 22 13:03:56 2014 +0000
+++ b/textproc/py-sphinx/distinfo       Sat Mar 22 13:31:15 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2014/01/27 19:14:26 wiz Exp $
+$NetBSD: distinfo,v 1.13 2014/03/22 13:31:15 wiz Exp $
 
-SHA1 (Sphinx-1.2.1.tar.gz) = 448cdb89d96c85993e01fe793ce7786494cbcda7
-RMD160 (Sphinx-1.2.1.tar.gz) = 7a672438985f0aed9c0a1d4b1cf488ce808815d4
-Size (Sphinx-1.2.1.tar.gz) = 3135360 bytes
+SHA1 (Sphinx-1.2.2.tar.gz) = 9e424b03fe1f68e0326f3905738adcf27782f677
+RMD160 (Sphinx-1.2.2.tar.gz) = 05f23514c3cc8df1cc67f39710221b659f87e8c8
+Size (Sphinx-1.2.2.tar.gz) = 3143671 bytes



Home | Main Index | Thread Index | Old Index