diff --git a/pytest-timeout-2.2.0.tar.gz b/pytest-timeout-2.2.0.tar.gz deleted file mode 100644 index bb197eb..0000000 --- a/pytest-timeout-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b0b95dabf3cb50bac9ef5ca912fa0cfc286526af17afc806824df20c2f72c90 -size 16391 diff --git a/pytest-timeout-2.3.1.tar.gz b/pytest-timeout-2.3.1.tar.gz new file mode 100644 index 0000000..801ab2c --- /dev/null +++ b/pytest-timeout-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12397729125c6ecbdaca01035b9e5239d4db97352320af155b3f5de1ba5165d9 +size 17697 diff --git a/python-pytest-timeout.changes b/python-pytest-timeout.changes index f417b1d..16ba3f6 100644 --- a/python-pytest-timeout.changes +++ b/python-pytest-timeout.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Mar 16 13:01:47 UTC 2024 - Dirk Müller + +- update to 2.3.1: + * Fixup some build errors, mostly README syntax which stopped + twine from uploading. + * Fix debugger detection for recent VSCode, this compiles pydevd + using cython which is now correctly detected. + * Switched to using Pytest's ``TerminalReporter`` instead + of writing directly to ``sys.{stdout,stderr}``. + * This change also switches all output from ``sys.stderr`` to + ``sys.stdout``. + * Pytest 7.0.0 is now the minimum supported version. + * Add ``--session-timeout`` option and ``session_timeout`` setting. + ------------------------------------------------------------------- Tue Nov 7 20:11:16 UTC 2023 - Dirk Müller diff --git a/python-pytest-timeout.spec b/python-pytest-timeout.spec index 760034f..75fdc84 100644 --- a/python-pytest-timeout.spec +++ b/python-pytest-timeout.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-timeout # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,17 +19,17 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-pytest-timeout -Version: 2.2.0 +Version: 2.3.1 Release: 0 Summary: Pytest plugin to abort hanging tests License: MIT URL: https://github.com/pytest-dev/pytest-timeout/ Source: https://files.pythonhosted.org/packages/source/p/pytest-timeout/pytest-timeout-%{version}.tar.gz -BuildRequires: %{python_module pytest >= 5.0.0} +BuildRequires: %{python_module pytest >= 7.0.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 5.0.0 +Requires: python-pytest >= 7.0.0 # SECTION test %if !%{with ringdisabled} BuildRequires: %{python_module pytest-cov}