From 3fa2849818536f5ea05df97ca3760c46b2d65b4e9d061ea254093db8443561cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Dec 2020 10:05:52 +0000 Subject: [PATCH] - update to 6.3.1: - Fix extraction of RegistrationInfo when no information is available - Fix http_info struct to include status-code - Allow to specify policy configurations based on the registration authority. - Add new configuration option `logout_responses_signed` to sign logout responses. - When available and appropriate return the ResponseLocation along with the Location attribute. - Always use base64.encodebytes; base64.encodestring has been dropped. - Examples: fix IdP example that was outputing debug statements on stdout that became part of its metadata. - CI/CD: Use Ubuntu bionic as the host to run the CI/CD process. - CI/CD: Pre-releases are now available on [test.pypi.org][pypi.test.pysaml2]. Each commit/merge on the master branch autotically creates a new pre-release. To install a prelease, run: - Fix the generated xsd:ID format for EncryptedData and EncryptedKey elements - Set the default value for the NameFormat attribute to unspecified when parsing - Support arbitrary entity attributes - Replace all asserts with proper checks - Allow request signing in artifact2message - Support logging configuration through the python logger - Fix wrong identifiers for ecdsa algos - Fix automatic inversion of attribute map files - Factor out common codepaths in attribute_converter - Remove uneeded exception logging - Docs: Update configuration options documentation - Examples: Support both str and bytes in SAML requests on the example idp - Examples: Update to key generation to 2048 bits OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=46 --- python-pysaml2.changes | 31 +++++++++++++++++++++++++++++++ python-pysaml2.spec | 2 +- v6.1.0.tar.gz | 3 --- v6.3.1.tar.gz | 3 +++ 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 v6.1.0.tar.gz create mode 100644 v6.3.1.tar.gz diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 74bfb17..695ce02 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Dec 20 10:04:41 UTC 2020 - Dirk Müller + +- update to 6.3.1: + - Fix extraction of RegistrationInfo when no information is available + - Fix http_info struct to include status-code + - Allow to specify policy configurations based on the registration authority. + - Add new configuration option `logout_responses_signed` to sign logout responses. + - When available and appropriate return the ResponseLocation along with the Location + attribute. + - Always use base64.encodebytes; base64.encodestring has been dropped. + - Examples: fix IdP example that was outputing debug statements on stdout that became + part of its metadata. + - CI/CD: Use Ubuntu bionic as the host to run the CI/CD process. + - CI/CD: Pre-releases are now available on [test.pypi.org][pypi.test.pysaml2]. Each + commit/merge on the master branch autotically creates a new pre-release. To install a + prelease, run: + - Fix the generated xsd:ID format for EncryptedData and EncryptedKey elements + - Set the default value for the NameFormat attribute to unspecified when parsing + - Support arbitrary entity attributes + - Replace all asserts with proper checks + - Allow request signing in artifact2message + - Support logging configuration through the python logger + - Fix wrong identifiers for ecdsa algos + - Fix automatic inversion of attribute map files + - Factor out common codepaths in attribute_converter + - Remove uneeded exception logging + - Docs: Update configuration options documentation + - Examples: Support both str and bytes in SAML requests on the example idp + - Examples: Update to key generation to 2048 bits + ------------------------------------------------------------------- Sat Jul 11 18:07:25 UTC 2020 - Michael Ströder diff --git a/python-pysaml2.spec b/python-pysaml2.spec index f3fe5d5..dcd8c88 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -20,7 +20,7 @@ %global modname pysaml2 %global skip_python2 1 Name: python-pysaml2 -Version: 6.1.0 +Version: 6.3.1 Release: 0 Summary: Python implementation of SAML Version 2 to be used in a WSGI environment License: Apache-2.0 diff --git a/v6.1.0.tar.gz b/v6.1.0.tar.gz deleted file mode 100644 index b80e58a..0000000 --- a/v6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a160e5e36f2b8cbe670df072d61889067e5ae58cd6759a623b45cd9dd49f7793 -size 5953396 diff --git a/v6.3.1.tar.gz b/v6.3.1.tar.gz new file mode 100644 index 0000000..4e9c9f7 --- /dev/null +++ b/v6.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a5ec11da37abde1792207412a83e7f1da817179ffe864e35014dcdfdf2227d +size 5959873