Package: python-zeep / 4.3.2-1

Metadata

Package Version Patches format
python-zeep 4.3.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 remove failing tests.patch | (download)

tests/test_wsse_signature.py | 268 0 + 268 - 0 !
1 file changed, 268 deletions(-)

 remove some failing tests due to missing build dependencies
 The following tests fail due to missing build dependencies
  tests/test_wsse_signature.py: xmlsec
02 fix soap enc.xsd copyright char.patch | (download)

tests/wsdl_files/soap-enc.xsd | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 replace the copyright sign by ascii chars
 The tests
  tests/test_wsdl_arrays.py
  tests/test_wsdl_messages_rpc.py
 are failing in an sbuild environment with 
 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 89: ordinal not in range(128)
 while they succeed without error in the GitHub CI as well as in a local 
 virtual environment with tox.

 While investigating further this patch replaces for now the offending char.