Hello community,
here is the log from the commit of package python-pytest-xdist for
openSUSE:Factory checked in at 2018-04-11 13:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-xdist (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-xdist.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-xdist"
Wed Apr 11 13:57:08 2018 rev:6 rq:594621 version:1.22.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-xdist/python-pytest-xdist.changes
2018-02-25 11:47:19.879801817 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-xdist.new/python-pytest-xdist.changes
2018-04-11 13:57:11.157226536 +0200
@@ -1,0 +2,7 @@
+Sat Apr 7 21:29:41 UTC 2018 - [email protected]
+
+- update to version 1.22.2:
+ * Add backward compatibility for slaveoutput attribute to
+ WorkerController instances. (#285)
+
+-------------------------------------------------------------------
Old:
----
pytest-xdist-1.22.1.tar.gz
New:
----
pytest-xdist-1.22.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-xdist.spec ++++++
--- /var/tmp/diff_new_pack.SqVDws/_old 2018-04-11 13:57:12.585174903 +0200
+++ /var/tmp/diff_new_pack.SqVDws/_new 2018-04-11 13:57:12.585174903 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-xdist
-Version: 1.22.1
+Version: 1.22.2
Release: 0
Summary: Distributed testing and loop-on-failing for py.test
License: MIT
++++++ pytest-xdist-1.22.1.tar.gz -> pytest-xdist-1.22.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-xdist-1.22.1/CHANGELOG.rst
new/pytest-xdist-1.22.2/CHANGELOG.rst
--- old/pytest-xdist-1.22.1/CHANGELOG.rst 2018-02-19 23:02:22.000000000
+0100
+++ new/pytest-xdist-1.22.2/CHANGELOG.rst 2018-02-27 11:10:58.000000000
+0100
@@ -1,3 +1,14 @@
+pytest-xdist 1.22.2 (2018-02-26)
+================================
+
+Bug Fixes
+---------
+
+- Add backward compatibility for ``slaveoutput`` attribute to
+ ``WorkerController`` instances. (`#285
+ <https://github.com/pytest-dev/pytest-xdist/issues/285>`_)
+
+
pytest-xdist 1.22.1 (2018-02-19)
================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-xdist-1.22.1/PKG-INFO
new/pytest-xdist-1.22.2/PKG-INFO
--- old/pytest-xdist-1.22.1/PKG-INFO 2018-02-19 23:02:47.000000000 +0100
+++ new/pytest-xdist-1.22.2/PKG-INFO 2018-02-27 11:11:26.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: pytest-xdist
-Version: 1.22.1
+Version: 1.22.2
Summary: py.test xdist plugin for distributed testing and loop-on-failing modes
Home-page: https://github.com/pytest-dev/pytest-xdist
Author: holger krekel and contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-xdist-1.22.1/pytest_xdist.egg-info/PKG-INFO
new/pytest-xdist-1.22.2/pytest_xdist.egg-info/PKG-INFO
--- old/pytest-xdist-1.22.1/pytest_xdist.egg-info/PKG-INFO 2018-02-19
23:02:47.000000000 +0100
+++ new/pytest-xdist-1.22.2/pytest_xdist.egg-info/PKG-INFO 2018-02-27
11:11:26.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: pytest-xdist
-Version: 1.22.1
+Version: 1.22.2
Summary: py.test xdist plugin for distributed testing and loop-on-failing modes
Home-page: https://github.com/pytest-dev/pytest-xdist
Author: holger krekel and contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-xdist-1.22.1/xdist/_version.py
new/pytest-xdist-1.22.2/xdist/_version.py
--- old/pytest-xdist-1.22.1/xdist/_version.py 2018-02-19 23:02:46.000000000
+0100
+++ new/pytest-xdist-1.22.2/xdist/_version.py 2018-02-27 11:11:26.000000000
+0100
@@ -1,4 +1,4 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
-version = '1.22.1'
+version = '1.22.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pytest-xdist-1.22.1/xdist/workermanage.py
new/pytest-xdist-1.22.2/xdist/workermanage.py
--- old/pytest-xdist-1.22.1/xdist/workermanage.py 2018-02-19
23:02:22.000000000 +0100
+++ new/pytest-xdist-1.22.2/xdist/workermanage.py 2018-02-27
11:10:58.000000000 +0100
@@ -307,7 +307,7 @@
self.notify_inproc(eventname, node=self, **kwargs)
elif eventname == "workerfinished":
self._down = True
- self.workeroutput = kwargs['workeroutput']
+ self.workeroutput = self.slaveoutput = kwargs['workeroutput']
self.notify_inproc("workerfinished", node=self)
elif eventname in ("logstart", "logfinish"):
self.notify_inproc(eventname, node=self, **kwargs)