From 2743ddf3363fa9222c6fef651d51191af0c3f9d63bedc7be694ba54d5327fab7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Jan 2024 14:06:45 +0000 Subject: [PATCH] - update to 0.6.1: * Allow colon to be used in test id (#25) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-plus?expand=0&rev=8 --- pytest-plus-0.6.0.tar.gz | 3 --- pytest-plus-0.6.1.tar.gz | 3 +++ python-pytest-plus.changes | 6 ++++++ python-pytest-plus.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-plus-0.6.0.tar.gz create mode 100644 pytest-plus-0.6.1.tar.gz diff --git a/pytest-plus-0.6.0.tar.gz b/pytest-plus-0.6.0.tar.gz deleted file mode 100644 index 6b50c40..0000000 --- a/pytest-plus-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c7b64c6d219a6c12a635385530c9771b97b587541636c072135aa592282849c -size 12795 diff --git a/pytest-plus-0.6.1.tar.gz b/pytest-plus-0.6.1.tar.gz new file mode 100644 index 0000000..9a170ac --- /dev/null +++ b/pytest-plus-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6afc9d08559f6932b4614019149f04d72a44d7b486bdcb1e5ab66ee15fe59c6 +size 12811 diff --git a/python-pytest-plus.changes b/python-pytest-plus.changes index 1649e1b..9182b6b 100644 --- a/python-pytest-plus.changes +++ b/python-pytest-plus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 15 14:06:35 UTC 2024 - Dirk Müller + +- update to 0.6.1: + * Allow colon to be used in test id (#25) + ------------------------------------------------------------------- Tue Nov 7 19:56:48 UTC 2023 - Dirk Müller diff --git a/python-pytest-plus.spec b/python-pytest-plus.spec index 2236229..b946a1b 100644 --- a/python-pytest-plus.spec +++ b/python-pytest-plus.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-plus # -# 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-plus -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Extension for pytest to enforce minimum tests pass License: MIT