forked from pool/python-pysaml2
Accepting request 707788 from home:mcalabkova:branches:devel:languages:python
- Update to 4.7.0 * Add support for MDQ signature verification * Raise XmlsecError if xmlsec1 operations do not succeed * Handle non standard response error status codes correctly * Remove the python-future dependency and only use six OBS-URL: https://build.opensuse.org/request/show/707788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
eeac59abc3
commit
1b28bccebd
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysaml2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global modname pysaml2
|
||||
Name: python-pysaml2
|
||||
Version: 4.6.5
|
||||
Version: 4.7.0
|
||||
Release: 0
|
||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||
License: Apache-2.0
|
||||
@@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-Paste
|
||||
Requires: python-cryptography >= 1.4
|
||||
Requires: python-defusedxml
|
||||
Requires: python-future
|
||||
Requires: python-pyOpenSSL
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz
|
||||
@@ -44,7 +43,6 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module Paste}
|
||||
BuildRequires: %{python_module cryptography >= 1.4}
|
||||
BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pyOpenSSL}
|
||||
BuildRequires: %{python_module pymongo}
|
||||
@@ -84,7 +82,7 @@ rm -f tests/test_30_mdstore*.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
|
||||
%pytest tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user