!19 provides python3-suds-community package.

From: @renliang16 
Reviewed-by: @huangtianhua, @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-08-22 02:13:59 +00:00 committed by Gitee
commit 713d716660
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,13 +2,13 @@
Name: python-suds2
Version: 1.1.1
Release: 2
Release: 3
Summary: A python SOAP client
License: LGPL-3.0
URL: https://github.com/suds-community/suds
Source0: https://github.com/suds-community/suds/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
Provides: python-suds = %{version}-%{release}
Provides: python-suds = %{version}-%{release} python3-suds-community = %{version}-%{release}
Obsoletes: python-suds < %{version}-%{release}
%description
@ -43,6 +43,9 @@ for Python licensed under LGPL.
%{python3_sitelib}/*
%changelog
* Fri Aug 19 2022 renliang16 <renliang@uniontech.com> - 1.1.1-3
- Provides python3-suds-community
* Tue Aug 02 2022 liukuo <liukuo@kylinos.cn> - 1.1.1-2
- License compliance rectification