forked from pool/python-pytest-subtests
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:677281a196092c06d3da8e6408f0c1362b3f7b180e3c0e9113c7209b6b48afd7
|
|
||||||
size 9694
|
|
||||||
3
pytest-subtests-0.4.0.tar.gz
Normal file
3
pytest-subtests-0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b
|
||||||
|
size 10751
|
||||||
@@ -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>
|
Thu Nov 5 15:02:17 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-subtests
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pytest-subtests
|
Name: python-pytest-subtests
|
||||||
Version: 0.3.2
|
Version: 0.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python unittest subTest() support and subtests fixture
|
Summary: Python unittest subTest() support and subtests fixture
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -29,10 +29,10 @@ BuildRequires: %{python_module setuptools >= 40.0}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pytest >= 4.4.0
|
Requires: python-pytest >= 5.3.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest >= 4.4.0}
|
BuildRequires: %{python_module pytest >= 5.3.0}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -55,6 +55,8 @@ Python unittest subTest() support and subtests fixture.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/pytest_subtests.py*
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc
|
||||||
|
%{python_sitelib}/pytest_subtests-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user