Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-CherryPy for openSUSE:Factory 
checked in at 2026-04-16 17:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CherryPy (Old)
 and      /work/SRC/openSUSE:Factory/.python-CherryPy.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CherryPy"

Thu Apr 16 17:25:34 2026 rev:41 rq:1347085 version:18.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes  
2025-04-11 16:45:13.619308549 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-CherryPy.new.11940/python-CherryPy.changes   
    2026-04-16 17:26:01.817111487 +0200
@@ -1,0 +2,5 @@
+Wed Apr 15 08:13:59 UTC 2026 - Markéta Machová <[email protected]>
+
+- Temporarily mark test_queue_full as xfail with xfail.patch
+
+-------------------------------------------------------------------

New:
----
  xfail.patch

----------(New B)----------
  New:
- Temporarily mark test_queue_full as xfail with xfail.patch
----------(New E)----------

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

Other differences:
------------------
++++++ python-CherryPy.spec ++++++
--- /var/tmp/diff_new_pack.qTdoqm/_old  2026-04-16 17:26:02.413136014 +0200
+++ /var/tmp/diff_new_pack.qTdoqm/_new  2026-04-16 17:26:02.421136344 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CherryPy
 #
-# 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
@@ -30,6 +30,8 @@
 License:        BSD-3-Clause
 URL:            https://www.cherrypy.dev
 Source:         
https://files.pythonhosted.org/packages/source/C/CherryPy/cherrypy-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 
https://github.com/cherrypy/cherrypy/commit/1f75bc9eed8e0e385f64f368bd69f58d96fb8c2b
 Temporarily mark test_queue_full as xfail
+Patch0:         xfail.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module wheel}

++++++ xfail.patch ++++++
>From 1f75bc9eed8e0e385f64f368bd69f58d96fb8c2b Mon Sep 17 00:00:00 2001
From: Sviatoslav Sydorenko <[email protected]>
Date: Thu, 20 Nov 2025 01:36:37 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Temporarily=20mark=20`test=5Fque?=
 =?UTF-8?q?ue=5Ffull`=20as=20`xfail`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Ref: https://github.com/cherrypy/cherrypy/issues/2073
---
 cherrypy/test/test_conn.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cherrypy/test/test_conn.py b/cherrypy/test/test_conn.py
index b9a2cb8b0..5f602e281 100644
--- a/cherrypy/test/test_conn.py
+++ b/cherrypy/test/test_conn.py
@@ -13,6 +13,8 @@
 from cherrypy._cpcompat import HTTPSConnection, ntob, tonative
 from cherrypy.test import helper
 
+import pytest
+
 
 timeout = 1
 pov = 'pPeErRsSiIsStTeEnNcCeE oOfF vViIsSiIoOnN'
@@ -797,6 +799,10 @@ def upload(self):
 class LimitedRequestQueueTests(helper.CPWebCase):
     setup_server = staticmethod(setup_upload_server)
 
+    @pytest.mark.xfail(
+        reason='Cheroot 11 returns HTTP 503 Service Unavailable on overflows: '
+        'https://github.com/cherrypy/cherrypy/issues/2073',
+    )
     def test_queue_full(self):
         conns = []
         overflow_conn = None

Reply via email to