forked from pool/python-python3-saml
- 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/package/show/devel:languages:python/python-python3-saml?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
d8d7523bb8
commit
9be2f91f43
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:292dc4c537fab8317d5ca8bf2ec0190b498abf8e302a310a0948aadea2f8297b
|
||||
size 493556
|
3
python3-saml-1.7.0.tar.gz
Normal file
3
python3-saml-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1be3434a3d5949ac9d26a3322a2851908b3b9e1f4ca0e586b2668821da3227dd
|
||||
size 493961
|
Reference in New Issue
Block a user