diff --git a/python-pysaml2.changes b/python-pysaml2.changes index c8bd55d..5bdb9f5 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 29 08:15:43 UTC 2024 - Dirk Müller + +- 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 @@ -72,7 +86,7 @@ Thu Oct 6 21:56:41 UTC 2022 - Yogalakshmi Arunachalam * 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 @@ -167,7 +181,7 @@ Mon Apr 26 12:55:01 UTC 2021 - Dirk Müller ------------------------------------------------------------------- Mon Jan 25 15:06:45 UTC 2021 - Dirk Müller -- update requires +- update requires ------------------------------------------------------------------- Wed Jan 20 23:41:54 UTC 2021 - Michael Ströder @@ -320,7 +334,7 @@ Sat Mar 14 15:57:25 UTC 2020 - Dirk Mueller - 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 @@ -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 diff --git a/python-pysaml2.spec b/python-pysaml2.spec index 31faad8..ce067bb 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -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 diff --git a/v7.4.2.tar.gz b/v7.4.2.tar.gz deleted file mode 100644 index de20456..0000000 --- a/v7.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfeaa53854467cdcdae1b0fb2c76a3610f8b179dca8176757d245db7fa7ad806 -size 6059879 diff --git a/v7.5.0.tar.gz b/v7.5.0.tar.gz new file mode 100644 index 0000000..6511322 --- /dev/null +++ b/v7.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b93b50b768711e5ffc96c0b5630c1e50b3160335e267ed902d3a535385e9418 +size 6065861