14
0

Accepting request 897708 from home:mnhauke

- Update to version 1.6.0
  * Add __repr__ method to Retry/SubprocessRunner classes
  * Fix to properly suppress debug logs when quiet=True
  * Fixed to save command history at runtime

OBS-URL: https://build.opensuse.org/request/show/897708
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocrunner?expand=0&rev=15
This commit is contained in:
2021-06-05 17:09:17 +00:00
committed by Git OBS Bridge
parent 64c98e3f47
commit 218e38a7e1
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jun 5 13:14:13 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.6.0
* Add __repr__ method to Retry/SubprocessRunner classes
* Fix to properly suppress debug logs when quiet=True
* Fixed to save command history at runtime
-------------------------------------------------------------------
Fri Jun 4 20:34:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>