From 3f73e0ed675ddc5990aa8334f7ada9c59bac502ed82b43a7d1bf20350f426351 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Jul 2020 06:33:14 +0000 Subject: [PATCH] - update to 5.3.0: - Fix check for nameid_format set to the string "None" in the configuration - Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest - Refactor create_authn_request method to be easier to reason about - Fix NameIDPolicy checks for allowed Format and allowCreate values OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=42 --- python-pysaml2.changes | 9 +++++++++ python-pysaml2.spec | 2 +- v5.1.0.tar.gz | 3 --- v5.3.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 v5.1.0.tar.gz create mode 100644 v5.3.0.tar.gz diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 64caa87..bab2536 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 10 12:29:12 UTC 2020 - Dirk Mueller + +- update to 5.3.0: + - Fix check for nameid_format set to the string "None" in the configuration + - Fix presence of empty eIDAS RequestedAttributes element on AuthnRequest + - Refactor create_authn_request method to be easier to reason about + - Fix NameIDPolicy checks for allowed Format and allowCreate values + ------------------------------------------------------------------- Sun Jun 14 08:57:41 UTC 2020 - Dirk Mueller diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 21a0dd5..c3f384a 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.1.0 +Version: 5.3.0 Release: 0 Summary: Python implementation of SAML Version 2 to be used in a WSGI environment License: Apache-2.0 diff --git a/v5.1.0.tar.gz b/v5.1.0.tar.gz deleted file mode 100644 index 23ed406..0000000 --- a/v5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3754991c67464d804c5387e4b36b1086f5572a3cbb7c136d6f9e378c8d84768d -size 5952154 diff --git a/v5.3.0.tar.gz b/v5.3.0.tar.gz new file mode 100644 index 0000000..8fc16e4 --- /dev/null +++ b/v5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578785ae9f46d7d0eb1ce616016a0a47a79028813ded3113476b4b5a1a648bcb +size 5952380