./www/py-pysaml2, Python implementation of SAML Version 2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.5.2, Package name: py312-pysaml2-7.5.2, Maintainer: kethzer.dr

PySAML2 is a pure python implementation of SAML Version 2 Standard.
It contains all necessary pieces for building a SAML2 service
provider or an identity provider. The distribution contains examples
of both. Originally written to work in a WSGI environment there
are extensions that allow you to use it with other frameworks.


Master sites:

Filesize: 332.854 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-22 18:17:39 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-pysaml2: updated to 7.5.2

7.5.2 (2025-02-10)

Include the XSD of the XML Encryption Syntax and Processing Version 1.1 to the \ 
schema validator

7.5.1 (2025-02-10)

deps: restrict pyOpenSSL up to v24.2.1 until it is replaced
deps: update dependncies for the lockfile and examples

7.5.0 (2024-01-30)

Fix missing requested attributes from the ACS
Add support for errorURL to be exposed in metadata for IdP
Update logged message when the signature validation on the assertion fails
Replace imp with importlib
deps: restrict xmlschema version
deps: remove utility from packaging
examples: update code and README to align with latest code
docs: update readme with info about xmlsec1 compatibility

7.4.2 (2023-06-11)

Add support for xmlsec1 1.3.x
Use the set crypto_backend when creating the entity metadata

7.4.1 (2023-02-24)

Fix subject-id requirements processing

7.4.0 (2023-02-14)

Ensure the ID of each Signature element is unique when signing an encrypted assertion
Bump Python to 3.9
dev: Add mypy configuration and type stubs
tests: move tox.ini config into pyproject.toml
docs: Update release instructions
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2023-08-29 16:09:27 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-pysaml2: restrict to supported Python versions
   2023-08-29 16:04:20 by Emmanuel Dreyfus | Files touched by this commit (4)
Log message:
Added py-pysqml2 version 7.1.2

PySAML2 is a pure python implementation of SAML Version 2 Standard.
It contains all necessary pieces for building a SAML2 service
provider or an identity provider. The distribution contains examples
of both. Originally written to work in a WSGI environment there
are extensions that allow you to use it with other frameworks.

This imported from wip/py-pysqml2, contributed by kethzer.dr@gmail.com