Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WebOb for openSUSE:Factory checked in at 2025-09-12 21:09:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebOb (Old) and /work/SRC/openSUSE:Factory/.python-WebOb.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebOb" Fri Sep 12 21:09:24 2025 rev:41 rq:1304241 version:1.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes 2025-04-11 16:45:28.675941831 +0200 +++ /work/SRC/openSUSE:Factory/.python-WebOb.new.1977/python-WebOb.changes 2025-09-12 21:09:38.003488581 +0200 @@ -1,0 +2,5 @@ +Thu Sep 11 09:54:38 UTC 2025 - Markéta Machová <[email protected]> + +- Skip test failing on Python 3.14 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebOb.spec ++++++ --- /var/tmp/diff_new_pack.ILkv2H/_old 2025-09-12 21:09:38.471508316 +0200 +++ /var/tmp/diff_new_pack.ILkv2H/_new 2025-09-12 21:09:38.471508316 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-WebOb # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 @@ -68,7 +68,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test_interrupted_request fails with Python 3.14 https://github.com/Pylons/webob/issues/479 +%pytest -k "not test_interrupted_request" %files %{python_files} %license docs/license.txt
