14
0
forked from pool/python-Sphinx

Accepting request 810413 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/810413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=151
This commit is contained in:
Tomáš Chvátal
2020-06-01 06:44:32 +00:00
committed by Git OBS Bridge
parent 78afe9d47f
commit b19a1e856b
6 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.0.3
Version: 3.0.4
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause
@@ -230,7 +230,7 @@ mkdir build.doc
# get its intersphinx_inventroy from python3-doc
# instead of via network from https://docs.python.org/3/objects.inv
# https://github.com/sphinx-doc/sphinx/pull/7616
%if %python3_version_nodots <= 36
%if %{python3_version_nodots} <= 36
# python3-doc 3.6.5-lp151.5.4 from Leap 15.1
# doesn't have one necessary entry in python3.inv
# so use a copy from version 3.8.2-3.1 from Tumbleweed