14
0

- add fix-error-type.patch to fix tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmldiff?expand=0&rev=23
This commit is contained in:
2025-08-04 20:20:51 +00:00
committed by Git OBS Bridge
parent 1080706320
commit 4166c4ed68
3 changed files with 21 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-xmldiff
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@ Summary: Tree to tree correction between XML documents
License: MIT
URL: https://github.com/Shoobx/xmldiff
Source: https://files.pythonhosted.org/packages/source/x/xmldiff/xmldiff-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-error-type.patch taken from https://github.com/Shoobx/xmldiff/commit/57e16ce3d92067c6246c3de04f2d4b9803f6f25b
Patch0: fix-error-type.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}