Sync from SUSE:SLFO:Main python-suds revision b56d67cba09a591a87c1dc3448fcdba9

This commit is contained in:
Adrian Schröter 2024-12-13 12:28:49 +01:00
parent 35fdd91ef2
commit ccb97f420a
4 changed files with 14 additions and 9 deletions

View File

@ -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 <yarunachalam@suse.com> Tue Oct 11 15:36:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-suds # 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 # 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,10 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1 %global skip_python2 1
Name: python-suds Name: python-suds
Version: 1.1.2 Version: 1.2.0
Release: 0 Release: 0
Summary: Lightweight SOAP client Summary: Lightweight SOAP client
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
@ -52,15 +51,13 @@ that fork that is releasing packages under the main suds package name
package). package).
%prep %prep
%setup -q -n suds-%{version} %autosetup -p1 -n suds-%{version}
%build %build
%python_build %python_build
%install %install
%python_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* %python_expand %fdupes %{buildroot}/%{$python_sitelib}/suds*
%check %check

BIN
suds-1.1.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
suds-1.2.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.