14
0

- Add patch fix-test-assertion-methods.patch, use non-removed assertion

methods.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomper?expand=0&rev=23
This commit is contained in:
2024-03-13 02:03:11 +00:00
committed by Git OBS Bridge
parent 5f56696aa9
commit 51768fdcbd
3 changed files with 693 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-stomper
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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,7 @@ License: Apache-2.0
URL: https://code.google.com/p/stomper
Source0: https://files.pythonhosted.org/packages/source/s/stomper/stomper-%{version}.tar.gz
Patch0: remove-future-requirement.patch
Patch1: fix-test-assertion-methods.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}