From feac046805871fc36988c2df83601691b2d42b135e7f75c4be3c0c20ece61dbb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 23 Jul 2021 07:17:51 +0000 Subject: [PATCH] - Update to 1.11.0: - #261 Allow duplicate named attributes, controlled by a new setting - #268 Make the redirect scheme matcher case-insensitive - #256 Improve signature validation process. Add an option to use query string for validation - #259 Add get metadata timeout - #246 Add the ability to change the ProtocolBinding in the authn request. - #248 Move storing the response data into its own method in the Auth class - Remove the dependency on defusedxml - #241 Improve AttributeConsumingService support - Update expired dates from test responses - The test suite is still ignored. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=11 --- python-python3-saml.changes | 19 +++++++++++++++++++ python-python3-saml.spec | 4 +--- python3-saml-1.10.1.tar.gz | 3 --- python3-saml-1.11.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 python3-saml-1.10.1.tar.gz create mode 100644 python3-saml-1.11.0.tar.gz diff --git a/python-python3-saml.changes b/python-python3-saml.changes index fd26ea9..8015faa 100644 --- a/python-python3-saml.changes +++ b/python-python3-saml.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl + +- Update to 1.11.0: + - #261 Allow duplicate named attributes, controlled by a new + setting + - #268 Make the redirect scheme matcher case-insensitive + - #256 Improve signature validation process. Add an option to + use query string for validation + - #259 Add get metadata timeout + - #246 Add the ability to change the ProtocolBinding in the + authn request. + - #248 Move storing the response data into its own method in + the Auth class + - Remove the dependency on defusedxml + - #241 Improve AttributeConsumingService support + - Update expired dates from test responses +- The test suite is still ignored. + ------------------------------------------------------------------- Fri Jul 16 09:31:58 UTC 2021 - Matej Cepl diff --git a/python-python3-saml.spec b/python-python3-saml.spec index c98c02e..3732219 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python3-saml -Version: 1.10.1 +Version: 1.11.0 Release: 0 Summary: Python SAML support License: MIT Group: Development/Languages/Python URL: https://github.com/onelogin/python3-saml Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz -BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module freezegun >= 0.3.11} BuildRequires: %{python_module isodate >= 0.5.0} BuildRequires: %{python_module lxml >= 3.3.5} @@ -38,7 +37,6 @@ BuildRequires: python-rpm-macros # Select the libxmlsec backend known to work # pkgconfig doesnt auto-require it. Requires: libxmlsec1-openssl1 -Requires: python-defusedxml >= 0.5.0 Requires: python-isodate >= 0.5.0 Requires: python-xmlsec >= 1.0.5 BuildArch: noarch diff --git a/python3-saml-1.10.1.tar.gz b/python3-saml-1.10.1.tar.gz deleted file mode 100644 index 0119158..0000000 --- a/python3-saml-1.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2485cf4494230e9e3fede28fe99b588bf12bc6b74bcebe3e171db5436e421fd3 -size 503178 diff --git a/python3-saml-1.11.0.tar.gz b/python3-saml-1.11.0.tar.gz new file mode 100644 index 0000000..2597337 --- /dev/null +++ b/python3-saml-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1fa3863eabaf9d0ec02af1ec264a917c5f80cf95742e6a4ea1dee5e8fa099a +size 506373