Accepting request 355775 from home:stroeder:branches:devel:languages:python
update to 1.3.5 (requires python-pygments >= 2.1, see request #355773) OBS-URL: https://build.opensuse.org/request/show/355775 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=69
This commit is contained in:
parent
a01484ae05
commit
b51e64f6b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aacc3f34aa758751fdb44ab9238eab024c66b57d67200f9a35efebf0e368057
|
||||
size 3679247
|
3
Sphinx-1.3.5.tar.gz
Normal file
3
Sphinx-1.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7d133bb4990d010a2ad934c319b52d8a2156cb0491484f5e2a558619bc9ae04
|
||||
size 3679978
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 10:56:43 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- requires python-pygments => 2.1
|
||||
- update to version 1.3.5:
|
||||
* Fix line numbers was not shown on warnings in LaTeX and texinfo
|
||||
builders
|
||||
* Fix filenames were not shown on warnings of citations
|
||||
* Fix line numbers was not shown on warnings in LaTeX and texinfo
|
||||
builders
|
||||
* Fix line numbers was not shown on warnings of indecies
|
||||
* #2026: Fix LaTeX builder rais error if parsed-literal includes
|
||||
links
|
||||
* #2243: Ignore strange docstring types for classes, do not crash
|
||||
* #2247: Fix #2205 breaks make html for definition list with
|
||||
classifiers that contains regular-expression like string
|
||||
* #1565: Show warning if Pygments throws an ErrorToken
|
||||
* #2211: Fix paragraphs in table cell doesn't work in Latex output
|
||||
* #2253: ":pyobject:" option of "literalinclude" directive can't
|
||||
detect indented body block when the block starts with blank or
|
||||
comment lines.
|
||||
* Fix TOC is not shown when no ":maxdepth:" for toctrees (ref: #771)
|
||||
* Fix warning message for ":numref:" if target is in orphaned doc
|
||||
(ref: #2244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 16:35:16 UTC 2016 - michael@stroeder.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Sphinx
|
||||
Version: 1.3.4
|
||||
Version: 1.3.5
|
||||
Release: 0
|
||||
Url: http://sphinx-doc.org
|
||||
Summary: Python documentation generator
|
||||
@ -37,7 +37,7 @@ BuildRequires: python-six >= 1.4
|
||||
BuildRequires: python-snowballstemmer
|
||||
BuildRequires: python-sphinx_rtd_theme
|
||||
# Testsuite requirements:
|
||||
BuildRequires: python-Pygments >= 2.0
|
||||
BuildRequires: python-Pygments >= 2.1
|
||||
BuildRequires: python-nose
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
Loading…
x
Reference in New Issue
Block a user