Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2025-02-27 14:49:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new.25152 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Thu Feb 27 14:49:07 2025 rev:34 rq:1248800 version:1.18.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2024-12-06 14:25:19.429812864 +0100 +++ /work/SRC/openSUSE:Factory/.python-yarl.new.25152/python-yarl.changes 2025-02-27 14:49:10.280065613 +0100 @@ -1,0 +2,9 @@ +Wed Feb 26 16:53:22 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Delete pytest.ini + * hypothesis added a warning about pytest not looking into its hidden + working directory + * warnings were treated as errors here + * resolving both problems by returning to default pytest settings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.vKYhql/_old 2025-02-27 14:49:12.976178057 +0100 +++ /var/tmp/diff_new_pack.vKYhql/_new 2025-02-27 14:49:12.976178057 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yarl # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,6 +54,9 @@ sed -i 's/-p pytest_cov/-p no:pytest_cov/' pytest.ini sed -i '/--cov/d' pytest.ini +# hypothesis warns about norecursedirs, but warnings are treated as errors. Resolving both problems. +rm pytest.ini + %build export CFLAGS="%{optflags} -Wno-return-type" %pyproject_wheel