Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-agent for openSUSE:Factory checked in at 2023-02-13 16:41:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-agent (Old) and /work/SRC/openSUSE:Factory/.python-azure-agent.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-agent" Mon Feb 13 16:41:25 2023 rev:27 rq:1065513 version:2.8.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-agent/python-azure-agent.changes 2023-02-09 16:23:31.758812594 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-agent.new.1848/python-azure-agent.changes 2023-02-13 16:43:21.808239374 +0100 @@ -1,0 +2,11 @@ +Thu Feb 9 11:37:51 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Clean up conditions in spec file: + + There is no maintained distro > 1315 (SLE12) AND < 1500 + (SLE15). Only openSUSE 13.2 and 13.3 lived in that space, but + they are clearly not the target of this spec file. + + if 0%{?Suse_version} && 0{?suse_version} > 1315: no need to + first validate suse_version being defined: whenever it + is > 1315, must be defined. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-agent.spec ++++++ --- /var/tmp/diff_new_pack.jFJE8G/_old 2023-02-13 16:43:23.316248258 +0100 +++ /var/tmp/diff_new_pack.jFJE8G/_new 2023-02-13 16:43:23.320248282 +0100 @@ -84,11 +84,7 @@ Group: Development/Languages/Python Requires: %{name} == %{version} Requires: openssl -# We are only building against Python 3 for SLE15+, and we don't need mock. -%if 0%{?suse_version} && 0%{?suse_version} > 1315 && 0%{?suse_version} < 1500 -Requires: python3-mock -%endif -%if 0%{?suse_version} && 0%{?suse_version} > 1315 +%if 0%{?suse_version} > 1315 Requires: python3-pytest %else Requires: python-mock
