Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2014-09-10 07:28:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Sphinx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes    
2014-07-16 16:22:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes       
2014-09-10 10:19:58.000000000 +0200
@@ -1,0 +2,66 @@
+Tue Sep  9 16:14:01 UTC 2014 - [email protected]
+
+- Update to 1.2.3:
+  + 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.
+- Update to 1.2.2:
+  - PR#211: When checking for existence of the 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 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.
+
+-------------------------------------------------------------------

Old:
----
  Sphinx-1.2.1.tar.gz

New:
----
  Sphinx-1.2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-Sphinx.spec ++++++
--- /var/tmp/diff_new_pack.o4Uc4O/_old  2014-09-10 10:20:00.000000000 +0200
+++ /var/tmp/diff_new_pack.o4Uc4O/_new  2014-09-10 10:20:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Sphinx
-Version:        1.2.1
+Version:        1.2.3
 Release:        0
 Url:            http://sphinx.pocoo.org
 Summary:        Python documentation generator
@@ -78,6 +78,8 @@
 # Add Interpreter version suffix to entrypoints (and thus /usr/bin binaries) to
 # allow for update-alternatives later on:
 sed -i "s|\(sphinx-.*\) =|\1-%{py3_ver} =|" setup.py # Add Python version 
suffix to binaries 
+# Fix wrong end-of-line encoding
+sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js
 
 %build
 #NOTE(saschpe): We have custom fixes only invoked during 'install'. Using 2to3 
in %build will break things,

++++++ Sphinx-1.2.1.tar.gz -> Sphinx-1.2.3.tar.gz ++++++
++++ 68492 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to