Accepting request 623445 from devel:languages:python:pytest
- Version update to 1.3.0: * Fixes for python3.7 * Various small fixes OBS-URL: https://build.opensuse.org/request/show/623445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-timeout?expand=0&rev=4
This commit is contained in:
parent
193190a8d4
commit
fa368d645e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd
|
|
||||||
size 11498
|
|
3
pytest-timeout-1.3.0.tar.gz
Normal file
3
pytest-timeout-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641
|
||||||
|
size 14649
|
@ -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
|
Sun Dec 3 19:13:13 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-timeout
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,26 +19,24 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-pytest-timeout
|
Name: python-pytest-timeout
|
||||||
Version: 1.2.1
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin to abort hanging tests
|
Summary: Pytest plugin to abort hanging tests
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-pexpect
|
||||||
|
Requires: python-pytest >= 3.6.0
|
||||||
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module pexpect}
|
BuildRequires: %{python_module pexpect}
|
||||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
BuildRequires: %{python_module pytest >= 3.6.0}
|
||||||
BuildRequires: python3-tox
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires: python-pexpect
|
|
||||||
Requires: python-pytest >= 2.8.0
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -81,8 +79,8 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license LICENSE
|
||||||
%doc LICENSE README
|
%doc README
|
||||||
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
|
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
|
||||||
%{python_sitelib}/pytest_timeout.py*
|
%{python_sitelib}/pytest_timeout.py*
|
||||||
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
|
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
|
||||||
|
Loading…
Reference in New Issue
Block a user