commit python-pytest-timeout for openSUSE:Factory

2020-11-09 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2020-11-09 13:56:22

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.11331 (New)


Package is "python-pytest-timeout"

Mon Nov  9 13:56:22 2020 rev:10 rq:846349 version:1.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2020-06-30 21:54:40.050425099 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.11331/python-pytest-timeout.changes
   2020-11-09 13:56:49.088041741 +0100
@@ -1,0 +2,6 @@
+Thu Nov  5 14:37:31 UTC 2020 - Marketa Machova 
+
+- Update to 1.4.2
+  * Fix is_debugging function
+
+---

Old:

  pytest-timeout-1.4.1.tar.gz

New:

  pytest-timeout-1.4.2.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.XFiPxo/_old  2020-11-09 13:56:50.336039019 +0100
+++ /var/tmp/diff_new_pack.XFiPxo/_new  2020-11-09 13:56:50.336039019 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-timeout
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Pytest plugin to abort hanging tests
 License:MIT

++ pytest-timeout-1.4.1.tar.gz -> pytest-timeout-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.4.1/PKG-INFO 
new/pytest-timeout-1.4.2/PKG-INFO
--- old/pytest-timeout-1.4.1/PKG-INFO   2020-06-15 21:23:07.42545 +0200
+++ new/pytest-timeout-1.4.2/PKG-INFO   2020-07-15 21:25:23.076116000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.4.1
+Version: 1.4.2
 Summary: py.test plugin to abort hanging tests
 Home-page: http://github.com/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -209,6 +209,13 @@
 Changelog
 =
 
+1.4.2
+-
+
+- Fix compatibility when run with pytest pre-releases, thanks
+  Bruno Oliveira,
+- Fix detection of third-party debuggers, thanks Bruno Oliveira.
+
 1.4.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.4.1/README.rst 
new/pytest-timeout-1.4.2/README.rst
--- old/pytest-timeout-1.4.1/README.rst 2020-06-15 21:03:43.0 +0200
+++ new/pytest-timeout-1.4.2/README.rst 2020-07-15 21:24:43.0 +0200
@@ -201,6 +201,13 @@
 Changelog
 =
 
+1.4.2
+-
+
+- Fix compatibility when run with pytest pre-releases, thanks
+  Bruno Oliveira,
+- Fix detection of third-party debuggers, thanks Bruno Oliveira.
+
 1.4.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-timeout-1.4.1/pytest_timeout.egg-info/PKG-INFO 
new/pytest-timeout-1.4.2/pytest_timeout.egg-info/PKG-INFO
--- old/pytest-timeout-1.4.1/pytest_timeout.egg-info/PKG-INFO   2020-06-15 
21:23:07.0 +0200
+++ new/pytest-timeout-1.4.2/pytest_timeout.egg-info/PKG-INFO   2020-07-15 
21:25:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.4.1
+Version: 1.4.2
 Summary: py.test plugin to abort hanging tests
 Home-page: http://github.com/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -209,6 +209,13 @@
 Changelog
 =
 
+1.4.2
+-
+
+- Fix compatibility when run with pytest pre-releases, thanks
+  Bruno Oliveira,
+- Fix detection of third-party debuggers, thanks Bruno Oliveira.
+
 1.4.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.4.1/pytest_timeout.py 
new/pytest-timeout-1.4.2/pytest_timeout.py
--- old/pytest-timeout-1.4.1/pytest_timeout.py  2020-06-15 21:19:03.0 
+0200
+++ new/pytest-timeout-1.4.2/pytest_timeout.py  2020-07-15 21:20:47.0 
+0200
@@ -13,7 +13,7 @@
 import threading
 import traceback
 from collections import namedtuple
-from distutils.version import StrictVersion
+from distutils.version import LooseVersion
 
 import py
 import pytest
@@ -156,7 +156,7 @@
 SUPPRESS_TIMEOUT = True
 
 
