From 016e3937f18f3c90eee931a53549204d408dfef8d759475527c4f0c1cf34795c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Jul 2019 15:04:46 +0000 Subject: [PATCH] - Update to 4.8.0: * Refactor the way ForceAuthn is set: check for "true" and "1" * Allow to set NameQualifier and SPNameQualifier attributes for ePTID * Parse assertions with Holder-of-Key profile * Add created_at timestamps to all mongodb documents * Look for existing persistent id's before creating new ones * Do not add AllowCreate property for default transient NameID * Enable entity category import from module search path * Add SAML subject identifier attributes to saml2_uri attributemap * Fix deprecation warning regarding the cgi module - use the html module when available * Misc minor improvements * tests: Be compatible with latest pytest * tests: Make tests pass after 2024 * tests: Add py37 as a test target * docs: Correct instructions to run tests * docs: Fix misc typos OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=27 --- python-pysaml2.changes | 20 ++++++++++++++++++++ python-pysaml2.spec | 2 +- v4.7.0.tar.gz | 3 --- v4.8.0.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 v4.7.0.tar.gz create mode 100644 v4.8.0.tar.gz diff --git a/python-pysaml2.changes b/python-pysaml2.changes index 6432a8d..3bb53d3 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jul 22 14:57:53 UTC 2019 - Tomáš Chvátal + +- Update to 4.8.0: + * Refactor the way ForceAuthn is set: check for "true" and "1" + * Allow to set NameQualifier and SPNameQualifier attributes for ePTID + * Parse assertions with Holder-of-Key profile + * Add created_at timestamps to all mongodb documents + * Look for existing persistent id's before creating new ones + * Do not add AllowCreate property for default transient NameID + * Enable entity category import from module search path + * Add SAML subject identifier attributes to saml2_uri attributemap + * Fix deprecation warning regarding the cgi module - use the html module when available + * Misc minor improvements + * tests: Be compatible with latest pytest + * tests: Make tests pass after 2024 + * tests: Add py37 as a test target + * docs: Correct instructions to run tests + * docs: Fix misc typos + ------------------------------------------------------------------- Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova diff --git a/python-pysaml2.spec b/python-pysaml2.spec index ef02436..fd83cb6 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname pysaml2 Name: python-pysaml2 -Version: 4.7.0 +Version: 4.8.0 Release: 0 Summary: Python implementation of SAML Version 2 to be used in a WSGI environment License: Apache-2.0 diff --git a/v4.7.0.tar.gz b/v4.7.0.tar.gz deleted file mode 100644 index dec26e1..0000000 --- a/v4.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:435ce712ed70fc8e3627fdeb6c0965211a3622a63365b9cfd0d32abba1ac23c6 -size 4263192 diff --git a/v4.8.0.tar.gz b/v4.8.0.tar.gz new file mode 100644 index 0000000..c9a99c6 --- /dev/null +++ b/v4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3562f3d525fe0c7fd62785fc1505d9b9aabfac3a5e18478004710abf0ec7509d +size 4269003