Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Leap:15.2 checked in at 2020-02-23 16:47:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-pytest-timeout (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-pytest-timeout.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-timeout"

Sun Feb 23 16:47:52 2020 rev:12 rq:777031 version:1.3.4

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-pytest-timeout/python-pytest-timeout.changes
    2020-01-15 15:52:19.875559657 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-pytest-timeout.new.26092/python-pytest-timeout.changes
 2020-02-23 16:47:53.254368664 +0100
@@ -1,0 +2,14 @@
+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
+
+-------------------------------------------------------------------
+Tue Feb 12 15:43:02 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix build with pytest4 from upstream:
+  * pytest4.patch
+
+-------------------------------------------------------------------

Old:
----
  pytest-timeout-1.3.3.tar.gz

New:
----
  pytest-timeout-1.3.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-timeout.spec ++++++
--- /var/tmp/diff_new_pack.s7o1oD/_old  2020-02-23 16:47:53.522369179 +0100
+++ /var/tmp/diff_new_pack.s7o1oD/_new  2020-02-23 16:47:53.522369179 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-timeout
 #
-# Copyright (c) 2018 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
@@ -17,26 +17,20 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 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
-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
-%if %{with test}
-BuildRequires:  %{python_module pexpect}
-BuildRequires:  %{python_module pytest >= 3.6.0}
-%endif
 %python_subpackages
 
 %description
@@ -66,21 +60,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-mkdir tester
-pushd tester
-ln -s ../test_pytest_timeout.py .
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m pytest test_pytest_timeout.py
-rm %{buildroot}%{$python_sitelib}/__pycache__/pytest_timeout*-PYTEST.py*
-}
-popd
-%endif
+export PYTHONDONTWRITEBYTECODE=1
+%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)


Reply via email to