forked from pool/python-pytest-xprocess
- 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
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 22:29:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user