15
0
forked from pool/python-Sphinx

Accepting request 853197 from home:bnavigator:branches:devel:languages:python

- Remove unused mypy from BuildRequires in :test
- Fix the intersphinx inventory bundle for multiple python flavors
  gh#openSUSE/python-rpm-macros#66
- Fix failing graphviz dot calls by including packages for png
  and pdf formats. The png fail was masked by an incorrect use of
  a shell command chain. Fails for pdf format were in the tests.
- Add sphinx-pr8520-fix-AliasNode-copy.patch to fix failing 
  manpages build -- gh#sphinx-doc/sphinx#8520

OBS-URL: https://build.opensuse.org/request/show/853197
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=168
This commit is contained in:
2020-12-05 17:44:43 +00:00
committed by Git OBS Bridge
parent f1bb26e3fa
commit 1c3ee725be
4 changed files with 81 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 4 17:19:43 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Remove unused mypy from BuildRequires in :test
- Fix the intersphinx inventory bundle for multiple python flavors
gh#openSUSE/python-rpm-macros#66
- Fix failing graphviz dot calls by including packages for png
and pdf formats. The png fail was masked by an incorrect use of
a shell command chain. Fails for pdf format were in the tests.
- Add sphinx-pr8520-fix-AliasNode-copy.patch to fix failing
manpages build -- gh#sphinx-doc/sphinx#8520
-------------------------------------------------------------------
Thu Nov 26 09:18:00 UTC 2020 - Dirk Mueller <dmueller@suse.com>