14
0

Accepting request 1116724 from home:ecsos:branches:devel:languages:python

- Fix build error: patch defined multible times.

OBS-URL: https://build.opensuse.org/request/show/1116724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-tabs?expand=0&rev=11
This commit is contained in:
2023-10-11 07:36:45 +00:00
committed by Git OBS Bridge
parent a08663dbbc
commit 6b43f3565b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 9 14:41:57 UTC 2023 - ecsos <ecsos@opensuse.org>
- Fix build error: patch defined multible times.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 19 10:18:28 UTC 2023 - Markéta Machová <mmachova@suse.com> Tue Sep 19 10:18:28 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@@ -40,9 +40,9 @@ URL: https://github.com/executablebooks/sphinx-tabs
# Use the github tag instead of the pythonhosted.org to get the tests folder # Use the github tag instead of the pythonhosted.org to get the tests folder
Source: https://github.com/executablebooks/sphinx-tabs/archive/refs/tags/v%{version}.tar.gz Source: https://github.com/executablebooks/sphinx-tabs/archive/refs/tags/v%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/commit/f60a10e13b3a6a8d1d27f285d9942b57ab07d0a8 Make the tests pass with Sphinx 7.1 # PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/commit/f60a10e13b3a6a8d1d27f285d9942b57ab07d0a8 Make the tests pass with Sphinx 7.1
Patch: sphinx71.patch Patch1: sphinx71.patch
# PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/pull/179 Fix tests for Sphinx 7.2 # PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/pull/179 Fix tests for Sphinx 7.2
Patch: sphinx72.patch Patch2: sphinx72.patch
BuildRequires: %{python_module Pygments} BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}