diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 1419509..64caa87 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 14 08:57:41 UTC 2020 - Dirk Mueller + +- 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' + ------------------------------------------------------------------- Tue May 5 12:50:42 UTC 2020 - Matej Cepl diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 09f1d7a..21a0dd5 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -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 diff --git a/v5.0.0.tar.gz b/v5.0.0.tar.gz deleted file mode 100644 index 2b0a7d3..0000000 --- a/v5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cabbf9ef17aa47b73d8f78f9ac1510956b30ca18d60474c221020a62c4c567d2 -size 5953090 diff --git a/v5.1.0.tar.gz b/v5.1.0.tar.gz new file mode 100644 index 0000000..23ed406 --- /dev/null +++ b/v5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3754991c67464d804c5387e4b36b1086f5572a3cbb7c136d6f9e378c8d84768d +size 5952154