diff --git a/python-python3-saml.changes b/python-python3-saml.changes index 95c3a65..82627d1 100644 --- a/python-python3-saml.changes +++ b/python-python3-saml.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 22 13:05:59 UTC 2019 - Tomáš Chvátal + +- Update to 1.7.0: + * Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from + SAMLResponse. + * Adjusted single logout service to provide NameQualifier and SPNameQualifier + to logout method. + * Add getNameIdNameQualifier to Auth and SamlResponse. + * Extend logout method from Auth and LogoutRequest constructor to support. + * Added get_in_response_to method to Response and LogoutResponse classes + * Update defusexml dependency + ------------------------------------------------------------------- Wed Apr 10 16:35:14 UTC 2019 - John Vandenberg diff --git a/python-python3-saml.spec b/python-python3-saml.spec index dee0409..cda170f 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python3-saml -Version: 1.6.0 +Version: 1.7.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-%{version} +%setup -q -n python3-saml-v.%{version} %patch0 -p1 sed -i 's/==/>=/;/dependency_links/d' setup.py diff --git a/python3-saml-1.6.0.tar.gz b/python3-saml-1.6.0.tar.gz deleted file mode 100644 index 5b0ec29..0000000 --- a/python3-saml-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:292dc4c537fab8317d5ca8bf2ec0190b498abf8e302a310a0948aadea2f8297b -size 493556 diff --git a/python3-saml-1.7.0.tar.gz b/python3-saml-1.7.0.tar.gz new file mode 100644 index 0000000..5f76171 --- /dev/null +++ b/python3-saml-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be3434a3d5949ac9d26a3322a2851908b3b9e1f4ca0e586b2668821da3227dd +size 493961