From 3b0eb5d150883a2aa5d75c1ce4d53e4986521e52f5d727eb1a522b0b4512eab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 21 Nov 2018 14:37:12 +0000 Subject: [PATCH] Accepting request 650718 from home:SchoolGuy:branches:devel:languages:python:backports - Version update to 1.3.3 * Fix support for pytest >= 3.10. OBS-URL: https://build.opensuse.org/request/show/650718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=6 --- pytest-timeout-1.3.2.tar.gz | 3 --- pytest-timeout-1.3.3.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.3.2.tar.gz create mode 100644 pytest-timeout-1.3.3.tar.gz diff --git a/pytest-timeout-1.3.2.tar.gz b/pytest-timeout-1.3.2.tar.gz deleted file mode 100644 index afe5bd0..0000000 --- a/pytest-timeout-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1117fc0536e1638862917efbdc0895e6b62fa61e6cf4f39bb655686af7af9627 -size 11494 diff --git a/pytest-timeout-1.3.3.tar.gz b/pytest-timeout-1.3.3.tar.gz new file mode 100644 index 0000000..764a093 --- /dev/null +++ b/pytest-timeout-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a30ba76837a32c7b7cd5c84ee9933fde4b9022b0cd20ea7d4a577c2a1649fb1 +size 11627 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index b1143e8..8acce87 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 21 14:20:15 UTC 2018 - Enno Gotthold + +- Version update to 1.3.3 + * Fix support for pytest >= 3.10. + ------------------------------------------------------------------- Wed Sep 19 09:59:42 UTC 2018 - Ondřej Súkup diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 2431d07..c63d8b5 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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