14
0

Accepting request 717586 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/717586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=2
This commit is contained in:
2019-07-22 15:20:06 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jul 22 13:05:59 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <jayvdb@gmail.com> Wed Apr 10 16:35:14 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python3-saml Name: python-python3-saml
Version: 1.6.0 Version: 1.7.0
Release: 0 Release: 0
Summary: Python SAML support Summary: Python SAML support
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/onelogin/python3-saml 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 Patch0: bug-testDecryptElement.patch
BuildRequires: %{python_module defusedxml >= 0.5.0} BuildRequires: %{python_module defusedxml >= 0.5.0}
BuildRequires: %{python_module freezegun >= 0.3.11} 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. defined by the OASIS Security Services Technical Committee.
%prep %prep
%setup -q -n python3-saml-%{version} %setup -q -n python3-saml-v.%{version}
%patch0 -p1 %patch0 -p1
sed -i 's/==/>=/;/dependency_links/d' setup.py sed -i 's/==/>=/;/dependency_links/d' setup.py

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:292dc4c537fab8317d5ca8bf2ec0190b498abf8e302a310a0948aadea2f8297b
size 493556

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1be3434a3d5949ac9d26a3322a2851908b3b9e1f4ca0e586b2668821da3227dd
size 493961