-def is_debugging():
+def is_debugging(trace_func=None):
 """Detect if a debugging session is in progress.
 
 This looks at both pytest's builtin pdb support as well as
@@ -168,14 +168,19 @@
  1. Examines the trace function to see if the module it originates
 from is in 

commit python-pytest-timeout for openSUSE:Factory

2020-06-30 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2020-06-30 21:54:38

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.3060 (New)


Package is "python-pytest-timeout"

Tue Jun 30 21:54:38 2020 rev:9 rq:817717 version:1.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2020-01-16 18:13:51.128724043 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.3060/python-pytest-timeout.changes
2020-06-30 21:54:40.050425099 +0200
@@ -1,0 +2,6 @@
+Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.4.1
+  * Better detection of when we are debugging, thanks Mattwmaster58.
+
+---

Old:

  pytest-timeout-1.3.4.tar.gz

New:

  pytest-timeout-1.4.1.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.loASUW/_old  2020-06-30 21:54:41.282428912 +0200
+++ /var/tmp/diff_new_pack.loASUW/_new  2020-06-30 21:54:41.286428924 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-timeout
-Version:1.3.4
+Version:1.4.1
 Release:0
 Summary:Pytest plugin to abort hanging tests
 License:MIT
@@ -26,6 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz
 BuildRequires:  %{python_module pexpect}
 BuildRequires:  %{python_module pytest >= 3.6.0}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ pytest-timeout-1.3.4.tar.gz -> pytest-timeout-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.4/PKG-INFO 
new/pytest-timeout-1.4.1/PKG-INFO
--- old/pytest-timeout-1.3.4/PKG-INFO   2020-01-06 20:23:39.0 +0100
+++ new/pytest-timeout-1.4.1/PKG-INFO   2020-06-15 21:23:07.42545 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.3.4
+Version: 1.4.1
 Summary: py.test plugin to abort hanging tests
 Home-page: http://github.com/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -12,7 +12,7 @@
 
 |python| |version| |anaconda| |ci|
 
-.. |version| image:: http://img.shields.io/pypi/v/pytest-timeout.svg
+.. |version| image:: https://img.shields.io/pypi/v/pytest-timeout.svg
   :target: https://pypi.python.org/pypi/pytest-timeout
 
 .. |anaconda| image:: 
https://img.shields.io/conda/vn/conda-forge/pytest-timeout.svg
@@ -24,21 +24,31 @@
 .. |python| image:: 
https://img.shields.io/pypi/pyversions/pytest-timeout.svg
   :target: https://pypi.python.org/pypi/pytest-timeout/
 
-This is a plugin which will terminate tests after a certain timeout.
-When doing so it will show a stack dump of all threads running at the
-time.  This is useful when running tests under a continuous
-integration server or simply if you don't know why the test suite
-hangs.
-
-Note that while by default on POSIX systems py.test will continue to
-execute the tests after a test has timed, out this is not always
-possible.  Often the only sure way to interrupt a hanging test is by
-terminating the entire process.  As this is a hard termination
-(``os._exit()``) it will result in no teardown, JUnit XML output etc.
-But the plugin will ensure you will have the debugging output on
-stderr nevertheless, which is the most important part at this stage.
-See below for detailed information on the timeout methods and their
-side-effects.
+This is a plugin which will terminate tests after a certain timeout,
+assuming the test session isn't being debugged. When aborting a test
+it will show a stack dump of all threads running at the time.
+This is useful when running tests under a continuous
+integration server or simply if you don't know why the test suite 
hangs.
+
+.. note::
+
+   The way this plugin detects whether or not a debugging session is
+   active is by checking if a trace function is set and if one is, it
+   check to see if the module it belongs to is present in a set of
+   known debugging frameworks modules OR if pytest itself drops you
+   into a pbd session.
+
+.. 

commit python-pytest-timeout for openSUSE:Factory

2020-01-16 Thread root
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 
+
+- 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)




commit python-pytest-timeout for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2019-02-13 10:07:38

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.28833 (New)


Package is "python-pytest-timeout"

Wed Feb 13 10:07:38 2019 rev:7 rq:674165 version:1.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2018-11-22 13:26:58.813908795 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.28833/python-pytest-timeout.changes
   2019-02-13 10:07:49.809524150 +0100
@@ -1,0 +2,6 @@
+Tue Feb 12 15:43:02 UTC 2019 - Tomáš Chvátal 
+
+- Fix build with pytest4 from upstream:
+  * pytest4.patch
+
+---

New:

  pytest4.patch



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.YWaKQc/_old  2019-02-13 10:07:51.109523820 +0100
+++ /var/tmp/diff_new_pack.YWaKQc/_new  2019-02-13 10:07:51.109523820 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-timeout
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-pytest-timeout
 Version:1.3.3
 Release:0
@@ -26,17 +25,16 @@
 Group:  Development/Languages/Python
 URL:http://bitbucket.org/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
-%if %{with test}
-BuildRequires:  %{python_module pexpect}
-BuildRequires:  %{python_module pytest >= 3.6.0}
-%endif
 %python_subpackages
 
 %description
@@ -58,6 +56,7 @@
 
 %prep
 %setup -q -n pytest-timeout-%{version}
+%patch0 -p1
 
 %build
 %python_build
@@ -66,17 +65,9 @@
 %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
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest 
test_pytest_timeout.py
 
 %files %{python_files}
 %license LICENSE

++ pytest4.patch ++
# HG changeset patch
# User Bruno Oliveira 
# Date 1542370558 7200
# Node ID 36998c891573d8ec1db1acd4f9438cb3cf2aee2e
# Parent  753c5f39d2a8d1477ea8653ca7c7bdbdca1efafc
Change tests to use pytest.param

diff --git a/test_pytest_timeout.py b/test_pytest_timeout.py
--- a/test_pytest_timeout.py
+++ b/test_pytest_timeout.py
@@ -93,7 +93,7 @@
 # assert 'Timeout' in result.stdout.str() + result.stderr.str()
 
 
-@pytest.mark.parametrize('meth', [have_sigalrm('signal'), 'thread'])
+@pytest.mark.parametrize('meth', [pytest.param('signal', marks=have_sigalrm), 
'thread'])
 @pytest.mark.parametrize('scope', ['function', 'class', 'module', 'session'])
 def test_fix_setup(meth, scope, testdir):
 testdir.makepyfile("""
