xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
93 stars 97 forks source link

xmlsec 1.3.3 incompatability #279

Closed ayakael closed 6 months ago

ayakael commented 9 months ago

xmlsec 1.3.3 removed a bunch of deprecated functions that python-xmlsec uses. The following PR removed those deprecated functions: https://github.com/lsh123/xmlsec/pull/720

deronnax commented 7 months ago

and the build is currently failing because of the removal of xmlSecCryptoAppKeyLoad, that https://github.com/lsh123/xmlsec/pull/720 did remove.

ayakael commented 7 months ago

@deronnax This PR addresses these changes https://github.com/xmlsec/python-xmlsec/pull/280

sergei-maertens commented 7 months ago

FYI, since the end of January Arch linux ships 1.3.3 in their repositories, I was just bitten by this