!4 fix install failed with python-sphinx 1.8.4

From: @lyn1001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-17 09:34:29 +00:00 committed by Gitee
commit b99ee688ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,12 @@
diff -Nur a/setup.py b/setup.py
--- a/setup.py 2019-12-08 18:21:18.000000000 +0800
+++ b/setup.py 2022-08-16 11:39:11.119234654 +0800
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-requires = ['blockdiag>=1.5.0', 'Sphinx>=2.0']
+requires = ['blockdiag>=1.5.0', 'Sphinx>=1.8']
setup(
name='sphinxcontrib-blockdiag',

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-blockdiag
Version: 2.0.0
Release: 1
Release: 2
Summary: Sphinx "blockdiag" extension
License: BSD
URL: https://github.com/blockdiag/sphinxcontrib-blockdiag
Source0: https://files.pythonhosted.org/packages/ad/7a/d9e57607522d414e1a089f8da982750ded0e100b1bfc210b17f0fe98db47/sphinxcontrib-blockdiag-2.0.0.tar.gz
Patch0: fix-install-failed-with-python-sphinx-1.8.4.patch
BuildArch: noarch
@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Feb 01 2021 Python_Bot <Python_Bot@openeuler.org>
* Wed Aug 17 2022 liyanan <liyanan32@h-partners.com> - 2.0.0-2
- fix install failed with python-sphinx 1.8.4
* Mon Feb 01 2021 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1
- Package Spec generated