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 2026-01-06 17:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ftfy (Old) and /work/SRC/openSUSE:Factory/.python-ftfy.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ftfy" Tue Jan 6 17:45:40 2026 rev:12 rq:1325511 version:6.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ftfy/python-ftfy.changes 2025-04-24 17:27:58.339525107 +0200 +++ /work/SRC/openSUSE:Factory/.python-ftfy.new.1928/python-ftfy.changes 2026-01-06 17:47:09.447977816 +0100 @@ -1,0 +2,5 @@ +Tue Jan 6 01:54:06 UTC 2026 - Steve Kowalik <[email protected]> + +- Disable failing test everywhere. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ftfy.spec ++++++ --- /var/tmp/diff_new_pack.Lbljnv/_old 2026-01-06 17:47:09.983999868 +0100 +++ /var/tmp/diff_new_pack.Lbljnv/_new 2026-01-06 17:47:09.988000032 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ftfy # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %{?sle15_python_module_pythons} -%define skip_python2 1 Name: python-ftfy Version: 6.3.1 Release: 0 @@ -28,8 +27,6 @@ Source99: python-ftfy.rpmlintrc BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-wcwidth @@ -64,13 +61,10 @@ } export PATH="build/testbin:$PATH" -# conditionally skip failing test for older SUSE releases -donttest="" -%if 0%{suse_version} < 1600 +# skip failing test donttest+="ftfy.formatting.monospaced_width" -%endif -%pytest ${donttest:+-k "not (${donttest})"} +%pytest -k "not ($donttest)" %post %python_install_alternative ftfy @@ -83,5 +77,5 @@ %license LICENSE.txt %python_alternative %{_bindir}/ftfy %{python_sitelib}/ftfy -%{python_sitelib}/ftfy-%{version}*-info +%{python_sitelib}/ftfy-%{version}.dist-info
