Accepting request 248215 from home:TheBlackCat:branches:devel:languages:python
Update to 1.2.3 OBS-URL: https://build.opensuse.org/request/show/248215 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=53
This commit is contained in:
parent
fe00a967aa
commit
948c98fac9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d3415f5b3e6b7535877f4c84fe228bdb802a8993c239b2d02c23169d67349bd
|
|
||||||
size 3143671
|
|
3
Sphinx-1.2.3.tar.gz
Normal file
3
Sphinx-1.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94933b64e2fe0807da0612c574a021c0dac28c7bd3c4a23723ae5a39ea8f3d04
|
||||||
|
size 3200548
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 9 16:14:01 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 6 12:50:16 UTC 2014 - mcihar@suse.cz
|
Thu Mar 6 12:50:16 UTC 2014 - mcihar@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Sphinx
|
Name: python-Sphinx
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sphinx.pocoo.org
|
Url: http://sphinx.pocoo.org
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
@ -82,6 +82,8 @@ sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
|
|||||||
# Add Interpreter version suffix to entrypoints (and thus /usr/bin binaries) to
|
# Add Interpreter version suffix to entrypoints (and thus /usr/bin binaries) to
|
||||||
# allow for update-alternatives later on:
|
# allow for update-alternatives later on:
|
||||||
sed -i 's/\(sphinx-.*\) =/\1-%{py_ver} =/' setup.py
|
sed -i 's/\(sphinx-.*\) =/\1-%{py_ver} =/' setup.py
|
||||||
|
# Fix wrong end-of-line encoding
|
||||||
|
sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user