From 02ff15d089042dc9193ffbe8028719cd58664bc84375cb96e5161791dd10b592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 19 Sep 2018 10:01:48 +0000 Subject: [PATCH] Accepting request 636613 from home:mimi_vx:branches:devel:languages:python:pytest - version update to 1.3.2 * Fix deprecation warning on Python 3.6. * Fix pytest 3.7.3 compatibility. OBS-URL: https://build.opensuse.org/request/show/636613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-timeout?expand=0&rev=4 --- pytest-timeout-1.3.0.tar.gz | 3 --- pytest-timeout-1.3.2.tar.gz | 3 +++ python-pytest-timeout.changes | 7 +++++++ python-pytest-timeout.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pytest-timeout-1.3.0.tar.gz create mode 100644 pytest-timeout-1.3.2.tar.gz diff --git a/pytest-timeout-1.3.0.tar.gz b/pytest-timeout-1.3.0.tar.gz deleted file mode 100644 index 7b6caec..0000000 --- a/pytest-timeout-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641 -size 14649 diff --git a/pytest-timeout-1.3.2.tar.gz b/pytest-timeout-1.3.2.tar.gz new file mode 100644 index 0000000..afe5bd0 --- /dev/null +++ b/pytest-timeout-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1117fc0536e1638862917efbdc0895e6b62fa61e6cf4f39bb655686af7af9627 +size 11494 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index ab64106..b1143e8 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Tue Jul 17 12:55:33 UTC 2018 - scarabeus@opensuse.org diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 1a00742..2431d07 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -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