Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Quart for openSUSE:Factory checked in at 2026-03-31 15:22:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Quart (Old) and /work/SRC/openSUSE:Factory/.python-Quart.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Quart" Tue Mar 31 15:22:09 2026 rev:6 rq:1343633 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Quart/python-Quart.changes 2025-08-25 20:37:08.857701827 +0200 +++ /work/SRC/openSUSE:Factory/.python-Quart.new.1999/python-Quart.changes 2026-03-31 15:22:31.096917768 +0200 @@ -1,0 +2,8 @@ +Sun Mar 29 20:32:21 UTC 2026 - Tim Neujahr <[email protected]> + +- Fix test_propagation test failure with Werkzeug >= 3.1.7 which no + longer allows empty host values; set server to ("localhost", 80) in + test fixtures (gh#pallets/quart#461) + * Add python-Quart-fix-test-propagation-werkzeug317.patch + +------------------------------------------------------------------- New: ---- python-Quart-fix-test-propagation-werkzeug317.patch ----------(New B)---------- New: test fixtures (gh#pallets/quart#461) * Add python-Quart-fix-test-propagation-werkzeug317.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Quart.spec ++++++ --- /var/tmp/diff_new_pack.AKpFpW/_old 2026-03-31 15:22:32.520975454 +0200 +++ /var/tmp/diff_new_pack.AKpFpW/_new 2026-03-31 15:22:32.528975778 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Quart # -# 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 @@ -29,6 +29,7 @@ License: MIT URL: https://github.com/pallets/quart/ Source: https://github.com/pallets/quart/archive/refs/tags/%{version}.tar.gz#/quart-%{version}.tar.gz +Patch0: python-Quart-fix-test-propagation-werkzeug317.patch BuildRequires: %{python_module Flask >= 3.0} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module MarkupSafe} ++++++ python-Quart-fix-test-propagation-werkzeug317.patch ++++++ --- quart-0.20.0.orig/tests/conftest.py 2026-03-29 22:28:37.001989699 +0200 +++ quart-0.20.0/tests/conftest.py 2026-03-29 22:28:47.213151731 +0200 @@ -23,7 +23,7 @@ (b"Referer", b"hypercorn"), ], "client": ("127.0.0.1", 80), - "server": None, + "server": ("localhost", 80), "state": {}, # type: ignore[typeddict-item] "extensions": {}, } @@ -46,7 +46,7 @@ (b"Referer", b"hypercorn"), ], "client": ("127.0.0.1", 80), - "server": None, + "server": ("localhost", 80), "subprotocols": [], "state": {}, # type: ignore[typeddict-item] "extensions": {},
