From 1952c02bb9eb7d9919580b1ea45f70623d48a010df0324d5ec829ccc6bd0be21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Oct 2023 15:00:59 +0000 Subject: [PATCH] - 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 --- pytest-xprocess-0.22.2.tar.gz | 3 --- pytest-xprocess-0.23.0.tar.gz | 3 +++ python-pytest-xprocess.changes | 8 ++++++++ python-pytest-xprocess.spec | 6 +----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 pytest-xprocess-0.22.2.tar.gz create mode 100644 pytest-xprocess-0.23.0.tar.gz diff --git a/pytest-xprocess-0.22.2.tar.gz b/pytest-xprocess-0.22.2.tar.gz deleted file mode 100644 index 3969518..0000000 --- a/pytest-xprocess-0.22.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599ee25b938e8f259e18d9c5b4d6384884f8a6a28ca51eed32d0d9526bdcf77c -size 31346 diff --git a/pytest-xprocess-0.23.0.tar.gz b/pytest-xprocess-0.23.0.tar.gz new file mode 100644 index 0000000..367fa3e --- /dev/null +++ b/pytest-xprocess-0.23.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d4041a20a1c1ef1943054e4a3df7ac7b43e7f291f640f43c34e9dcc4b34dfa +size 31350 diff --git a/python-pytest-xprocess.changes b/python-pytest-xprocess.changes index 266debe..afa9668 100644 --- a/python-pytest-xprocess.changes +++ b/python-pytest-xprocess.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 2 15:00:17 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 17943c6..6f17ca9 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -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