Accepting request 537267 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/537267 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=96
This commit is contained in:
parent
56b504cbdb
commit
4b22afa8b2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f101efd87fbffed8d8aca6ef307fec57693334f39d32efcbc2fc96ed129f4a3e
|
|
||||||
size 4678873
|
|
3
Sphinx-1.6.5.tar.gz
Normal file
3
Sphinx-1.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6de5dbdbb7a0d7d2757f4389cc00e8f6eb3c49e1772378967a12cfcf2cfe098
|
||||||
|
size 4680974
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 27 16:13:16 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.6.5:
|
||||||
|
* Features added
|
||||||
|
+ #4107: Make searchtools.js compatible with pre-Sphinx1.5
|
||||||
|
templates
|
||||||
|
+ #4112: Don't override the smart_quotes setting if it was already
|
||||||
|
set
|
||||||
|
+ #4125: Display reference texts of original and translated
|
||||||
|
passages on i18n warning message
|
||||||
|
+ #4147: Include the exception when logging PO/MO file read/write
|
||||||
|
* Bugs fixed
|
||||||
|
+ #4085: Failed PDF build from image in parsed-literal using
|
||||||
|
":align:" option
|
||||||
|
+ #4100: Remove debug print from autodoc extension
|
||||||
|
+ #3987: Changing theme from alabaster causes HTML build to fail
|
||||||
|
+ #4096: C++, don't crash when using the wrong role type. Thanks
|
||||||
|
to mitya57.
|
||||||
|
+ #4070, #4111: crashes when the warning message contains format
|
||||||
|
strings (again)
|
||||||
|
+ #4108: Search word highlighting breaks SVG images
|
||||||
|
+ #3692: Unable to build HTML if writing .buildinfo failed
|
||||||
|
+ #4152: HTML writer crashes if a field list is placed on top of
|
||||||
|
the document
|
||||||
|
+ #4063: Sphinx crashes when labeling directive ".. todolist::"
|
||||||
|
+ #4134: [doc] :file:`docutils.conf` is not documented explicitly
|
||||||
|
+ #4169: Chinese language doesn't trigger Chinese search
|
||||||
|
automatically
|
||||||
|
+ #1020: ext.todo todolist not linking to the page in pdflatex
|
||||||
|
+ #3965: New quickstart generates wrong SPHINXBUILD in Makefile
|
||||||
|
+ #3739: ":module:" option is ignored at content of pyobjects
|
||||||
|
+ #4149: Documentation: Help choosing :confval:`latex_engine`
|
||||||
|
+ #4090: [doc] :confval:`latex_additional_files` with extra LaTeX
|
||||||
|
macros should not use ".tex" extension
|
||||||
|
+ Failed to convert reST parser error to warning (refs: #4132)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Sphinx-doc
|
Name: python-Sphinx-doc
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sphinx-doc.org
|
Url: http://sphinx-doc.org
|
||||||
Summary: Documentation for python-Sphinx
|
Summary: Documentation for python-Sphinx
|
||||||
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 27 16:13:16 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.6.5:
|
||||||
|
* Features added
|
||||||
|
+ #4107: Make searchtools.js compatible with pre-Sphinx1.5
|
||||||
|
templates
|
||||||
|
+ #4112: Don't override the smart_quotes setting if it was already
|
||||||
|
set
|
||||||
|
+ #4125: Display reference texts of original and translated
|
||||||
|
passages on i18n warning message
|
||||||
|
+ #4147: Include the exception when logging PO/MO file read/write
|
||||||
|
* Bugs fixed
|
||||||
|
+ #4085: Failed PDF build from image in parsed-literal using
|
||||||
|
":align:" option
|
||||||
|
+ #4100: Remove debug print from autodoc extension
|
||||||
|
+ #3987: Changing theme from alabaster causes HTML build to fail
|
||||||
|
+ #4096: C++, don't crash when using the wrong role type. Thanks
|
||||||
|
to mitya57.
|
||||||
|
+ #4070, #4111: crashes when the warning message contains format
|
||||||
|
strings (again)
|
||||||
|
+ #4108: Search word highlighting breaks SVG images
|
||||||
|
+ #3692: Unable to build HTML if writing .buildinfo failed
|
||||||
|
+ #4152: HTML writer crashes if a field list is placed on top of
|
||||||
|
the document
|
||||||
|
+ #4063: Sphinx crashes when labeling directive ".. todolist::"
|
||||||
|
+ #4134: [doc] :file:`docutils.conf` is not documented explicitly
|
||||||
|
+ #4169: Chinese language doesn't trigger Chinese search
|
||||||
|
automatically
|
||||||
|
+ #1020: ext.todo todolist not linking to the page in pdflatex
|
||||||
|
+ #3965: New quickstart generates wrong SPHINXBUILD in Makefile
|
||||||
|
+ #3739: ":module:" option is ignored at content of pyobjects
|
||||||
|
+ #4149: Documentation: Help choosing :confval:`latex_engine`
|
||||||
|
+ #4090: [doc] :confval:`latex_additional_files` with extra LaTeX
|
||||||
|
macros should not use ".tex" extension
|
||||||
|
+ Failed to convert reST parser error to warning (refs: #4132)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Sphinx
|
Name: python-Sphinx
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sphinx-doc.org
|
Url: http://sphinx-doc.org
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user