From 193190a8d4b037853ee913e2f4990d57617727ebbcc5f91c1b052ce10330a617 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Dec 2017 11:58:27 +0000 Subject: [PATCH] Accepting request 554733 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/554733 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-timeout?expand=0&rev=3 --- pytest-timeout-1.2.0.tar.gz | 3 --- pytest-timeout-1.2.1.tar.gz | 3 +++ python-pytest-timeout.changes | 11 +++++++++++ python-pytest-timeout.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest-timeout-1.2.0.tar.gz create mode 100644 pytest-timeout-1.2.1.tar.gz diff --git a/pytest-timeout-1.2.0.tar.gz b/pytest-timeout-1.2.0.tar.gz deleted file mode 100644 index bab9ab6..0000000 --- a/pytest-timeout-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8 -size 13258 diff --git a/pytest-timeout-1.2.1.tar.gz b/pytest-timeout-1.2.1.tar.gz new file mode 100644 index 0000000..84050c6 --- /dev/null +++ b/pytest-timeout-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd +size 11498 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index c147192..caf15ce 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 3 19:13:13 UTC 2017 - arun@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 + ------------------------------------------------------------------- Wed Sep 6 18:09:04 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 92765ea..34e386a 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.2.0 +Version: 1.2.1 Release: 0 Summary: Pytest plugin to abort hanging tests License: MIT