14
0
forked from pool/python-Sphinx

Accepting request 1056898 from home:marxin:branches:devel:languages:python

- Update to version 6.1.2
  * #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was
    implemented with name topic_padding
  * #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since
    Sphinx 5.1.0
  * #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since
    Sphinx 5.1.0
  * #11095: LaTeX: shadow of topic and contents boxes not in page margin since
    Sphinx 5.1.0
  * #11100: Fix copying images when running under parallel mode.
- Disable test_copy_images tests as they need an internet access.

OBS-URL: https://build.opensuse.org/request/show/1056898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=228
This commit is contained in:
2023-01-09 08:19:34 +00:00
committed by Git OBS Bridge
parent 75b12d2e85
commit 5a0a1ae826
6 changed files with 36 additions and 21 deletions

View File

@@ -25,7 +25,7 @@
%bcond_with test
%endif
Name: python-Sphinx%{psuffix}
Version: 6.1.1
Version: 6.1.2
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause
@@ -310,7 +310,7 @@ mv build.doc/man/sphinx-quickstart.1 %{buildroot}%{_mandir}/man1/sphinx-quicksta
export LC_ALL="C.utf8"
# test_latex_images test downloading a remote image
# test_signature_annotations doesnt work
%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations)'
%pytest tests -k 'not (linkcheck or test_latex_images or test_signature_annotations or test_copy_images)'
%endif
%if ! %{with test}