diff --git a/python-suds.changes b/python-suds.changes index ae060e4..6f681ff 100644 --- a/python-suds.changes +++ b/python-suds.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 3 10:38:51 UTC 2024 - pgajdos@suse.com + +- version update to 1.2.0 + * Remove support from before Python 3.7 + * asdict functionality to optionally recursively give suds object + * Support process SOAP 1.2 reply + ------------------------------------------------------------------- Tue Oct 11 15:36:35 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-suds.spec b/python-suds.spec index 3a27cbe..b5e7c13 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -1,7 +1,7 @@ # # spec file for package python-suds # -# Copyright (c) 2022 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,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-suds -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Lightweight SOAP client License: LGPL-3.0-or-later @@ -52,15 +51,13 @@ that fork that is releasing packages under the main suds package name package). %prep -%setup -q -n suds-%{version} +%autosetup -p1 -n suds-%{version} %build %python_build %install %python_install -# remove tests/ dir from global site-packages -%python_expand rm -rf %{buildroot}/%{$python_sitelib}/tests %python_expand %fdupes %{buildroot}/%{$python_sitelib}/suds* %check diff --git a/suds-1.1.2.tar.gz b/suds-1.1.2.tar.gz deleted file mode 100644 index 1f24ce0..0000000 --- a/suds-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d5cfa74117193b244a4233f246c483d9f41198b448c5f14a8bad11c4f649f2b -size 285336 diff --git a/suds-1.2.0.tar.gz b/suds-1.2.0.tar.gz new file mode 100644 index 0000000..731f8a2 --- /dev/null +++ b/suds-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b162c3d2355374e11d8b9acf15eeaa158b416b4625821844f9f628d679deaf +size 271331