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