From baef68cfca47f8411b4d6b7cb7ed13125910eb4db1b993b7541f0ae177446b5b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Jan 2018 00:02:48 +0000 Subject: [PATCH] Accepting request 561517 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/561517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xdist?expand=0&rev=3 --- pytest-xdist-1.20.1.tar.gz | 3 --- pytest-xdist-1.21.0.tar.gz | 3 +++ python-pytest-xdist.changes | 13 +++++++++++++ python-pytest-xdist.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 pytest-xdist-1.20.1.tar.gz create mode 100644 pytest-xdist-1.21.0.tar.gz diff --git a/pytest-xdist-1.20.1.tar.gz b/pytest-xdist-1.20.1.tar.gz deleted file mode 100644 index 6074ad2..0000000 --- a/pytest-xdist-1.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:433e82f9b34986a4e4b2be38c60e82cca3ac64b7e1b38f4d8e3e118292939712 -size 57076 diff --git a/pytest-xdist-1.21.0.tar.gz b/pytest-xdist-1.21.0.tar.gz new file mode 100644 index 0000000..ae6471f --- /dev/null +++ b/pytest-xdist-1.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8622435e3c0650a8d5a07b73a7f9c4f79b52d7ed060536a6041f0da423ba8e +size 57983 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 4b0fe12..b27da5d 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 3 23:12:36 UTC 2018 - arun@gmx.de + +- update to version 1.21.0: + * Deprecations and Removals + + Drop support for EOL Python 2.6. (#259) + * Features + + New --dist=loadfile option which load-distributes test to + workers grouped by the file the tests live in. (#242) + * Bug Fixes + + Fix accidental mutation of test report during serialization + causing longrepr string-ification to break. (#241) + ------------------------------------------------------------------- Wed Nov 15 11:45:36 UTC 2017 - mimi.vx@gmail.com diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index e702bbd..bcd316e 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-xdist # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-xdist -Version: 1.20.1 +Version: 1.21.0 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT