diff --git a/python-python3-saml.changes b/python-python3-saml.changes index 8015faa..edc31df 100644 --- a/python-python3-saml.changes +++ b/python-python3-saml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 23 07:59:12 UTC 2022 - Dirk Müller + +- update to 1.14.0: + * Add support for python 3.10 and cleanup the GHA + * Remove stats from coveralls removed as they are no longer maintained + * Add rejectDeprecatedAlgorithm settings in order to be able reject messages + signed with deprecated algorithms + * Support building a LogoutResponse with non-success status + * Replace double-underscored names with single underscores + * Deprecate server_port from request data dictionary + ------------------------------------------------------------------- Fri Jul 23 07:12:16 UTC 2021 - Matej Cepl diff --git a/python-python3-saml.spec b/python-python3-saml.spec index 3732219..1711232 100644 --- a/python-python3-saml.spec +++ b/python-python3-saml.spec @@ -1,7 +1,7 @@ # # spec file for package python-python3-saml # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# python-xmlsec doesn’t support 3.10 gh#mehcode/python-xmlsec#204 +%define skip_python310 1 Name: python-python3-saml -Version: 1.11.0 +Version: 1.14.0 Release: 0 Summary: Python SAML support License: MIT @@ -26,19 +28,19 @@ Group: Development/Languages/Python URL: https://github.com/onelogin/python3-saml Source: https://github.com/onelogin/python3-saml/archive/v%{version}.tar.gz#/python3-saml-%{version}.tar.gz BuildRequires: %{python_module freezegun >= 0.3.11} -BuildRequires: %{python_module isodate >= 0.5.0} +BuildRequires: %{python_module isodate >= 0.6.1} BuildRequires: %{python_module lxml >= 3.3.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module xmlsec >= 1.0.5} +BuildRequires: %{python_module xmlsec >= 1.3.9} BuildRequires: fdupes BuildRequires: libxmlsec1-openssl1 BuildRequires: python-rpm-macros # Select the libxmlsec backend known to work # pkgconfig doesnt auto-require it. Requires: libxmlsec1-openssl1 -Requires: python-isodate >= 0.5.0 -Requires: python-xmlsec >= 1.0.5 +Requires: python-isodate >= 0.6.1 +Requires: python-xmlsec >= 1.3.9 BuildArch: noarch %python_subpackages diff --git a/python3-saml-1.11.0.tar.gz b/python3-saml-1.11.0.tar.gz deleted file mode 100644 index 2597337..0000000 --- a/python3-saml-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1fa3863eabaf9d0ec02af1ec264a917c5f80cf95742e6a4ea1dee5e8fa099a -size 506373 diff --git a/python3-saml-1.14.0.tar.gz b/python3-saml-1.14.0.tar.gz new file mode 100644 index 0000000..32cbab2 --- /dev/null +++ b/python3-saml-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c92def813070e360b2d32a51142d6e2333c84445ab3e4c126debb2762e6829 +size 510031