- Update to 1.13.13
* Add CI for Python 3.10, manylinux2 SOABI, musllinux1 SOABI and OpenSUSE Tumbleweed
* Introduce linting with pre-commit
* Rewrite PEP 484 stubs
* xmlsec workaround for gh##84
* Resolve key loading issue on big-endian systems.
* Fix building wheel when using PYXMLSEC_STATIC_DEPS=true
* setup.py: Fix typo in PYXMLSEC_LIBXSLT_VERSION
* Switch on modern headers lxml
* use build to build wheels
* remove pkgconfig as it's only a build-system requirement
* exclude lxml 4.7 because the wheels are missing the lxml includes
- Drop merged avoid_lxml_tests_failing.patch
- Normalize the tests call
OBS-URL: https://build.opensuse.org/request/show/1029766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=22
- Removed Python 2 compatibility code.
- Fixed bug with unused custom error callback.
- Added support for building with XMLSEC_NO_XSLT macro.
- Switched docs theme to furo.
- Fixed libxmlsec1 version checks
- More tests added to increase test coverage
- Various small fixes for segfaults found
- Added xmlsec.base64_default_line_size() function to set the
default maximum columns size for base64 encoding
- Added AES-GCM transform constants
- Added Python 3.9 support
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=12