14
0

Accepting request 1009822 from home:yarunachalam:branches:devel:languages:python

- Update to version 2.0.0 
  Drop support for Python 3.5
  Add input/encoding keyword arguments to run method
  Add raise_for_returncode method to SubprocessRunner class

OBS-URL: https://build.opensuse.org/request/show/1009822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=19
This commit is contained in:
2022-10-11 15:53:26 +00:00
committed by Git OBS Bridge
parent 8393c475e5
commit 4ee4d5b3e7
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 11 15:32:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.0.0
Drop support for Python 3.5
Add input/encoding keyword arguments to run method
Add raise_for_returncode method to SubprocessRunner class
-------------------------------------------------------------------
Thu Apr 21 23:58:17 UTC 2022 - Matej Cepl <mcepl@suse.com>