From e25afd64672d84cc4f091ea52d72d014ecd4d2b5464041ece45b31259ce384dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 17:12:09 +0000 Subject: [PATCH] - update to 2.2.3: * Check failure info now shows up in summaries. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-check?expand=0&rev=10 --- pytest_check-2.2.2.tar.gz | 3 --- pytest_check-2.2.3.tar.gz | 3 +++ python-pytest-check.changes | 6 ++++++ python-pytest-check.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest_check-2.2.2.tar.gz create mode 100644 pytest_check-2.2.3.tar.gz diff --git a/pytest_check-2.2.2.tar.gz b/pytest_check-2.2.2.tar.gz deleted file mode 100644 index b117cd5..0000000 --- a/pytest_check-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ae7e99e90f127d3d02d29c02a8b2d95b5a87db3d30dccd169e9fd66c44fdbe8 -size 26353 diff --git a/pytest_check-2.2.3.tar.gz b/pytest_check-2.2.3.tar.gz new file mode 100644 index 0000000..73f0ac4 --- /dev/null +++ b/pytest_check-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df03264b6bbcf25cd8615120cda03b4e6d11fdb2b7c8dde6a9c8fef18a7495c +size 26778 diff --git a/python-pytest-check.changes b/python-pytest-check.changes index 20f058b..3b1d65e 100644 --- a/python-pytest-check.changes +++ b/python-pytest-check.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 5 17:11:17 UTC 2024 - Dirk Müller + +- update to 2.2.3: + * Check failure info now shows up in summaries. + ------------------------------------------------------------------- Mon Oct 2 14:56:35 UTC 2023 - Dirk Müller diff --git a/python-pytest-check.spec b/python-pytest-check.spec index f18121d..7595e9a 100644 --- a/python-pytest-check.spec +++ b/python-pytest-check.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-check # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-check -Version: 2.2.2 +Version: 2.2.3 Release: 0 Summary: A pytest plugin that allows multiple failures per test License: MIT