diff --git a/.gitignore b/.gitignore index ce23491..9a782cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pytest-xdist-1.14.zip +/pytest-xdist-1.15.0.tar.gz diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 2ad702b..9f946a0 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -13,13 +13,13 @@ different platforms and run tests in parallel on all of them. Name: python-%{pypi_name} -Version: 1.14 +Version: 1.15.0 Release: 1%{?dist} Summary: py.test plugin for distributed testing and loop-on-failing modes License: MIT URL: https://github.com/pytest-dev/pytest-xdist -Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip +Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -75,5 +75,8 @@ Requires: python3-py %{python3_sitelib}/xdist/ %changelog +* Mon Oct 03 2016 Scott Talbert - 1.15.0-1 +- New upstream release 1.15.0 + * Thu Aug 11 2016 Scott Talbert - 1.14-1 - Initial package. diff --git a/sources b/sources index df84b6a..b911097 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -958699a0487226505470e984f1843329 pytest-xdist-1.14.zip +84fe5080fb0aa525b0c3ddd5e9b7eb56 pytest-xdist-1.15.0.tar.gz