Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python3-saml for openSUSE:Factory checked in at 2022-05-23 15:52:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python3-saml (Old) and /work/SRC/openSUSE:Factory/.python-python3-saml.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python3-saml" Mon May 23 15:52:04 2022 rev:6 rq:978650 version:1.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python3-saml/python-python3-saml.changes 2021-07-23 23:41:20.621821217 +0200 +++ /work/SRC/openSUSE:Factory/.python-python3-saml.new.2254/python-python3-saml.changes 2022-05-23 15:52:20.458680048 +0200 @@ -1,0 +2,12 @@ +Mon May 23 07:59:12 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- python3-saml-1.11.0.tar.gz New: ---- python3-saml-1.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python3-saml.spec ++++++ --- /var/tmp/diff_new_pack.hX2Tr7/_old 2022-05-23 15:52:20.994680554 +0200 +++ /var/tmp/diff_new_pack.hX2Tr7/_new 2022-05-23 15:52:20.998680557 +0200 @@ -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 @@ 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 ++++++ python3-saml-1.11.0.tar.gz -> python3-saml-1.14.0.tar.gz ++++++ ++++ 3057 lines of diff (skipped)