Accepting request 1085224 from devel:languages:python:pytest

- add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-testinfra?expand=0&rev=2
This commit is contained in:
2023-05-06 20:09:51 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 19:55:05 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Tue Apr 27 11:12:59 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-testinfra
# spec file for package python-pytest-testinfra
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest-testinfra
Version: 6.3.0
Release: 0
@@ -39,7 +38,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-salt
Requires: python-pytest
Requires: python-six >= 1.4
Provides: python-testinfra = %{version}-%{release}
Obsoletes: python-testinfra < %{version}-%{release}
BuildArch: noarch
@@ -80,6 +78,7 @@ fi
%files %{python_files}
%doc CHANGELOG.rst README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/testinfra
%{python_sitelib}/pytest_testinfra-%{version}*-info
%changelog