From 8d7e1ad329569f370dade05084eb61bb927aee692bdd1a01ff86f26702d6abd0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 2 May 2022 11:50:36 +0000 Subject: [PATCH] Accepting request 974339 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 2.0.1 * This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10 * Support list/tuple argnames for mark.parametrize * Made markers consistent with pytest's defaults OBS-URL: https://build.opensuse.org/request/show/974339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-describe?expand=0&rev=3 --- pytest-describe-1.0.0.tar.gz | 3 --- pytest-describe-2.0.1.tar.gz | 3 +++ python-pytest-describe.changes | 8 ++++++++ python-pytest-describe.spec | 9 +++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 pytest-describe-1.0.0.tar.gz create mode 100644 pytest-describe-2.0.1.tar.gz diff --git a/pytest-describe-1.0.0.tar.gz b/pytest-describe-1.0.0.tar.gz deleted file mode 100644 index 910ce98..0000000 --- a/pytest-describe-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e2ea0e77efa09edb98cf90423bf1da21a462ed90bd3120f8f98fe7519a167d5 -size 8917 diff --git a/pytest-describe-2.0.1.tar.gz b/pytest-describe-2.0.1.tar.gz new file mode 100644 index 0000000..97b78e5 --- /dev/null +++ b/pytest-describe-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cbaa31169f0060348ad5ca0191027e5f1f41f3f27fdeef208365e09c55eb9a +size 9793 diff --git a/python-pytest-describe.changes b/python-pytest-describe.changes index ecb89a1..94e462b 100644 --- a/python-pytest-describe.changes +++ b/python-pytest-describe.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 2 08:00:02 UTC 2022 - Markéta Machová + +- Update to 2.0.1 + * This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10 + * Support list/tuple argnames for mark.parametrize + * Made markers consistent with pytest's defaults + ------------------------------------------------------------------- Sat Aug 8 05:11:26 AM UTC 2020 - John Vandenberg diff --git a/python-pytest-describe.spec b/python-pytest-describe.spec index 81fdf0a..592b446 100644 --- a/python-pytest-describe.spec +++ b/python-pytest-describe.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-describe # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pytest-describe -Version: 1.0.0 +Version: 2.0.1 Release: 0 Summary: Describe-style plugin for pytest License: MIT @@ -28,10 +29,10 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-describe BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 2.6.0 +Requires: python-pytest >= 4.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 2.6.0} +BuildRequires: %{python_module pytest >= 4.0} # /SECTION %python_subpackages