Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Tags: paymentworks/python-xmlsec

Tags

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

1.3.8

Toggle 1.3.8's commit message

Verified

This tag was signed with the committer’s verified signature.
hoefling Oleg Höfling
Escape the XMLSEC_CRYPTO macro value, just as it was done in the orig…

…inal setup

1.3.7

Toggle 1.3.7's commit message

Verified

This tag was signed with the committer’s verified signature.
hoefling Oleg Höfling
Various improvements related to packaging, distribution, CI and docum…

…entation. Notable changes:

* Added [PEP 484](https://www.python.org/dev/peps/pep-0484/) type stubs.
* Moved documentation to RTD.
* Fixed segfault when trying to access missing attributes of some constants.
* Fixed building error with Python 2.7 on Windows.
* Added CI pipelines for ``manylinux2010`` reference system and MacOS.
* Reworked setup script, preparing for [PEP 571](https://www.python.org/dev/peps/pep-0571/) wheels.
* Prohibited installation for unsupported Python versions.
* Using ``setuptools-scm`` for dist version calculation from Git tags.

show

Toggle show's commit message

Verified

This tag was signed with the committer’s verified signature.
hoefling Oleg Höfling
Fixed error when building the source dist on older platforms due to a…

…ccidental drop of escaping the ``XMLSEC_CRYPTO`` macro value.

1.3.6

Toggle 1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xmlsec#87 from mehcode/develop

Fixed windows installation

1.3.5

Toggle 1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xmlsec#87 from mehcode/develop

Fixed windows installation

1.3.4

Toggle 1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request xmlsec#76 from mintel/XMLSEC_CRYPTO-quotes

Fix build on CentOS 6 w/ xmlsec1-1.2.19-3

1.3.3

Toggle 1.3.3's commit message
Fix installation via pip