xmlsec / python-xmlsec

Python bindings for the XML Security Library.
MIT License
95 stars 99 forks source link

xmlsec 1.3.3 incompatability #279

Closed ayakael closed 8 months ago

ayakael commented 10 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 9 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 9 months ago

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

sergei-maertens commented 8 months ago

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