Accepting request 530183 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/530183 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=94
This commit is contained in:
parent
a1f60844ea
commit
56b504cbdb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af8bdb8c714552b77d01d4536e3d6d2879d6cb9d25423d29163d5788e27046e6
|
|
||||||
size 4674251
|
|
3
Sphinx-1.6.4.tar.gz
Normal file
3
Sphinx-1.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f101efd87fbffed8d8aca6ef307fec57693334f39d32efcbc2fc96ed129f4a3e
|
||||||
|
size 4678873
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.6.4:
|
||||||
|
* Features added
|
||||||
|
+ #3926: Add "autodoc_warningiserror" to suppress the behavior of
|
||||||
|
"-W" option during importing target modules on autodoc
|
||||||
|
* Bugs fixed
|
||||||
|
+ #3924: docname lost after dynamically parsing RST in extension
|
||||||
|
+ #3946: Typo in sphinx.sty (this was a bug with no effect in
|
||||||
|
default context)
|
||||||
|
+ :pep: and :rfc: does not supports "default-role" directive
|
||||||
|
(refs: #3960)
|
||||||
|
+ #3960: default_role = 'guilabel' not functioning
|
||||||
|
+ Missing "texinputs_win/Makefile" to be used in latexpdf builder
|
||||||
|
on windows.
|
||||||
|
+ #4026: nature: Fix macOS Safari scrollbar color
|
||||||
|
+ #3877: Fix for C++ multiline signatures.
|
||||||
|
+ #4006: Fix crash on parallel build
|
||||||
|
+ #3969: private instance attributes causes AttributeError
|
||||||
|
+ #4041: C++, remove extra name linking in function pointers.
|
||||||
|
+ #4038: C, add missing documentation of "member" role.
|
||||||
|
+ #4044: An empty multicolumn cell causes extra row height in PDF
|
||||||
|
output
|
||||||
|
+ #4049: Fix typo in output of sphinx-build -h
|
||||||
|
+ #4062: hashlib.sha1() must take bytes, not unicode on Python 3
|
||||||
|
+ Avoid indent after index entries in latex (refs: #4066)
|
||||||
|
+ #4070: crashes when the warning message contains format strings
|
||||||
|
+ #4067: Return non-zero exit status when make subprocess fails
|
||||||
|
+ #4055: graphviz: the :align: option does not work for SVG output
|
||||||
|
+ #4055: graphviz: the :align: center option does not work for
|
||||||
|
latex output
|
||||||
|
+ #4051: "warn()" function for HTML theme outputs 'None' string
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 11 17:07:40 UTC 2017 - jengelh@inai.de
|
Mon Sep 11 17:07:40 UTC 2017 - jengelh@inai.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.3
|
Version: 1.6.4
|
||||||
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,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 16:28:00 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
- update to version 1.6.4:
|
||||||
|
* Features added
|
||||||
|
+ #3926: Add "autodoc_warningiserror" to suppress the behavior of
|
||||||
|
"-W" option during importing target modules on autodoc
|
||||||
|
* Bugs fixed
|
||||||
|
+ #3924: docname lost after dynamically parsing RST in extension
|
||||||
|
+ #3946: Typo in sphinx.sty (this was a bug with no effect in
|
||||||
|
default context)
|
||||||
|
+ :pep: and :rfc: does not supports "default-role" directive
|
||||||
|
(refs: #3960)
|
||||||
|
+ #3960: default_role = 'guilabel' not functioning
|
||||||
|
+ Missing "texinputs_win/Makefile" to be used in latexpdf builder
|
||||||
|
on windows.
|
||||||
|
+ #4026: nature: Fix macOS Safari scrollbar color
|
||||||
|
+ #3877: Fix for C++ multiline signatures.
|
||||||
|
+ #4006: Fix crash on parallel build
|
||||||
|
+ #3969: private instance attributes causes AttributeError
|
||||||
|
+ #4041: C++, remove extra name linking in function pointers.
|
||||||
|
+ #4038: C, add missing documentation of "member" role.
|
||||||
|
+ #4044: An empty multicolumn cell causes extra row height in PDF
|
||||||
|
output
|
||||||
|
+ #4049: Fix typo in output of sphinx-build -h
|
||||||
|
+ #4062: hashlib.sha1() must take bytes, not unicode on Python 3
|
||||||
|
+ Avoid indent after index entries in latex (refs: #4066)
|
||||||
|
+ #4070: crashes when the warning message contains format strings
|
||||||
|
+ #4067: Return non-zero exit status when make subprocess fails
|
||||||
|
+ #4055: graphviz: the :align: option does not work for SVG output
|
||||||
|
+ #4055: graphviz: the :align: center option does not work for
|
||||||
|
latex output
|
||||||
|
+ #4051: "warn()" function for HTML theme outputs 'None' string
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 18 22:03:24 UTC 2017 - toddrme2178@gmail.com
|
Mon Sep 18 22:03:24 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -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.3
|
Version: 1.6.4
|
||||||
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