15
0
forked from pool/python-Sphinx

- update to 3.5.4:

* #9071: Restrict docutils to 0.16
  * #9078: autodoc: Async staticmethods and classmethods are considered as non
    async coroutine-functions with Python3.10
  * #8870, #9001, #9051: html theme: The style are not applied with docutils-0.17

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=179
This commit is contained in:
2021-04-16 07:10:26 +00:00
committed by Git OBS Bridge
parent 9ac36c5ef2
commit 6530faba08
7 changed files with 32 additions and 21 deletions

View File

@@ -28,7 +28,7 @@
%endif
%define skip_python2 1
Name: python-Sphinx%{psuffix}
Version: 3.5.3
Version: 3.5.4
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause
@@ -46,10 +46,12 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
# workaround for suboptimal CentOS-7 project config
#!BuildIgnore: texinfo
Requires: AND
Requires: python-Babel >= 1.3
Requires: python-Jinja2 >= 2.3
Requires: python-Pygments >= 2.1
Requires: python-alabaster >= 0.7
Requires: python-docutils < 0.17
Requires: python-docutils >= 0.12
Requires: python-imagesize
Requires: python-requests >= 2.5.0