Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyee for openSUSE:Factory checked in at 2025-12-16 15:56:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyee (Old) and /work/SRC/openSUSE:Factory/.python-pyee.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyee" Tue Dec 16 15:56:36 2025 rev:16 rq:1323042 version:13.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyee/python-pyee.changes 2025-07-11 21:33:01.592265375 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyee.new.1939/python-pyee.changes 2025-12-16 16:02:48.751428389 +0100 @@ -1,0 +2,5 @@ +Tue Dec 16 04:47:59 UTC 2025 - Steve Kowalik <[email protected]> + +- Fix pytest section in pyproject.toml. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyee.spec ++++++ --- /var/tmp/diff_new_pack.jjoVlH/_old 2025-12-16 16:02:50.003481306 +0100 +++ /var/tmp/diff_new_pack.jjoVlH/_new 2025-12-16 16:02:50.003481306 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyee # -# 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 @@ -47,6 +47,8 @@ %prep %autosetup -n pyee-%{version} -p1 +# https://github.com/jfhbrook/pyee/issues/189 +sed -ie 's/\(tool.pytest\)/\1.ini_options/' pyproject.toml %build %pyproject_wheel
