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 2026-02-18 17:05:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-WebOb (Old)
 and      /work/SRC/openSUSE:Factory/.python-WebOb.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WebOb"

Wed Feb 18 17:05:35 2026 rev:42 rq:1333538 version:1.8.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes        
2025-09-12 21:09:38.003488581 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new.1977/python-WebOb.changes      
2026-02-18 17:06:41.176861432 +0100
@@ -1,0 +2,5 @@
+Tue Feb 17 12:18:39 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Skip boken test with latest cpython interpreters, bsc#1258223
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-WebOb.spec ++++++
--- /var/tmp/diff_new_pack.m3rI3t/_old  2026-02-18 17:06:42.328909381 +0100
+++ /var/tmp/diff_new_pack.m3rI3t/_new  2026-02-18 17:06:42.328909381 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebOb
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -69,7 +69,11 @@
 
 %check
 # test_interrupted_request fails with Python 3.14 
https://github.com/Pylons/webob/issues/479
-%pytest -k "not test_interrupted_request"
+donttest="test_interrupted_request"
+# test_client_cookies adds \r\n to the header, that's not allowed
+# since https://github.com/python/cpython/issues/143916
+donttest+=" or test_client_cookies"
+%pytest -k "not ($donttest)"
 
 %files %{python_files}
 %license docs/license.txt

Reply via email to