%global srcname suds Name: python-suds2 Version: 1.1.1 Release: 4 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} Obsoletes: python-suds < %{version}-%{release} %description "Suds" is a lightweight SOAP-based web service client for Python licensed under LGPL. %package -n python3-suds2 %{?python_provide:%python_provide python3-suds2} Summary: A python SOAP client BuildRequires: python3-devel python3-pytest python3-six Provides: python3-suds = %{version}-%{release} python3-suds-community = %{version}-%{release} Obsoletes: python3-suds < %{version}-%{release} %description -n python3-suds2 "Suds" is a lightweight SOAP-based web service client for Python licensed under LGPL. %prep %autosetup -n %{srcname}-%{version} -p1 %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-suds2 %license LICENSE.txt %{python3_sitelib}/* %changelog * Tue Aug 23 2022 renliang16 - 1.1.1-4 - Fixed bug where python3-suds-community is not provided * Fri Aug 19 2022 renliang16 - 1.1.1-3 - Provides python3-suds-community * Tue Aug 02 2022 liukuo - 1.1.1-2 - License compliance rectification * Fri Jun 10 2022 SimpleUpdate Robot - 1.1.1-1 - Upgrade to version 1.1.1 * Wed Jan 12 2022 Chengshaowei - 1.0.0-1 - update to v 1.0.0 * Fri Jan 08 2021 maminjie - 0.7.0-5 - update source and port to pytest4 * Wed Jul 8 2020 zhanghua - 0.7-4 - change Name to python-suds2 and remove Subpackage python2-suds * Wed Jun 24 2020 wutao - 0.7-3 - Fix transport test error * Sun Mar 22 2020 sunguoshuai - 0.7-2 - Fix http test error. * Thu Feb 13 2020 Ruijun Ge - 0.7-1 - init package