diff --git a/python-python3-saml.changes b/python-python3-saml.changes index 82627d1..bfbea57 100644 --- a/python-python3-saml.changes +++ b/python-python3-saml.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 20 10:36:31 UTC 2020 - pgajdos@suse.com + +- version update to 1.9.0 + * Allow any number of decimal places for seconds on SAML datetimes + * Fix failOnAuthnContextMismatch code + * Improve signature validation when no reference uri + * Update demo versions. Improve them and add Tornado demo. + ------------------------------------------------------------------- Mon Jul 22 13:05:59 UTC 2019 - Tomáš Chvátal diff --git a/python-python3-saml.spec b/python-python3-saml.spec index cda170f..d363e42 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -1,7 +1,7 @@ # # spec file for package python-python3-saml # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python3-saml -Version: 1.7.0 +Version: 1.9.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 +Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz Patch0: bug-testDecryptElement.patch BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module freezegun >= 0.3.11} @@ -50,7 +50,7 @@ SAML is an XML-based standard for web browser single sign-on and is defined by the OASIS Security Services Technical Committee. %prep -%setup -q -n python3-saml-v.%{version} +%setup -q -n python3-saml-%{version} %patch0 -p1 sed -i 's/==/>=/;/dependency_links/d' setup.py diff --git a/python3-saml-1.7.0.tar.gz b/python3-saml-1.7.0.tar.gz deleted file mode 100644 index 5f76171..0000000 --- a/python3-saml-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1be3434a3d5949ac9d26a3322a2851908b3b9e1f4ca0e586b2668821da3227dd -size 493961 diff --git a/python3-saml-1.9.0.tar.gz b/python3-saml-1.9.0.tar.gz new file mode 100644 index 0000000..26257e2 --- /dev/null +++ b/python3-saml-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00809abf11c72787a5f74ce34860e02b6e53a34609cba4e4a54b1f69b931f3ce +size 497106