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 2022-06-09 15:41:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zeep (Old) and /work/SRC/openSUSE:Factory/.python-zeep.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zeep" Thu Jun 9 15:41:47 2022 rev:8 rq:981505 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zeep/python-zeep.changes 2022-05-21 19:07:27.899410188 +0200 +++ /work/SRC/openSUSE:Factory/.python-zeep.new.1548/python-zeep.changes 2022-06-09 15:41:53.521356787 +0200 @@ -1,0 +2,6 @@ +Wed Jun 8 21:55:35 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Re-enable python310: xmlsec is optional +- Disable python2 build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zeep.spec ++++++ --- /var/tmp/diff_new_pack.kat0Di/_old 2022-06-09 15:41:54.033357336 +0200 +++ /var/tmp/diff_new_pack.kat0Di/_new 2022-06-09 15:41:54.037357340 +0200 @@ -16,10 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python36 1 -# python-xmlsec doesn???t support 3.10 gh#mehcode/python-xmlsec#204 -%define skip_python310 1 +%define skip_python2 1 Name: python-zeep Version: 4.1.0 Release: 0 @@ -43,7 +40,7 @@ Requires: python-requests >= 2.7.0 Requires: python-requests-file >= 1.5.1 Requires: python-requests-toolbelt >= 0.7.1 -Requires: python-xmlsec >= 0.6.1 +Recommends: python-xmlsec >= 0.6.1 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module platformdirs >= 1.4.0} @@ -63,7 +60,8 @@ 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 xmlsec >= 0.6.1} +# gh#mehcode/python-xmlsec#204 +BuildRequires: %{python_module xmlsec >= 0.6.1 if %python-base < 3.10} # /SECTION %python_subpackages @@ -83,8 +81,6 @@ %check export LANG=en_US.UTF-8 -# no working freezegun for python2 -python2_ignore="--ignore tests/test_cache.py" # broken tests ignorefiles="--ignore tests/test_wsse_signature.py \ --ignore tests/test_wsse_username.py \