From ea6bb66fec2212f9755ea5ba6bb65009f7894b9fca4e1011de9807ad97de224c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 Mar 2020 16:01:08 +0000 Subject: [PATCH] - update to 5.0.0: - Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390 - Add freshness period feature for MetaDataMDX - Fix bug in duration calculation in time_util library - Fix ipv6 validation to accommodate for addresses with brackets - Fix xmlsec temporary files deletions - Add method to get supported algorithms from metadata - Add mdstore method to extract assurance certifications - Add mdstore method to extract contact_person data - Add attribute mappings from the Swiss eduPerson Schema - Make AESCipher and Fernet interfaces compatible - Remove deprecated saml2.aes module - Remove deprecated saml2.extensions.ui module - Replace deprecated mongodb operations - Rename ToOld error to TooOld - Fix pytest warnings - Mock tests that need a network connection - Start dropping python2 support - Add mdstore methods to extract mdui uiinfo elements - Add attribute mapping for umbrellaID attributes - Fix logic error in pick_binding method for Entity class - Validate the audience of assertions regardless of a response being unsolicited - Fix PKCS_9 saml_url prefix - docs: Fix warnings from docs generation - docs: Update release instructions regarding branch releases - docs: Fix list formatting on IdP example page - docs: Update pysaml2 options doc with `name_id_format_allow_create` - misc: fix various typos OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=31 --- python-pysaml2.changes | 32 ++++++++++++++++++++++++++++++++ python-pysaml2.spec | 3 ++- v5.0.0.tar.gz | 3 +++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 v5.0.0.tar.gz diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 7a4c4ff..35ccda7 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Mar 14 15:57:25 UTC 2020 - Dirk Mueller + +- update to 5.0.0: + - Fix XML Signature Wrapping (XSW) vulnerabilities - CVE-2020-5390 + - Add freshness period feature for MetaDataMDX + - Fix bug in duration calculation in time_util library + - Fix ipv6 validation to accommodate for addresses with brackets + - Fix xmlsec temporary files deletions + - Add method to get supported algorithms from metadata + - Add mdstore method to extract assurance certifications + - Add mdstore method to extract contact_person data + - Add attribute mappings from the Swiss eduPerson Schema + - Make AESCipher and Fernet interfaces compatible + - Remove deprecated saml2.aes module + - Remove deprecated saml2.extensions.ui module + - Replace deprecated mongodb operations + - Rename ToOld error to TooOld + - Fix pytest warnings + - Mock tests that need a network connection + - Start dropping python2 support + - Add mdstore methods to extract mdui uiinfo elements + - Add attribute mapping for umbrellaID attributes + - Fix logic error in pick_binding method for Entity class + - Validate the audience of assertions regardless of a response being unsolicited + - Fix PKCS_9 saml_url prefix + - docs: Fix warnings from docs generation + - docs: Update release instructions regarding branch releases + - docs: Fix list formatting on IdP example page + - docs: Update pysaml2 options doc with `name_id_format_allow_create` + - misc: fix various typos + ------------------------------------------------------------------- Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 6e09eca..9abfbda 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname pysaml2 +%global skip_python2 1 Name: python-pysaml2 -Version: 4.8.0 +Version: 5.0.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.0.0.tar.gz b/v5.0.0.tar.gz new file mode 100644 index 0000000..2b0a7d3 --- /dev/null +++ b/v5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabbf9ef17aa47b73d8f78f9ac1510956b30ca18d60474c221020a62c4c567d2 +size 5953090