diff --git a/pytest-timeout-1.2.1.tar.gz b/pytest-timeout-1.2.1.tar.gz deleted file mode 100644 index 84050c6..0000000 --- a/pytest-timeout-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd -size 11498 diff --git a/pytest-timeout-1.3.0.tar.gz b/pytest-timeout-1.3.0.tar.gz new file mode 100644 index 0000000..7b6caec --- /dev/null +++ b/pytest-timeout-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641 +size 14649 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index caf15ce..ab64106 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 17 12:55:33 UTC 2018 - scarabeus@opensuse.org + +- Version update to 1.3.0: + * Fixes for python3.7 + * Various small fixes + ------------------------------------------------------------------- Sun Dec 3 19:13:13 UTC 2017 - arun@gmx.de diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 34e386a..1a00742 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-timeout # -# 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 @@ -19,26 +19,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-pytest-timeout -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Pytest plugin to abort hanging tests License: MIT Group: Development/Languages/Python -Url: http://bitbucket.org/pytest-dev/pytest-timeout/ +URL: http://bitbucket.org/pytest-dev/pytest-timeout/ Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-pexpect +Requires: python-pytest >= 3.6.0 +BuildArch: noarch %if %{with test} BuildRequires: %{python_module pexpect} -BuildRequires: %{python_module pytest >= 2.8.0} -BuildRequires: python3-tox +BuildRequires: %{python_module pytest >= 3.6.0} %endif -BuildRequires: fdupes -Requires: python-pexpect -Requires: python-pytest >= 2.8.0 -BuildArch: noarch - %python_subpackages %description @@ -81,8 +79,8 @@ popd %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README +%license LICENSE +%doc README %{python_sitelib}/pytest_timeout-%{version}-py*.egg-info %{python_sitelib}/pytest_timeout.py* %pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*