Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zeep for openSUSE:Factory checked in at 2021-07-12 01:24:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zeep (Old) and /work/SRC/openSUSE:Factory/.python-zeep.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zeep" Mon Jul 12 01:24:49 2021 rev:4 rq:897202 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zeep/python-zeep.changes 2021-04-17 23:25:03.813604116 +0200 +++ /work/SRC/openSUSE:Factory/.python-zeep.new.2625/python-zeep.changes 2021-07-12 01:25:09.077178403 +0200 @@ -1,0 +2,16 @@ +Thu Jun 3 08:45:37 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Update to 4.0.0 + * Drop support for Python 2.7, 3.3, 3.4 and 3.5 + * Remove both the aiohttp and the tornado transport class from + Zeep. These can be moved to their own Python package if anyone + is interested. + * Add zeep.transports.AsyncTransport which is based on httpx. + Note that loading wsdl files is still a sync process but + operations can be executed via async. + * Start adding more typehints to the package +- Remove patches that are not needed anymore: + * pytest4.patch + * pytest5.patch + +------------------------------------------------------------------- Old: ---- pytest4.patch pytest5.patch zeep-3.4.0.tar.gz New: ---- zeep-4.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zeep.spec ++++++ --- /var/tmp/diff_new_pack.W8KMcV/_old 2021-07-12 01:25:09.917171943 +0200 +++ /var/tmp/diff_new_pack.W8KMcV/_new 2021-07-12 01:25:09.921171912 +0200 @@ -17,16 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-zeep -Version: 3.4.0 +Version: 4.0.0 Release: 0 Summary: A Python SOAP client based on lxml/requests License: MIT Group: Development/Languages/Python URL: http://docs.python-zeep.org Source: https://files.pythonhosted.org/packages/source/z/zeep/zeep-%{version}.tar.gz -Patch1: pytest4.patch -Patch2: pytest5.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -38,34 +37,30 @@ Requires: python-lxml >= 3.1.0 Requires: python-pytz Requires: python-requests >= 2.7.0 +Requires: python-requests-file >= 1.5.1 Requires: python-requests-toolbelt >= 0.7.1 -Requires: python-six >= 1.9.0 -Requires: python-tornado >= 4.0.2 Requires: python-xmlsec >= 0.6.1 -%if 0%{?python_version_nodots} >= 34 -Requires: python-aiohttp >= 1.0 -%endif BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module appdirs >= 1.4.0} -BuildRequires: %{python_module aiohttp >= 1.0 if %python-base >= 3.4} -BuildRequires: %{python_module aioresponses >= 0.4.1 if %python-base > 3.4} +BuildRequires: %{python_module aiohttp >= 1.0} +BuildRequires: %{python_module aioresponses >= 0.4.1} BuildRequires: %{python_module attrs >= 17.2.0} BuildRequires: %{python_module cached-property >= 1.3.0} BuildRequires: %{python_module defusedxml >= 0.4.1} -BuildRequires: %{python_module freezegun >= 0.3.8 if %python-base > 3.4} +BuildRequires: %{python_module freezegun >= 0.3.15} BuildRequires: %{python_module isodate >= 0.5.4} BuildRequires: %{python_module lxml >= 3.1.0} BuildRequires: %{python_module mock >= 2.0.0} -BuildRequires: %{python_module pretend >= 1.0.8} -BuildRequires: %{python_module pytest >= 3.1.3} -BuildRequires: %{python_module pytest-tornado >= 0.4.5} +BuildRequires: %{python_module pretend >= 1.0.9} +BuildRequires: %{python_module pytest >= 6.0.1} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module pytest-httpx} BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests >= 2.7.0} +BuildRequires: %{python_module requests-file >= 1.5.1} BuildRequires: %{python_module requests-mock >= 0.7.0} BuildRequires: %{python_module requests-toolbelt >= 0.7.1} -BuildRequires: %{python_module six >= 1.9.0} -BuildRequires: %{python_module tornado >= 4.0.2} BuildRequires: %{python_module xmlsec >= 0.6.1} # /SECTION %python_subpackages ++++++ zeep-3.4.0.tar.gz -> zeep-4.0.0.tar.gz ++++++ ++++ 6096 lines of diff (skipped)