diff --git a/pytest-rerunfailures-7.0.tar.gz b/pytest-rerunfailures-7.0.tar.gz deleted file mode 100644 index 87eac0c..0000000 --- a/pytest-rerunfailures-7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3c9cf31339bf87b048c09dadb633a81156fa4899527fffc55cde105d04ed5fd -size 12755 diff --git a/pytest-rerunfailures-8.0.tar.gz b/pytest-rerunfailures-8.0.tar.gz new file mode 100644 index 0000000..9816380 --- /dev/null +++ b/pytest-rerunfailures-8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c1236b9f8463f74a5df6c807f301c53c2ea1ab81b7509b7e23fab3b7cbe812 +size 13207 diff --git a/python-pytest-rerunfailures.changes b/python-pytest-rerunfailures.changes index f7fc349..450b9c0 100644 --- a/python-pytest-rerunfailures.changes +++ b/python-pytest-rerunfailures.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 4 11:57:57 UTC 2019 - Tomáš Chvátal + +- Update to 8.0: + * Explicitly depend on setuptools to ensure installation when + working in environments without it + ------------------------------------------------------------------- Thu Mar 28 13:28:50 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-rerunfailures.spec b/python-pytest-rerunfailures.spec index 91c825c..3abadcd 100644 --- a/python-pytest-rerunfailures.spec +++ b/python-pytest-rerunfailures.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-rerunfailures # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-rerunfailures -Version: 7.0 +Version: 8.0 Release: 0 Summary: A pytest plugin to re-run tests License: MPL-2.0 -Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-rerunfailures Source: https://files.pythonhosted.org/packages/source/p/pytest-rerunfailures/pytest-rerunfailures-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 3.8 +Requires: python-pytest >= 4.4 +Requires: python-setuptools >= 40.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 3.8} +BuildRequires: %{python_module pytest >= 4.4} BuildRequires: python-mock # /SECTION %python_subpackages @@ -51,7 +51,8 @@ tests to eliminate intermittent failures. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +export PYTHONDONTWRITEBYTECODE=1 +%pytest %files %{python_files} %doc CHANGES.rst README.rst