forked from pool/python-tap.py
Accepting request 970749 from home:pgajdos:python
- version update to 3.1 * Add support for Python 3.10. * Add support for Python 3.9. * Add support for Python 3.8. * Drop support for Python 3.5 (it is end-of-life). * Fix parsing of multi-line strings in YAML blocks (#111) * Remove unmaintained i18n support. OBS-URL: https://build.opensuse.org/request/show/970749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tap.py?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tap.py
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 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-tap.py
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Release: 0
|
||||
Summary: Test Anything Protocol (TAP) tools
|
||||
License: BSD-2-Clause
|
||||
@@ -32,13 +32,12 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Recommends: python-PyYAML
|
||||
Recommends: python-more-itertools
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module more-itertools}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
|
Reference in New Issue
Block a user