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,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 5 09:39:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 7 10:43:13 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Dec 7 10:43:13 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pysaml2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global modname pysaml2
|
%global modname pysaml2
|
||||||
Name: python-pysaml2
|
Name: python-pysaml2
|
||||||
Version: 4.6.5
|
Version: 4.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -32,7 +32,6 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-Paste
|
Requires: python-Paste
|
||||||
Requires: python-cryptography >= 1.4
|
Requires: python-cryptography >= 1.4
|
||||||
Requires: python-defusedxml
|
Requires: python-defusedxml
|
||||||
Requires: python-future
|
|
||||||
Requires: python-pyOpenSSL
|
Requires: python-pyOpenSSL
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
@@ -44,7 +43,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module Paste}
|
BuildRequires: %{python_module Paste}
|
||||||
BuildRequires: %{python_module cryptography >= 1.4}
|
BuildRequires: %{python_module cryptography >= 1.4}
|
||||||
BuildRequires: %{python_module defusedxml}
|
BuildRequires: %{python_module defusedxml}
|
||||||
BuildRequires: %{python_module future}
|
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pyOpenSSL}
|
BuildRequires: %{python_module pyOpenSSL}
|
||||||
BuildRequires: %{python_module pymongo}
|
BuildRequires: %{python_module pymongo}
|
||||||
@@ -84,7 +82,7 @@ rm -f tests/test_30_mdstore*.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
|
%pytest tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b99ea9f42fed66542a225701d73d5539cb0c4a4ce0520020ff49485e6fba286b
|
|
||||||
size 4262758
|
|
3
v4.7.0.tar.gz
Normal file
3
v4.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:435ce712ed70fc8e3627fdeb6c0965211a3622a63365b9cfd0d32abba1ac23c6
|
||||||
|
size 4263192
|
Reference in New Issue
Block a user