Skip to content

Tags: xmlsec/python-xmlsec

Tags

1.3.17

Toggle 1.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#399)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

1.3.16

Toggle 1.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix windows wheels and add ARM support (#354)

Co-authored-by: Tomi Belan <[email protected]>

1.3.15

Toggle 1.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #340 from haya4ux/patch-1

Fix type mismatch in PyXmlSec_ClearReplacedNodes for Python 3.13 compatibility

1.3.14

Toggle 1.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add windows wheel build (#313)

1.3.14-rc1

Toggle 1.3.14-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #300 from jonathangreen/feature/version-check-code…

…-review-updates

Update to libxml2 version incorporating code review feedback

1.3.13

Toggle 1.3.13's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* 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 - Stanislav Levin
* Resolve key loading issue on big-endian systems. - Chris MacNaughton
* Fix building wheel when using `PYXMLSEC_STATIC_DEPS=true`
* setup.py: Fix typo in PYXMLSEC_LIBXSLT_VERSION - AbdealiJK
* Switch on modern headers lxml - Alexander Shadchin
* use build to build wheels - Thomas Grainger
* remove pkgconfig as it's only a build-system requirement - Thomas Grainger
* exclude lxml 4.7 because the wheels are missing the lxml includes - Thomas Grainger

1.3.12

Toggle 1.3.12's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Added support for registering custom xmlsec IO callbacks

* Added support for building without MD5 transforms
* Added support for PEP 539 for Python 3.7 and newer
* Using `lxml-stubs` package instead of custom LXML stubs

1.3.11

Toggle 1.3.11's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Removed Python 2 comptibility code.

* Fixed bug with unused custom error callback.
* Added support for building with `XMLSEC_NO_XSLT` macro.
* Reactivated documentation builds on RTD.
* Switched docs theme to `furo`.

1.3.10

Toggle 1.3.10's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* Turned off building Python 2.7 wheels in CI pipelines

* Fixed `libxmlsec1` version checks

1.3.9

Toggle 1.3.9's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
* 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
* Recording code coverage also in MacOS jobs