forked from pool/python-pysaml2
- Update to 4.8.0:
* Refactor the way ForceAuthn is set: check for "true" and "1" * Allow to set NameQualifier and SPNameQualifier attributes for ePTID * Parse assertions with Holder-of-Key profile * Add created_at timestamps to all mongodb documents * Look for existing persistent id's before creating new ones * Do not add AllowCreate property for default transient NameID * Enable entity category import from module search path * Add SAML subject identifier attributes to saml2_uri attributemap * Fix deprecation warning regarding the cgi module - use the html module when available * Misc minor improvements * tests: Be compatible with latest pytest * tests: Make tests pass after 2024 * tests: Add py37 as a test target * docs: Correct instructions to run tests * docs: Fix misc typos OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
1b28bccebd
commit
016e3937f1
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global modname pysaml2
|
||||
Name: python-pysaml2
|
||||
Version: 4.7.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user