diff --git a/pytest-subtests-0.3.2.tar.gz b/pytest-subtests-0.3.2.tar.gz deleted file mode 100644 index d645b72..0000000 --- a/pytest-subtests-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:677281a196092c06d3da8e6408f0c1362b3f7b180e3c0e9113c7209b6b48afd7 -size 9694 diff --git a/pytest-subtests-0.4.0.tar.gz b/pytest-subtests-0.4.0.tar.gz new file mode 100644 index 0000000..491cc4f --- /dev/null +++ b/pytest-subtests-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b +size 10751 diff --git a/python-pytest-subtests.changes b/python-pytest-subtests.changes index 60f0624..4d94676 100644 --- a/python-pytest-subtests.changes +++ b/python-pytest-subtests.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 20 20:03:28 UTC 2021 - Ben Greiner + +- Update to 0.4.0 + * Add Python 3.9 support and bump pytest requirement + * Add support for --pdb + ------------------------------------------------------------------- Thu Nov 5 15:02:17 UTC 2020 - Marketa Machova diff --git a/python-pytest-subtests.spec b/python-pytest-subtests.spec index 17f553f..e6b404f 100644 --- a/python-pytest-subtests.spec +++ b/python-pytest-subtests.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-subtests # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-subtests -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Python unittest subTest() support and subtests fixture License: MIT @@ -29,10 +29,10 @@ BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 4.4.0 +Requires: python-pytest >= 5.3.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 4.4.0} +BuildRequires: %{python_module pytest >= 5.3.0} # /SECTION %python_subpackages @@ -55,6 +55,8 @@ Python unittest subTest() support and subtests fixture. %files %{python_files} %doc CHANGELOG.rst README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_subtests.py* +%pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc +%{python_sitelib}/pytest_subtests-%{version}*-info %changelog