From 57be10828335d1ad1eac081acd88632d08a86b125f554935059bceb5e6bc8267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 12:13:03 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-pytest-subtests revision f79cbabfc8650d277e7134deedb2acfe --- pytest-subtests-0.11.0.tar.gz | 3 --- pytest-subtests-0.12.1.tar.gz | 3 +++ python-pytest-subtests.changes | 10 ++++++++++ python-pytest-subtests.spec | 9 ++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 pytest-subtests-0.11.0.tar.gz create mode 100644 pytest-subtests-0.12.1.tar.gz diff --git a/pytest-subtests-0.11.0.tar.gz b/pytest-subtests-0.11.0.tar.gz deleted file mode 100644 index 20abcd8..0000000 --- a/pytest-subtests-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37 -size 12763 diff --git a/pytest-subtests-0.12.1.tar.gz b/pytest-subtests-0.12.1.tar.gz new file mode 100644 index 0000000..0ff898e --- /dev/null +++ b/pytest-subtests-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6605dcb88647e0b7c1889d027f8ef1c17d7a2c60927ebfdc09c7b0d8120476d +size 15303 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index 1713513..caeda31 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 25 15:00:57 UTC 2024 - Dirk Müller + +- update to 0.12.1: + * Fixed compatibility with upcoming pytest 8.1.x. (#125). + * Python 3.12 is now officially supported (#113). + * Added typing support (#115). + * SubTests can be imported from pytest_subtests to type- + annotate the subtests fixture. + ------------------------------------------------------------------- Wed May 31 19:44:46 UTC 2023 - Dirk Müller diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 1a0a534..6b03aaa 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-subtests # -# 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-subtests -Version: 0.11.0 +Version: 0.12.1 Release: 0 Summary: Python unittest subTest() support and subtests fixture License: MIT @@ -55,8 +55,7 @@ Python unittest subTest() support and subtests fixture. %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE -%{python_sitelib}/pytest_subtests.py* -%pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc -%{python_sitelib}/pytest_subtests-%{version}*-info +%{python_sitelib}/pytest_subtests +%{python_sitelib}/pytest_subtests-%{version}.dist-info %changelog