diff --git a/python-suds2.spec b/python-suds2.spec index 8f907ee..d341472 100644 --- a/python-suds2.spec +++ b/python-suds2.spec @@ -1,7 +1,7 @@ %global srcname suds Name: python-suds2 -Version: 1.0.0 +Version: 1.1.1 Release: 1 Summary: A python SOAP client License: LGPLv3+ @@ -19,7 +19,7 @@ for Python licensed under LGPL. %{?python_provide:%python_provide python3-suds2} Summary: A python SOAP client BuildRequires: python3-devel python3-pytest python3-six -Provides: python3-suds = %{version}-%{release} +Provides: python3-suds = %{version}-%{release} python3-suds-community = %{version}-%{release} Obsoletes: python3-suds < %{version}-%{release} %description -n python3-suds2 @@ -43,6 +43,9 @@ for Python licensed under LGPL. %{python3_sitelib}/* %changelog +* Tue Oct 25 2022 yaoxin - 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 diff --git a/suds-1.0.0.tar.gz b/suds-1.0.0.tar.gz deleted file mode 100644 index 7823d95..0000000 Binary files a/suds-1.0.0.tar.gz and /dev/null differ diff --git a/suds-1.1.1.tar.gz b/suds-1.1.1.tar.gz new file mode 100644 index 0000000..4b46a1b Binary files /dev/null and b/suds-1.1.1.tar.gz differ