Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kombu for openSUSE:Factory checked in at 2026-04-14 17:49:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kombu (Old) and /work/SRC/openSUSE:Factory/.python-kombu.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kombu" Tue Apr 14 17:49:20 2026 rev:93 rq:1346515 version:5.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes 2026-01-12 11:50:25.446398804 +0100 +++ /work/SRC/openSUSE:Factory/.python-kombu.new.21863/python-kombu.changes 2026-04-14 17:49:59.947705189 +0200 @@ -1,0 +2,5 @@ +Tue Apr 14 03:54:01 UTC 2026 - Steve Kowalik <[email protected]> + +- Skip a test broken by redis 7.4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kombu.spec ++++++ --- /var/tmp/diff_new_pack.AIMhZp/_old 2026-04-14 17:50:00.675735282 +0200 +++ /var/tmp/diff_new_pack.AIMhZp/_new 2026-04-14 17:50:00.675735282 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# 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 @@ -86,7 +86,8 @@ %check # test_global_keyprefix_transaction doesn't support new redis yet https://github.com/celery/kombu/pull/2132 -%pytest -k "not test_global_keyprefix_transaction" +# test_connparams_health_check_interval_supported broken with redis 7.4 +%pytest -k "not (test_global_keyprefix_transaction or test_connparams_health_check_interval_supported)" %files %{python_files} %license LICENSE
