diff --git a/pytest-xdist-1.30.0.tar.gz b/pytest-xdist-1.30.0.tar.gz deleted file mode 100644 index 1fa67b4..0000000 --- a/pytest-xdist-1.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d1b1d4461518a6023d56dab62fb63670d6f7537f23e2708459a557329accf48 -size 62286 diff --git a/pytest-xdist-1.31.0.tar.gz b/pytest-xdist-1.31.0.tar.gz new file mode 100644 index 0000000..56e57df --- /dev/null +++ b/pytest-xdist-1.31.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc0d027d258cd0defc618fb97055fbd1002735ca7a6d17037018cf870e24011 +size 66133 diff --git a/python-pytest-xdist.changes b/python-pytest-xdist.changes index 6de1f41..ee1cbe1 100644 --- a/python-pytest-xdist.changes +++ b/python-pytest-xdist.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 6 12:50:36 UTC 2020 - Tomáš Chvátal + +- Update to 1.31.0: + * #486: Add support for Python 3.8. + * #491: Fix regression that caused custom plugin command-line + arguments to be discarded when using --tx mode. + ------------------------------------------------------------------- Mon Oct 7 13:00:36 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 8c2fa13..678a10a 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-xdist # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-xdist -Version: 1.30.0 +Version: 1.31.0 Release: 0 Summary: Distributed testing and loop-on-failing for py.test License: MIT Group: Development/Languages/Python -Url: https://github.com/pytest-dev/pytest-xdist +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 execnet >= 1.1} BuildRequires: %{python_module filelock}