Hello community,
here is the log from the commit of package python-pytest-timeout for
openSUSE:Factory checked in at 2020-01-16 18:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-timeout"
Thu Jan 16 18:13:50 2020 rev:8 rq:762083 version:1.3.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes
2019-02-13 10:07:49.809524150 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.26092/python-pytest-timeout.changes
2020-01-16 18:13:51.128724043 +0100
@@ -1,0 +2,8 @@
+Thu Jan 9 08:24:34 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.3.4:
+ * upstream moved to github
+ * support newer pytest releases
+- Drop merged patch pytest4.patch
+
+-------------------------------------------------------------------
Old:
----
pytest-timeout-1.3.3.tar.gz
pytest4.patch
New:
----
pytest-timeout-1.3.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-timeout.spec ++++++
--- /var/tmp/diff_new_pack.mTFD02/_old 2020-01-16 18:13:51.728724383 +0100
+++ /var/tmp/diff_new_pack.mTFD02/_new 2020-01-16 18:13:51.728724383 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-timeout
#
-# 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,21 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-timeout
-Version: 1.3.3
+Version: 1.3.4
Release: 0
Summary: Pytest plugin to abort hanging tests
License: MIT
-Group: Development/Languages/Python
-URL: http://bitbucket.org/pytest-dev/pytest-timeout/
+URL: https://github.com/pytest-dev/pytest-timeout/
Source:
https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
-Patch0: pytest4.patch
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pytest >= 3.6.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pexpect
Requires: python-pytest >= 3.6.0
BuildArch: noarch
%python_subpackages
@@ -56,7 +52,6 @@
%prep
%setup -q -n pytest-timeout-%{version}
-%patch0 -p1
%build
%python_build
@@ -67,11 +62,11 @@
%check
export PYTHONDONTWRITEBYTECODE=1
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest
test_pytest_timeout.py
+%pytest
%files %{python_files}
%license LICENSE
-%doc README
+%doc README.rst
%{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
%{python_sitelib}/pytest_timeout.py*
%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
++++++ pytest-timeout-1.3.3.tar.gz -> pytest-timeout-1.3.4.tar.gz ++++++
++++ 1717 lines of diff (skipped)