From 3b6d0b12ff6433e6c5f1687259a556e59b7dc86867edb41d369b6dea4b8bfc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Feb 2020 07:13:31 +0000 Subject: [PATCH] - Update to 0.3.0: * subtests now correctly captures and displays stdout/stderr (#18). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=3 --- pytest-subtests-0.2.1.tar.gz | 3 --- pytest-subtests-0.3.0.tar.gz | 3 +++ python-pytest-subtests.changes | 6 ++++++ python-pytest-subtests.spec | 21 ++++++++++----------- 4 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 pytest-subtests-0.2.1.tar.gz create mode 100644 pytest-subtests-0.3.0.tar.gz diff --git a/pytest-subtests-0.2.1.tar.gz b/pytest-subtests-0.2.1.tar.gz deleted file mode 100644 index 94a8ea3..0000000 --- a/pytest-subtests-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0480d4a44dbff5c6ad8ecb283ac66e5bc5ef951c6ba838d51e2548376b3a00 -size 9872 diff --git a/pytest-subtests-0.3.0.tar.gz b/pytest-subtests-0.3.0.tar.gz new file mode 100644 index 0000000..4af9c6b --- /dev/null +++ b/pytest-subtests-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e837d6395bd3a1b11494ca1e0b41ea15a448e7d9d5d053b9beee7633b580b8 +size 9399 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index 191c155..b5e4ddd 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 20 07:12:11 UTC 2020 - Tomáš Chvátal + +- Update to 0.3.0: + * subtests now correctly captures and displays stdout/stderr (#18). + ------------------------------------------------------------------- Wed Aug 28 01:03:09 PM UTC 2019 - John Vandenberg diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 1519264..c1e77d2 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-subtests # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-subtests -Version: 0.2.1 +Version: 0.3.0 Release: 0 -License: MIT Summary: Python unittest subTest() support and subtests fixture -Url: https://github.com/pytest-dev/pytest-subtests -Group: Development/Languages/Python +License: MIT +URL: https://github.com/pytest-dev/pytest-subtests Source: https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: %{python_module setuptools_scm} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-pytest >= 4.4.0 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest >= 4.4.0} # /SECTION -BuildRequires: fdupes -Requires: python-pytest >= 4.4.0 -BuildArch: noarch - %python_subpackages %description