14
0

- Add {Build,}Requires on legacy-cgi to support Python 3.13.

- Update VCS URL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-softlayer-zeep?expand=0&rev=10
This commit is contained in:
2024-10-29 05:34:59 +00:00
committed by Git OBS Bridge
parent ca7c031573
commit b6cf463594
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 29 05:34:42 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add {Build,}Requires on legacy-cgi to support Python 3.13.
- Update VCS URL.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 19 13:34:00 UTC 2023 - Matej Cepl <mcepl@cepl.eu> Tue Dec 19 13:34:00 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-softlayer-zeep # spec file for package python-softlayer-zeep
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@@ -16,14 +16,13 @@
# #
%global skip_python2 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-softlayer-zeep Name: python-softlayer-zeep
Version: 5.0.0 Version: 5.0.0
Release: 0 Release: 0
Summary: A modern/fast Python SOAP client based on lxml / requests Summary: A modern/fast Python SOAP client based on lxml / requests
License: MIT License: MIT
#Git-Clone: https://github.com/mvantellingen/python-zeep #Git-Clone: https://github.com/softlayer/softlayer-zeep
URL: https://docs.python-zeep.org URL: https://docs.python-zeep.org
Source: https://files.pythonhosted.org/packages/source/s/softlayer-zeep/softlayer-zeep-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/softlayer-zeep/softlayer-zeep-%{version}.tar.gz
# PATCH-FIX-UPSTREAM skip-networked-test.patch gh#mvantellingen/python-zeep#1402 mcepl@suse.com # PATCH-FIX-UPSTREAM skip-networked-test.patch gh#mvantellingen/python-zeep#1402 mcepl@suse.com
@@ -49,6 +48,7 @@ BuildRequires: %{python_module attrs >= 17.2.0}
BuildRequires: %{python_module freezegun >= 0.3.15} BuildRequires: %{python_module freezegun >= 0.3.15}
BuildRequires: %{python_module isodate >= 0.5.4} BuildRequires: %{python_module isodate >= 0.5.4}
BuildRequires: %{python_module isort >= 5.3.2} BuildRequires: %{python_module isort >= 5.3.2}
BuildRequires: %{python_module legacy-cgi >= 2.6}
BuildRequires: %{python_module lxml >= 4.6.0} BuildRequires: %{python_module lxml >= 4.6.0}
BuildRequires: %{python_module platformdirs >= 1.4.0} BuildRequires: %{python_module platformdirs >= 1.4.0}
BuildRequires: %{python_module pretend == 1.0.9} BuildRequires: %{python_module pretend == 1.0.9}
@@ -61,6 +61,9 @@ BuildRequires: %{python_module requests-file >= 1.5.1}
BuildRequires: %{python_module requests-mock >= 0.7.0} BuildRequires: %{python_module requests-mock >= 0.7.0}
BuildRequires: %{python_module requests-toolbelt >= 0.7.1} BuildRequires: %{python_module requests-toolbelt >= 0.7.1}
# /SECTION # /SECTION
%if 0%{?python_version_nodots} >= 313
Requires: python-legacy-cgi >= 2.6
%endif
%python_subpackages %python_subpackages
%description %description
@@ -83,6 +86,6 @@ A modern/fast Python SOAP client based on lxml / requests
%doc CHANGES README.rst %doc CHANGES README.rst
%license LICENSE %license LICENSE
%{python_sitelib}/zeep %{python_sitelib}/zeep
%{python_sitelib}/softlayer_zeep-%{version}*-info %{python_sitelib}/softlayer_zeep-%{version}.dist-info
%changelog %changelog