From da6d026e72dd7ad3aa385875c1fa0f3f01c9b80fb2b74db1ecc8f72c9dc3108a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 22:32:33 +0000 Subject: [PATCH] - update to 0.22.2: * Python 3.10 is now officially supported * `surrogateescape` will now be used as error handling strategy for encode/decode operations. * Make log files persistency, added in `0.21.0`, optional, defaulting to True. The previous logging behavior (prior to `0.21.0`) can be enabled by setting `persist_logs` flag to `False` when calling `XProcess.ensure`. * Fix resource warnings due to leaked internal file handles * Ignore zombie processes which are erroneously considered alive with python 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xprocess?expand=0&rev=7 --- pytest-xprocess-0.21.0.tar.gz | 3 --- pytest-xprocess-0.22.2.tar.gz | 3 +++ python-pytest-xprocess.changes | 15 +++++++++++++++ python-pytest-xprocess.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pytest-xprocess-0.21.0.tar.gz create mode 100644 pytest-xprocess-0.22.2.tar.gz diff --git a/pytest-xprocess-0.21.0.tar.gz b/pytest-xprocess-0.21.0.tar.gz deleted file mode 100644 index 2e23941..0000000 --- a/pytest-xprocess-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9470bfcf884f7299eb6b82a43d298c318b8e53ec314ee624c987e0e87c1b449 -size 30601 diff --git a/pytest-xprocess-0.22.2.tar.gz b/pytest-xprocess-0.22.2.tar.gz new file mode 100644 index 0000000..3969518 --- /dev/null +++ b/pytest-xprocess-0.22.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599ee25b938e8f259e18d9c5b4d6384884f8a6a28ca51eed32d0d9526bdcf77c +size 31346 diff --git a/python-pytest-xprocess.changes b/python-pytest-xprocess.changes index 869cf32..266debe 100644 --- a/python-pytest-xprocess.changes +++ b/python-pytest-xprocess.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu May 4 22:29:31 UTC 2023 - Dirk Müller + +- update to 0.22.2: + * Python 3.10 is now officially supported + * `surrogateescape` will now be used as error handling strategy + for encode/decode operations. + * Make log files persistency, added in `0.21.0`, optional, + defaulting to True. The previous logging behavior (prior to + `0.21.0`) can be enabled by setting `persist_logs` flag to + `False` when calling `XProcess.ensure`. + * Fix resource warnings due to leaked internal file handles + * Ignore zombie processes which are erroneously considered + alive with python 3.11 + ------------------------------------------------------------------- Fri Apr 21 12:32:09 UTC 2023 - Dirk Müller diff --git a/python-pytest-xprocess.spec b/python-pytest-xprocess.spec index 9752aa3..17943c6 100644 --- a/python-pytest-xprocess.spec +++ b/python-pytest-xprocess.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-xprocess -Version: 0.21.0 +Version: 0.22.2 Release: 0 Summary: A pytest plugin for managing processes across test runs License: MIT