Accepting request 881274 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/881274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-subtests?expand=0&rev=5
This commit is contained in:
Richard Brown
2021-04-01 12:16:51 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:677281a196092c06d3da8e6408f0c1362b3f7b180e3c0e9113c7209b6b48afd7
size 9694

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b
size 10751

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 20 20:03:28 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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 <mmachova@suse.com>

View File

@@ -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