14
0

- update to 5.1.0:

- support eIDAS RequestedAttributes per AuthnRequest
  - fix xmlsec1 --id-attr configuration option value
  - do not remove existing disco URL query params
  - load attribute maps in predictable order
  - better error message when AudienceRestriction does not validate
  - always use base64.encodebytes instead of base64.encodestring
  - update the eIDAS attribute mapping for legal person
  - fix py_compile warnings
  - fix pylint errors and warnings
  - various small fixes
  - add Python3.8 as supported
  - tests: fix validity dates
  - docs: document default value for 'want_response_signed'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=40
This commit is contained in:
2020-06-14 08:58:25 +00:00
committed by Git OBS Bridge
parent ccc762bf97
commit 07cc2736b7
4 changed files with 24 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
%global modname pysaml2
%global skip_python2 1
Name: python-pysaml2
Version: 5.0.0
Version: 5.1.0
Release: 0
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
License: Apache-2.0
@@ -95,10 +95,10 @@ done
%endif
%post
%python_install_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py
%python_install_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py
%postun
%python_uninstall_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py
%python_uninstall_alternative make_metadata.py parse_xsd2.py mdexport.py merge_metadata.py
%files %{python_files}
%license LICENSE