forked from pool/python-pysaml2
- update to 7.5.0:
* Fix missing requested attributes from the ACS * Add support for errorURL to be exposed in metadata for IdP * Update logged message when the signature validation on the assertion fails * Replace imp with importlib * deps: restrict xmlschema version * deps: remove utility from packaging * examples: update code and README to align with latest code * docs: update readme with info about xmlsec1 compatibility * misc: add pepy badges on the README file - update requires - add pycrypto/pyOpenSSL dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=75
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 08:15:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.5.0:
|
||||
* Fix missing requested attributes from the ACS
|
||||
* Add support for errorURL to be exposed in metadata for IdP
|
||||
* Update logged message when the signature validation on the
|
||||
assertion fails
|
||||
* Replace imp with importlib
|
||||
* deps: restrict xmlschema version
|
||||
* deps: remove utility from packaging
|
||||
* examples: update code and README to align with latest code
|
||||
* docs: update readme with info about xmlsec1 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 13:54:33 UTC 2024 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%global modname pysaml2
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pysaml2
|
||||
Version: 7.4.2
|
||||
Version: 7.5.0
|
||||
Release: 0
|
||||
Summary: Python implementation of SAML Version 2 to be used in a WSGI environment
|
||||
License: Apache-2.0
|
||||
@@ -37,7 +37,6 @@ BuildRequires: %{python_module pymongo >= 3.5}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module repoze.who}
|
||||
BuildRequires: %{python_module requests >= 1.0.0}
|
||||
BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -58,7 +57,6 @@ Requires: python-pyOpenSSL
|
||||
Requires: python-pymongo >= 3.5
|
||||
Requires: python-python-dateutil
|
||||
Requires: python-pytz
|
||||
Requires: python-repoze.who
|
||||
Requires: python-requests >= 1.0.0
|
||||
Requires: python-xmlschema >= 1.2.1
|
||||
Requires: python-zope.interface
|
||||
@@ -89,7 +87,7 @@ rm -f tests/test_30_mdstore*.py
|
||||
for exec in make_metadata parse_xsd2 mdexport merge_metadata ; do
|
||||
%python_clone -a %{buildroot}%{_bindir}/$exec
|
||||
done
|
||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/{saml2test,utility}
|
||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/saml2test
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfeaa53854467cdcdae1b0fb2c76a3610f8b179dca8176757d245db7fa7ad806
|
||||
size 6059879
|
3
v7.5.0.tar.gz
Normal file
3
v7.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b93b50b768711e5ffc96c0b5630c1e50b3160335e267ed902d3a535385e9418
|
||||
size 6065861
|
Reference in New Issue
Block a user