@@ -133,7 +133,7 @@
 assert 'Timeout' not in result.stdout.str() + result.stderr.str()
 
 
-@pytest.mark.parametrize('meth', [have_sigalrm('signal'), 'thread'])
+@pytest.mark.parametrize('meth', [pytest.param('signal', marks=have_sigalrm), 
'thread'])
 @pytest.mark.parametrize('scope', ['function', 'class', 'module', 'session'])
 def test_fix_finalizer(meth, scope, testdir):
 testdir.makepyfile("""



commit python-pytest-timeout for openSUSE:Factory

2018-11-22 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2018-11-22 13:26:45

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new.19453 (New)


Package is "python-pytest-timeout"

Thu Nov 22 13:26:45 2018 rev:6 rq:650719 version:1.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2018-09-20 11:42:26.556821956 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new.19453/python-pytest-timeout.changes
   2018-11-22 13:26:58.813908795 +0100
@@ -1,0 +2,6 @@
+Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold 
+
+- Version update to 1.3.3
+ * Fix support for pytest >= 3.10.
+
+---

Old:

  pytest-timeout-1.3.2.tar.gz

New:

  pytest-timeout-1.3.3.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.zzfY0E/_old  2018-11-22 13:26:59.513908063 +0100
+++ /var/tmp/diff_new_pack.zzfY0E/_new  2018-11-22 13:26:59.517908059 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-pytest-timeout
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Pytest plugin to abort hanging tests
 License:MIT

++ pytest-timeout-1.3.2.tar.gz -> pytest-timeout-1.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.2/PKG-INFO 
new/pytest-timeout-1.3.3/PKG-INFO
--- old/pytest-timeout-1.3.2/PKG-INFO   2018-08-27 23:27:02.0 +0200
+++ new/pytest-timeout-1.3.3/PKG-INFO   2018-11-16 12:47:43.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.3.2
+Version: 1.3.3
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -185,6 +185,20 @@
 Changelog
 =
 
+1.3.3
+-
+
+- Fix support for pytest >= 3.10.
+
+1.3.2
+-
+
+- This changelog was ommitted for the 1.3.2 release and was added
+  afterwards.  Apologies for the confusion.
+- Fix pytest 3.7.3 compatibility.  The capture API had changed
+  slightly and this needed fixing.  Thanks Bruno Oliveira for the
+  contribution.
+
 1.3.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.2/README 
new/pytest-timeout-1.3.3/README
--- old/pytest-timeout-1.3.2/README 2018-07-23 22:27:18.0 +0200
+++ new/pytest-timeout-1.3.3/README 2018-11-16 12:42:54.0 +0100
@@ -177,6 +177,20 @@
 Changelog
 =
 
+1.3.3
+-
+
+- Fix support for pytest >= 3.10.
+
+1.3.2
+-
+
+- This changelog was ommitted for the 1.3.2 release and was added
+  afterwards.  Apologies for the confusion.
+- Fix pytest 3.7.3 compatibility.  The capture API had changed
+  slightly and this needed fixing.  Thanks Bruno Oliveira for the
+  contribution.
+
 1.3.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-timeout-1.3.2/pytest_timeout.egg-info/PKG-INFO 
new/pytest-timeout-1.3.3/pytest_timeout.egg-info/PKG-INFO
--- old/pytest-timeout-1.3.2/pytest_timeout.egg-info/PKG-INFO   2018-08-27 
23:27:02.0 +0200
+++ new/pytest-timeout-1.3.3/pytest_timeout.egg-info/PKG-INFO   2018-11-16 
12:47:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.3.2
+Version: 1.3.3
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -185,6 +185,20 @@
 Changelog
 =
 
+1.3.3
+-
+
+- Fix support for pytest >= 3.10.
+
+1.3.2
+-
+
+- This changelog was ommitted for the 1.3.2 release and was added
+  afterwards.  Apologies for the confusion.
+- Fix pytest 3.7.3 compatibility.  The capture API had changed
+  slightly and this needed fixing.  Thanks Bruno Oliveira for the
+  contribution.
+
 1.3.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.2/pytest_timeout.py 
new/pytest-timeout-1.3.3/pytest_timeout.py
--- old/pytest-timeout-1.3.2/pytest_timeout.py  2018-08-27 21:44:15.0 
+0200
+++ 

commit python-pytest-timeout for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2018-09-20 11:42:23

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new (New)


Package is "python-pytest-timeout"

Thu Sep 20 11:42:23 2018 rev:5 rq:636615 version:1.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2018-07-18 22:56:17.602492615 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new/python-pytest-timeout.changes
 2018-09-20 11:42:26.556821956 +0200
@@ -1,0 +2,7 @@
+Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup 
+
+- version update to 1.3.2
+ * Fix deprecation warning on Python 3.6. 
+ * Fix pytest 3.7.3 compatibility.
+
+---

Old:

  pytest-timeout-1.3.0.tar.gz

New:

  pytest-timeout-1.3.2.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.rHFUFH/_old  2018-09-20 11:42:26.948821726 +0200
+++ /var/tmp/diff_new_pack.rHFUFH/_new  2018-09-20 11:42:26.948821726 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-pytest-timeout
-Version:1.3.0
+Version:1.3.2
 Release:0
 Summary:Pytest plugin to abort hanging tests
 License:MIT

++ pytest-timeout-1.3.0.tar.gz -> pytest-timeout-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.0/PKG-INFO 
new/pytest-timeout-1.3.2/PKG-INFO
--- old/pytest-timeout-1.3.0/PKG-INFO   2018-06-13 23:10:37.0 +0200
+++ new/pytest-timeout-1.3.2/PKG-INFO   2018-08-27 23:27:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.3.0
+Version: 1.3.2
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -185,6 +185,13 @@
 Changelog
 =
 
+1.3.1
+-
+
+- Fix deprecation warning on Python 3.6.  Thanks Mickaël Schoentgen
+- Create a valid tag for the release.  Somehow this didn't happen for
+  1.3.0, that tag points to a non-existing commit.
+
 1.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.0/README 
new/pytest-timeout-1.3.2/README
--- old/pytest-timeout-1.3.0/README 2018-06-13 21:56:21.0 +0200
+++ new/pytest-timeout-1.3.2/README 2018-07-23 22:27:18.0 +0200
@@ -177,6 +177,13 @@
 Changelog
 =
 
+1.3.1
+-
+
+- Fix deprecation warning on Python 3.6.  Thanks Mickaël Schoentgen
+- Create a valid tag for the release.  Somehow this didn't happen for
+  1.3.0, that tag points to a non-existing commit.
+
 1.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-timeout-1.3.0/pytest_timeout.egg-info/PKG-INFO 
new/pytest-timeout-1.3.2/pytest_timeout.egg-info/PKG-INFO
--- old/pytest-timeout-1.3.0/pytest_timeout.egg-info/PKG-INFO   2018-06-13 
23:10:37.0 +0200
+++ new/pytest-timeout-1.3.2/pytest_timeout.egg-info/PKG-INFO   2018-08-27 
23:27:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.3.0
+Version: 1.3.2
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
@@ -185,6 +185,13 @@
 Changelog
 =
 
+1.3.1
+-
+
+- Fix deprecation warning on Python 3.6.  Thanks Mickaël Schoentgen
+- Create a valid tag for the release.  Somehow this didn't happen for
+  1.3.0, that tag points to a non-existing commit.
+
 1.3.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.3.0/pytest_timeout.py 
new/pytest-timeout-1.3.2/pytest_timeout.py
--- old/pytest-timeout-1.3.0/pytest_timeout.py  2018-06-13 23:10:18.0 
+0200
+++ new/pytest-timeout-1.3.2/pytest_timeout.py  2018-08-27 21:44:15.0 
+0200
@@ -51,13 +51,11 @@
 type=float,
 help=TIMEOUT_DESC)
 

commit python-pytest-timeout for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2018-07-18 22:55:47

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new (New)


Package is "python-pytest-timeout"

Wed Jul 18 22:55:47 2018 rev:4 rq:623445 version:1.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2017-12-08 12:58:38.778958512 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new/python-pytest-timeout.changes
 2018-07-18 22:56:17.602492615 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 12:55:33 UTC 2018 - scarab...@opensuse.org
+
+- Version update to 1.3.0:
+  * Fixes for python3.7
+  * Various small fixes
+
+---

Old:

  pytest-timeout-1.2.1.tar.gz

New:

  pytest-timeout-1.3.0.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.EMjBPA/_old  2018-07-18 22:56:18.382490028 +0200
+++ /var/tmp/diff_new_pack.EMjBPA/_new  2018-07-18 22:56:18.382490028 +0200
@@ -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 @@
 %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*

++ pytest-timeout-1.2.1.tar.gz -> pytest-timeout-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.2.1/PKG-INFO 
new/pytest-timeout-1.3.0/PKG-INFO
--- old/pytest-timeout-1.2.1/PKG-INFO   2017-11-28 22:24:20.0 +0100
+++ new/pytest-timeout-1.3.0/PKG-INFO   2018-06-13 23:10:37.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.2.1
+Version: 1.3.0
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
 Author-email: f...@devork.be
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: ==
 pytest-timeout
 ==
@@ -186,6 +185,14 @@
 Changelog
 =
 
+1.3.0
+-
+
+- Make it possible to only run the timeout timer on the test function
+  and not the whole fixture setup + test + teardown duration.  Thanks
+  Pedro Algarvio for the work!
+- Use the new pytest marker API, Thanks Pedro Algarvio for the work!
+
 1.2.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.2.1/README 
new/pytest-timeout-1.3.0/README
--- old/pytest-timeout-1.2.1/README 2017-11-28 22:19:48.0 +0100
+++ new/pytest-timeout-1.3.0/README 2018-06-13 21:56:21.0 +0200
@@ -177,6 +177,14 @@
 Changelog
 =
 
+1.3.0
+-
+
+- Make it possible to only run the timeout timer on the test function
+  and not the whole fixture setup + test + teardown duration.  Thanks
+  Pedro Algarvio for the work!
+- Use the new pytest marker API, Thanks Pedro 

commit python-pytest-timeout for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2017-12-08 12:58:27

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new (New)


Package is "python-pytest-timeout"

Fri Dec  8 12:58:27 2017 rev:3 rq:554733 version:1.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2017-09-26 21:14:52.114633311 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new/python-pytest-timeout.changes
 2017-12-08 12:58:38.778958512 +0100
@@ -1,0 +2,11 @@
+Sun Dec  3 19:13:13 UTC 2017 - a...@gmx.de
+
+- update to version 1.2.1:
+  * Fix for pytest 3.3, thanks Bruno Oliveira.
+  * Update supported python versions:
++ Add CPython 3.6.
++ Drop CPyhon 2.6 (as did pytest 3.3)
++ Drop CPyhon 3.3
++ Drop CPyhon 3.4
+
+---

Old:

  pytest-timeout-1.2.0.tar.gz

New:

  pytest-timeout-1.2.1.tar.gz



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.VYxSKe/_old  2017-12-08 12:58:40.838884117 +0100
+++ /var/tmp/diff_new_pack.VYxSKe/_new  2017-12-08 12:58:40.842883972 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-pytest-timeout
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Pytest plugin to abort hanging tests
 License:MIT

++ pytest-timeout-1.2.0.tar.gz -> pytest-timeout-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.2.0/PKG-INFO 
new/pytest-timeout-1.2.1/PKG-INFO
--- old/pytest-timeout-1.2.0/PKG-INFO   2016-11-10 21:24:38.0 +0100
+++ new/pytest-timeout-1.2.1/PKG-INFO   2017-11-28 22:24:20.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: pytest-timeout
-Version: 1.2.0
+Version: 1.2.1
 Summary: py.test plugin to abort hanging tests
 Home-page: http://bitbucket.org/pytest-dev/pytest-timeout/
 Author: Floris Bruynooghe
 Author-email: f...@devork.be
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: ==
 pytest-timeout
 ==
@@ -26,8 +27,9 @@
 See below for detailed information on the timeout methods and their
 side-effects.
 
-The pytest-timeout plugin has been tested on python 2.6 or higher,
-including 3.X, pypy and pypy3.
+The pytest-timeout plugin has been tested on python 2.7 or higher,
+including 3.X, pypy and pypy3.  See tox.ini for currently tested
+versions.
 
 
 Usage
@@ -184,6 +186,16 @@
 Changelog
 =
 
+1.2.1
+-
+
+- Fix for pytest 3.3, thanks Bruno Oliveira.
+- Update supported python versions:
+  - Add CPython 3.6.
+  - Drop CPyhon 2.6 (as did pytest 3.3)
+  - Drop CPyhon 3.3
+  - Drop CPyhon 3.4
+
 1.2.0
 -
 
@@ -263,7 +275,6 @@
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-timeout-1.2.0/README 
new/pytest-timeout-1.2.1/README
--- old/pytest-timeout-1.2.0/README 2016-11-10 21:08:58.0 +0100
+++ new/pytest-timeout-1.2.1/README 2017-11-28 22:19:48.0 +0100
@@ -18,8 +18,9 @@
 See below for detailed information on the timeout methods and their
 side-effects.
 
-The pytest-timeout plugin has been tested on python 2.6 or higher,
-including 3.X, pypy and pypy3.
+The pytest-timeout plugin has been tested on python 2.7 or higher,
+including 3.X, pypy and pypy3.  See tox.ini for currently tested
+versions.
 
 
 Usage
@@ -176,6 +177,16 @@
 Changelog
 =
 
+1.2.1
+-
+
+- Fix for pytest 3.3, thanks Bruno Oliveira.
+- Update supported python versions:
+  - Add CPython 3.6.
+  - Drop CPyhon 2.6 (as did pytest 3.3)
+  - Drop CPyhon 3.3
+  - Drop CPyhon 3.4
+
 1.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pytest-timeout-1.2.0/pytest_timeout.egg-info/PKG-INFO 
new/pytest-timeout-1.2.1/pytest_timeout.egg-info/PKG-INFO
--- 

commit python-pytest-timeout for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package python-pytest-timeout for 
openSUSE:Factory checked in at 2017-09-26 21:14:18

Comparing /work/SRC/openSUSE:Factory/python-pytest-timeout (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-timeout.new (New)


Package is "python-pytest-timeout"

Tue Sep 26 21:14:18 2017 rev:2 rq:521760 version:1.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-timeout/python-pytest-timeout.changes  
2017-08-29 11:48:09.241872754 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-timeout.new/python-pytest-timeout.changes
 2017-09-26 21:14:52.114633311 +0200
@@ -1,0 +2,5 @@
+Wed Sep  6 18:09:04 UTC 2017 - toddrme2...@gmail.com
+
+- Fix building
+
+---



Other differences:
--
++ python-pytest-timeout.spec ++
--- /var/tmp/diff_new_pack.6KXjU4/_old  2017-09-26 21:14:52.758542785 +0200
+++ /var/tmp/diff_new_pack.6KXjU4/_new  2017-09-26 21:14:52.76254 +0200
@@ -75,7 +75,7 @@
 ln -s ../test_pytest_timeout.py .
 %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
 $python -B -m pytest test_pytest_timeout.py
-rm -r %{buildroot}%{$python_sitelib}/__pycache__/pytest_timeout.*-PYTEST.pyc
+rm %{buildroot}%{$python_sitelib}/__pycache__/pytest_timeout*-PYTEST.py*
 }
 popd
 %endif
@@ -85,6 +85,6 @@
 %doc LICENSE README
 %{python_sitelib}/pytest_timeout-%{version}-py*.egg-info
 %{python_sitelib}/pytest_timeout.py*
-%pycache_only %{python_sitelib}/__pycache__/pytest_timeout.*.pyc
+%pycache_only %{python_sitelib}/__pycache__/pytest_timeout*.py*
 
 %changelog