Accepting request 1114844 from devel:languages:python:pytest

- 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/request/show/1114844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-xprocess?expand=0&rev=5
This commit is contained in:
2023-10-04 20:30:21 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 8 deletions

Binary file not shown.

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 2 15:00:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.23.0:
* Drop support for Python 3.7
* Add support for Python 3.11
* Remove dependency on `py`
-------------------------------------------------------------------
Thu May 4 22:29:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

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