From c60a47b318a2e7d89ad021a31ee21649287932d08df306fdc61df2afc1273649 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 22:56:25 +0000 Subject: [PATCH] - update to 0.5.0: * Use ``pytest.hookimpl`` to configure hooks, avoiding a deprecation warning in pytest 7.2.0. * Dropped support for Python 3.6. * Added support for Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-instafail?expand=0&rev=19 --- pytest-instafail-0.4.2.tar.gz | 3 --- pytest-instafail-0.5.0.tar.gz | 3 +++ python-pytest-instafail.changes | 9 +++++++++ python-pytest-instafail.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 pytest-instafail-0.4.2.tar.gz create mode 100644 pytest-instafail-0.5.0.tar.gz diff --git a/pytest-instafail-0.4.2.tar.gz b/pytest-instafail-0.4.2.tar.gz deleted file mode 100644 index f650a2e..0000000 --- a/pytest-instafail-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19273fdf3f0f9a1cb4b7a0bc8aa1bdaaf6b0f62a681b693d5eca4626abc99782 -size 5899 diff --git a/pytest-instafail-0.5.0.tar.gz b/pytest-instafail-0.5.0.tar.gz new file mode 100644 index 0000000..adb0e79 --- /dev/null +++ b/pytest-instafail-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e +size 5849 diff --git a/python-pytest-instafail.changes b/python-pytest-instafail.changes index e748ae8..540e6c1 100644 --- a/python-pytest-instafail.changes +++ b/python-pytest-instafail.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 4 22:54:59 UTC 2023 - Dirk Müller + +- update to 0.5.0: + * Use ``pytest.hookimpl`` to configure hooks, avoiding a + deprecation warning in pytest 7.2.0. + * Dropped support for Python 3.6. + * Added support for Python 3.11. + ------------------------------------------------------------------- Mon Jun 29 10:00:24 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-instafail.spec b/python-pytest-instafail.spec index 0d21c51..0d3e152 100644 --- a/python-pytest-instafail.spec +++ b/python-pytest-instafail.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-instafail # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-pytest-instafail -Version: 0.4.2 +Version: 0.5.0 Release: 0 Summary: Pytest Plugin to Show Failures Instantly License: BSD-2-Clause