From 1ba97f861d9006df442fdfcf699b15327ade3e4636c555f351a0ce0ba3b22322 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 5 Nov 2020 21:36:16 +0000 Subject: [PATCH] Accepting request 846262 from home:mmachova:branches:devel:languages:python:pytest - Update to 1.4.2 * Fix is_debugging function OBS-URL: https://build.opensuse.org/request/show/846262 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=15 --- pytest-timeout-1.4.1.tar.gz | 3 --- pytest-timeout-1.4.2.tar.gz | 3 +++ python-pytest-timeout.changes | 6 ++++++ python-pytest-timeout.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-timeout-1.4.1.tar.gz create mode 100644 pytest-timeout-1.4.2.tar.gz diff --git a/pytest-timeout-1.4.1.tar.gz b/pytest-timeout-1.4.1.tar.gz deleted file mode 100644 index 61adaa2..0000000 --- a/pytest-timeout-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d0fb4ce74cebb81be252e4e0d9c2a91f30270b33208cfa0f1da6eed9abf18ac -size 13804 diff --git a/pytest-timeout-1.4.2.tar.gz b/pytest-timeout-1.4.2.tar.gz new file mode 100644 index 0000000..7327c32 --- /dev/null +++ b/pytest-timeout-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b3113cf6e4e80ce2d403b6fb56e9e1b871b510259206d40ff8d609f48bda76 +size 15424 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index be6db73..68948ef 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 5 14:37:31 UTC 2020 - Marketa Machova + +- Update to 1.4.2 + * Fix is_debugging function + ------------------------------------------------------------------- Mon Jun 29 12:15:28 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index e65140e..6bd330c 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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