diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-22 13:31:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-22 13:31:15 +0000 |
commit | ec194898d46c3a015a8ab5481e97f4045fbcdd26 (patch) | |
tree | 4fafe4fb24c08f57b348655e4ea7e259de0e5b01 /textproc | |
parent | 29174ea4c3335fdfcdf04228335579fcc671c807 (diff) | |
download | pkgsrc-ec194898d46c3a015a8ab5481e97f4045fbcdd26.tar.gz |
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 (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 75afba43a0c..6889171c1ca 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -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 --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo index 0ed8da24265..8b8a415a204 100644 --- a/textproc/py-sphinx/distinfo +++ b/textproc/py-sphinx/distinfo @@ -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 |