From 86f4a2cf21c4e5d409df4bed192e49b4e4028dffd9d131244b5233cbb41f993a Mon Sep 17 00:00:00 2001 From: Yuchen Lin Date: Wed, 11 Apr 2018 11:57:08 +0000 Subject: [PATCH] Accepting request 594621 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/594621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=6 --- pytest-xdist-1.22.1.tar.gz | 3 --- pytest-xdist-1.22.2.tar.gz | 3 +++ python-pytest-xdist.changes | 7 +++++++ python-pytest-xdist.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-xdist-1.22.1.tar.gz create mode 100644 pytest-xdist-1.22.2.tar.gz diff --git a/pytest-xdist-1.22.1.tar.gz b/pytest-xdist-1.22.1.tar.gz deleted file mode 100644 index d670777..0000000 --- a/pytest-xdist-1.22.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcd6f36bab93b0b24ec45ca12f798b9b3af71da826db0b0794b358d2f5c038de -size 57820 diff --git a/pytest-xdist-1.22.2.tar.gz b/pytest-xdist-1.22.2.tar.gz new file mode 100644 index 0000000..25dbf9b --- /dev/null +++ b/pytest-xdist-1.22.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f5744acc270b3e7d915bdb4d5f471670f049b6fbd163d4cbd52203b075d30f +size 57866 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 46ba09e..191b4c7 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 7 21:29:41 UTC 2018 - arun@gmx.de + +- update to version 1.22.2: + * Add backward compatibility for slaveoutput attribute to + WorkerController instances. (#285) + ------------------------------------------------------------------- Sat Feb 24 18:47:34 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index ffcfd18..56f8de4 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -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