Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-xdist for openSUSE:Factory checked in at 2023-03-29 23:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-xdist (Old) and /work/SRC/openSUSE:Factory/.python-pytest-xdist.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xdist" Wed Mar 29 23:26:20 2023 rev:20 rq:1074586 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-xdist/python-pytest-xdist.changes 2023-01-06 17:04:54.295962091 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-xdist.new.31432/python-pytest-xdist.changes 2023-03-29 23:26:30.643262033 +0200 @@ -1,0 +2,20 @@ +Mon Mar 27 07:25:48 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 3.2.1: + * Fixed hang in ``worksteal`` scheduler. + * Improved Documentation + * Document limitations for debugging due + to standard I/O of workers not being forwarded. Also, mention + remote debugging as a possible workaround. + Features: + * Users can now configure ``load`` + scheduling precision using ``--maxschedchunk`` command + line option. + * New ``worksteal`` scheduler, based on + the idea of `work stealing + It's similar + to ``load`` scheduler, but it should handle tests with + significantly differing duration better, and, at the same + time, it should provide similar or better reuse of fixtures. + +------------------------------------------------------------------- Old: ---- pytest-xdist-3.0.2.tar.gz New: ---- pytest-xdist-3.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-xdist.spec ++++++ --- /var/tmp/diff_new_pack.IISLNe/_old 2023-03-29 23:26:31.211264701 +0200 +++ /var/tmp/diff_new_pack.IISLNe/_new 2023-03-29 23:26:31.219264738 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-xdist # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,13 @@ %define skip_python2 1 Name: python-pytest-xdist -Version: 3.0.2 +Version: 3.2.1 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT URL: https://github.com/pytest-dev/pytest-xdist Source0: https://files.pythonhosted.org/packages/source/p/pytest-xdist/pytest-xdist-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module execnet >= 1.1} BuildRequires: %{python_module filelock} BuildRequires: %{python_module pip} ++++++ pytest-xdist-3.0.2.tar.gz -> pytest-xdist-3.2.1.tar.gz ++++++ ++++ 1693 lines of diff (skipped)