From ae62943c4ef0af64bc306729c543ef2119b29bbac207de98b461879403d594fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Jun 2020 07:44:17 +0000 Subject: [PATCH] - Update to 0.3.1: * Fix pytest 5.4 support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=5 --- pytest-subtests-0.3.0.tar.gz | 3 --- pytest-subtests-0.3.1.tar.gz | 3 +++ python-pytest-subtests.changes | 6 ++++++ python-pytest-subtests.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-subtests-0.3.0.tar.gz create mode 100644 pytest-subtests-0.3.1.tar.gz diff --git a/pytest-subtests-0.3.0.tar.gz b/pytest-subtests-0.3.0.tar.gz deleted file mode 100644 index 4af9c6b..0000000 --- a/pytest-subtests-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e837d6395bd3a1b11494ca1e0b41ea15a448e7d9d5d053b9beee7633b580b8 -size 9399 diff --git a/pytest-subtests-0.3.1.tar.gz b/pytest-subtests-0.3.1.tar.gz new file mode 100644 index 0000000..d7be8ea --- /dev/null +++ b/pytest-subtests-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f673d8536eb8a153dd9c871b55c06aa3dea55cbdcf3bb3cdd4c4149a4e81606f +size 9523 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index b5e4ddd..c528306 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 9 07:43:33 UTC 2020 - Tomáš Chvátal + +- Update to 0.3.1: + * Fix pytest 5.4 support. + ------------------------------------------------------------------- Thu Feb 20 07:12:11 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index c1e77d2..72c9722 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-subtests -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: Python unittest subTest() support and subtests fixture License: MIT