Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-promise for openSUSE:Factory checked in at 2025-08-15 21:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-promise (Old) and /work/SRC/openSUSE:Factory/.python-promise.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-promise" Fri Aug 15 21:51:32 2025 rev:9 rq:1299306 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-promise/python-promise.changes 2025-06-03 17:57:38.919829094 +0200 +++ /work/SRC/openSUSE:Factory/.python-promise.new.1085/python-promise.changes 2025-08-15 21:52:19.336773219 +0200 @@ -1,0 +2,5 @@ +Thu Aug 14 02:40:52 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Skip a test that breaks with pytest 8.4.1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-promise.spec ++++++ --- /var/tmp/diff_new_pack.3gIo3s/_old 2025-08-15 21:52:19.844794341 +0200 +++ /var/tmp/diff_new_pack.3gIo3s/_new 2025-08-15 21:52:19.844794341 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-promise # -# 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 @@ -22,7 +22,6 @@ Release: 0 Summary: Promises/A+ implementation for Python License: MIT -Group: Development/Languages/Python URL: https://github.com/syrusakbary/promise Source: https://github.com/syrusakbary/promise/archive/v%{version}.tar.gz#/promise-%{version}.tar.gz # PATCH-FIX-UPSTREAM gh#syrusakbary/promise#96 @@ -56,7 +55,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_issue_9_safe' %files %{python_files} %doc README.rst