summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2014-09-14 17:55:38 +0000
committerwiz <wiz>2014-09-14 17:55:38 +0000
commit3dcfb370ddf6924e4297d06443d8116982dc4e5d (patch)
tree2d4e50c6ae4e2f21a8361f40ae014eb9c3a1336b
parent2f6171a2ceea7a8c64f96e941f973038021dd1b2 (diff)
downloadpkgsrc-3dcfb370ddf6924e4297d06443d8116982dc4e5d.tar.gz
Update to 1.2.3:
Release 1.2.3 (released Sep 1, 2014) ==================================== Features added -------------- * #1518: `sphinx-apidoc` command now have a `--version` option to show version information and exit * New locales: Hebrew, European Portuguese, Vietnamese. Bugs fixed ---------- * #636: Keep straight single quotes in literal blocks in the LaTeX build. * #1419: Generated i18n sphinx.js files are missing message catalog entries from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1 * #1363: Fix i18n: missing python domain's cross-references with currentmodule directive or currentclass directive. * #1444: autosummary does not create the description from attributes docstring. * #1457: In python3 environment, make linkcheck cause "Can't convert 'bytes' object to str implicitly" error when link target url has a hash part. Thanks to Jorge_C. * #1467: Exception on Python3 if nonexistent method is specified by automethod * #1441: autosummary can't handle nested classes correctly. * #1499: With non-callable `setup` in a conf.py, now sphinx-build emits user-friendly error message. * #1502: In autodoc, fix display of parameter defaults containing backslashes. * #1226: autodoc, autosummary: importing setup.py by automodule will invoke setup process and execute `sys.exit()`. Now sphinx avoids SystemExit exception and emits warnings without unexpected termination. * #1503: py:function directive generate incorrectly signature when specifying a default parameter with an empty list `[]`. Thanks to Geert Jansen. * #1508: Non-ASCII filename raise exception on make singlehtml, latex, man, texinfo and changes. * #1531: On Python3 environment, docutils.conf with 'source_link=true' in the general section cause type error. * PR#270, #1533: Non-ASCII docstring cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. * PR#281, PR#282, #1509: TODO extension not compatible with websupport. Thanks to Takeshi Komiya. * #1477: gettext does not extract nodes.line in a table or list. * #1544: `make text` generate wrong table when it has empty table cells. * #1522: Footnotes from table get displayed twice in LaTeX. This problem has been appeared from Sphinx-1.2.1 by #949. * #508: Sphinx every time exit with zero when is invoked from setup.py command. ex. `python setup.py build_sphinx -b doctest` return zero even if doctest failed.
-rw-r--r--textproc/py-sphinx/Makefile4
-rw-r--r--textproc/py-sphinx/PLIST8
-rw-r--r--textproc/py-sphinx/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 6889171c1ca..d4f75c5bb3e 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2014/03/22 13:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/09/14 17:55:38 wiz Exp $
-DISTNAME= Sphinx-1.2.2
+DISTNAME= Sphinx-1.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/S/Sphinx/
diff --git a/textproc/py-sphinx/PLIST b/textproc/py-sphinx/PLIST
index a7e7534c064..3f68fc498dd 100644
--- a/textproc/py-sphinx/PLIST
+++ b/textproc/py-sphinx/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/01/27 19:14:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/09/14 17:55:38 wiz Exp $
bin/sphinx-apidoc
bin/sphinx-autogen
bin/sphinx-build
@@ -257,6 +257,9 @@ ${PYSITELIB}/sphinx/locale/pl/LC_MESSAGES/sphinx.po
${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo
${PYSITELIB}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
+${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
+${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo
+${PYSITELIB}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po
${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.js
${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.mo
${PYSITELIB}/sphinx/locale/ru/LC_MESSAGES/sphinx.po
@@ -279,6 +282,9 @@ ${PYSITELIB}/sphinx/locale/tr/LC_MESSAGES/sphinx.po
${PYSITELIB}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js
${PYSITELIB}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo
${PYSITELIB}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po
+${PYSITELIB}/sphinx/locale/vi/LC_MESSAGES/sphinx.js
+${PYSITELIB}/sphinx/locale/vi/LC_MESSAGES/sphinx.mo
+${PYSITELIB}/sphinx/locale/vi/LC_MESSAGES/sphinx.po
${PYSITELIB}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js
${PYSITELIB}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo
${PYSITELIB}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
diff --git a/textproc/py-sphinx/distinfo b/textproc/py-sphinx/distinfo
index 8b8a415a204..d9a49993aa0 100644
--- a/textproc/py-sphinx/distinfo
+++ b/textproc/py-sphinx/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2014/03/22 13:31:15 wiz Exp $
+$NetBSD: distinfo,v 1.14 2014/09/14 17:55:38 wiz Exp $
-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
+SHA1 (Sphinx-1.2.3.tar.gz) = 3a11f130c63b057532ca37fe49c8967d0cbae1d5
+RMD160 (Sphinx-1.2.3.tar.gz) = 5ef9971a64595407b9a2b64463b744a1bac4f197
+Size (Sphinx-1.2.3.tar.gz) = 3200548 bytes