forked from pool/python-python3-saml
Accepting request 786816 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=3
This commit is contained in:
@@ -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 <tchvatal@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1be3434a3d5949ac9d26a3322a2851908b3b9e1f4ca0e586b2668821da3227dd
|
||||
size 493961
|
3
python3-saml-1.9.0.tar.gz
Normal file
3
python3-saml-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00809abf11c72787a5f74ce34860e02b6e53a34609cba4e4a54b1f69b931f3ce
|
||||
size 497106
|
Reference in New Issue
Block a user