Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ftfy for openSUSE:Factory checked in at 2024-11-01 21:06:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ftfy (Old) and /work/SRC/openSUSE:Factory/.python-ftfy.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ftfy" Fri Nov 1 21:06:55 2024 rev:10 rq:1220001 version:6.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ftfy/python-ftfy.changes 2024-01-18 21:54:33.531279375 +0100 +++ /work/SRC/openSUSE:Factory/.python-ftfy.new.2020/python-ftfy.changes 2024-11-01 21:07:23.650002337 +0100 @@ -1,0 +2,6 @@ +Mon Oct 7 16:44:39 UTC 2024 - Meera Belur <[email protected]> + +- Disable the failing test for 15.6 + + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ftfy.spec ++++++ --- /var/tmp/diff_new_pack.1IUPxI/_old 2024-11-01 21:07:24.130022419 +0100 +++ /var/tmp/diff_new_pack.1IUPxI/_new 2024-11-01 21:07:24.130022419 +0100 @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%{?sle15_python_module_pythons} %define skip_python2 1 Name: python-ftfy Version: 6.0.3 @@ -62,7 +62,14 @@ ln -s %{buildroot}%{_bindir}/ftfy-%{python_bin_suffix} build/testbin/ftfy } export PATH="build/testbin:$PATH" -%pytest + +# conditionally skip failing test for older SUSE releases +donttest="" +%if 0%{suse_version} < 1600 +donttest+="ftfy.formatting.monospaced_width" +%endif + +%pytest ${donttest:+-k "not (${donttest})"} %post %python_install_alternative ftfy
