- update to 0.23.0:

* Drop support for Python 3.7
  * Add support for Python 3.11
  * Remove dependency on `py`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xprocess?expand=0&rev=9
This commit is contained in:
2023-10-02 15:00:59 +00:00
committed by Git OBS Bridge
parent da6d026e72
commit 1952c02bb9
4 changed files with 12 additions and 8 deletions

View File

@@ -16,11 +16,9 @@
#
%define oldpython python
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest-xprocess
Version: 0.22.2
Version: 0.23.0
Release: 0
Summary: A pytest plugin for managing processes across test runs
License: MIT
@@ -28,12 +26,10 @@ URL: https://github.com/pytest-dev/pytest-xprocess
Source: https://files.pythonhosted.org/packages/source/p/pytest-xprocess/pytest-xprocess-%{version}.tar.gz
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest >= 2.8}
BuildRequires: %{python_module py}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-psutil
Requires: python-py
Requires: python-pytest >= 2.8
BuildArch: noarch
%python_subpackages