14
0

Accepting request 1224185 from home:mcalabkova:branches:devel:languages:python

Please see the Slack thread first

- Add xsd-date.patch to fix test failure
- Stop providing/obsoleting python-zeep, as the latter exists in OBS
  and is more up-to-date on a lower version

OBS-URL: https://build.opensuse.org/request/show/1224185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer-zeep?expand=0&rev=12
This commit is contained in:
2024-11-14 17:29:02 +00:00
committed by Git OBS Bridge
parent b6cf463594
commit 45fff20430
3 changed files with 55 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/s/softlayer-zeep/
# PATCH-FIX-UPSTREAM skip-networked-test.patch gh#mvantellingen/python-zeep#1402 mcepl@suse.com
# skip tests requiring network connection
Patch0: skip-networked-test.patch
# PATCH-FIX-UPSTREAM gh#mvantellingen/python-zeep#d1b0257 Fix regression in parsing xsd:Date with negative timezone
Patch1: xsd-date.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -40,8 +42,6 @@ Requires: python-pytz
Requires: python-requests >= 2.7.0
Requires: python-requests-file >= 1.5.1
Requires: python-requests-toolbelt >= 0.7.1
Provides: python-zeep = %{version}
Obsoletes: python-zeep < %{version}
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs >= 17.2.0}