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>
|
||||
|
||||
@@ -72,7 +86,7 @@ Thu Oct 6 21:56:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
* examples: Allow multiple attributes to be returned by the idp
|
||||
* tests: Minor cleanups
|
||||
* docs: Reference python2 compatible fork
|
||||
* misc: add pepy badges on the README file
|
||||
* misc: add pepy badges on the README file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 06:04:01 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
@@ -167,7 +181,7 @@ Mon Apr 26 12:55:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 15:06:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update requires
|
||||
- update requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 23:41:54 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
@@ -320,7 +334,7 @@ Sat Mar 14 15:57:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
- docs: Fix list formatting on IdP example page
|
||||
- docs: Update pysaml2 options doc with `name_id_format_allow_create`
|
||||
- misc: fix various typos
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 11:37:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
@@ -413,7 +427,7 @@ Fri Feb 26 13:14:29 UTC 2016 - tbechtold@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 21:31:03 UTC 2015 - dmueller@suse.com
|
||||
|
||||
- add pycrypto/pyOpenSSL dependency
|
||||
- add pycrypto/pyOpenSSL dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 07:17:52 UTC 2015 - tbechtold@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