- add sphinx4.patch to enable build with Sphinx 4.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logutils?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 5 19:05:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- add sphinx4.patch to enable build with Sphinx 4.x
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:50:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:50:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-logutils
|
# spec file for package python-logutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -25,6 +25,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://logutils.readthedocs.io/
|
URL: https://logutils.readthedocs.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/l/logutils/logutils-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/l/logutils/logutils-%{version}.tar.gz
|
||||||
|
Patch0: sphinx4.patch
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
@@ -58,6 +59,7 @@ This package contains the documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n logutils-%{version}
|
%setup -q -n logutils-%{version}
|
||||||
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
15
sphinx4.patch
Normal file
15
sphinx4.patch
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Index: logutils-0.3.5/doc/conf.py
|
||||||
|
===================================================================
|
||||||
|
--- logutils-0.3.5.orig/doc/conf.py
|
||||||
|
+++ logutils-0.3.5/doc/conf.py
|
||||||
|
@@ -171,8 +171,8 @@ htmlhelp_basename = 'Logutilsdoc'
|
||||||
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
|
# (source start file, target name, title, author, document class [howto/manual]).
|
||||||
|
latex_documents = [
|
||||||
|
- ('index', 'Logutils.tex', ur'Logutils Documentation',
|
||||||
|
- ur'Vinay Sajip', 'manual'),
|
||||||
|
+ ('index', 'Logutils.tex', 'Logutils Documentation',
|
||||||
|
+ 'Vinay Sajip', 'manual'),
|
||||||
|
]
|
||||||
|
|
||||||
|
# The name of an image file (relative to this directory) to place at the top of
|
Reference in New Issue
Block a user