Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-softlayer-zeep for openSUSE:Factory checked in at 2024-10-29 14:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-softlayer-zeep (Old) and /work/SRC/openSUSE:Factory/.python-softlayer-zeep.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-softlayer-zeep" Tue Oct 29 14:35:55 2024 rev:4 rq:1218911 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-softlayer-zeep/python-softlayer-zeep.changes 2023-12-28 23:02:27.696631375 +0100 +++ /work/SRC/openSUSE:Factory/.python-softlayer-zeep.new.2020/python-softlayer-zeep.changes 2024-10-29 14:36:24.688667725 +0100 @@ -1,0 +2,6 @@ +Tue Oct 29 05:34:42 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Add {Build,}Requires on legacy-cgi to support Python 3.13. +- Update VCS URL. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-softlayer-zeep.spec ++++++ --- /var/tmp/diff_new_pack.Kvq3To/_old 2024-10-29 14:36:25.136686224 +0100 +++ /var/tmp/diff_new_pack.Kvq3To/_new 2024-10-29 14:36:25.140686389 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # -%global skip_python2 1 %{?sle15_python_module_pythons} Name: python-softlayer-zeep Version: 5.0.0 Release: 0 Summary: A modern/fast Python SOAP client based on lxml / requests License: MIT -#Git-Clone: https://github.com/mvantellingen/python-zeep +#Git-Clone: https://github.com/softlayer/softlayer-zeep URL: https://docs.python-zeep.org 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 mc...@suse.com @@ -49,6 +48,7 @@ BuildRequires: %{python_module freezegun >= 0.3.15} BuildRequires: %{python_module isodate >= 0.5.4} BuildRequires: %{python_module isort >= 5.3.2} +BuildRequires: %{python_module legacy-cgi >= 2.6} BuildRequires: %{python_module lxml >= 4.6.0} BuildRequires: %{python_module platformdirs >= 1.4.0} BuildRequires: %{python_module pretend == 1.0.9} @@ -61,6 +61,9 @@ BuildRequires: %{python_module requests-mock >= 0.7.0} BuildRequires: %{python_module requests-toolbelt >= 0.7.1} # /SECTION +%if 0%{?python_version_nodots} >= 313 +Requires: python-legacy-cgi >= 2.6 +%endif %python_subpackages %description @@ -83,5 +86,5 @@ %doc CHANGES README.rst %license LICENSE %{python_sitelib}/zeep -%{python_sitelib}/softlayer_zeep-%{version}*-info +%{python_sitelib}/softlayer_zeep-%{version}.dist-info