14
0
forked from pool/python-invoke

Accepting request 722668 from home:mcalabkova:branches:devel:languages:python

- Update to version 1.3.0
  * Allow the configuration system to override which Executor 
    subclass to use when executing tasks.
  * Add support for command timeouts, i.e. the ability to add an 
    upper bound on how long a call to run may take to execute.
  * Add basic dry-run support, in the form of a new --dry CLI option.
  * Add a new Runner method, close_proc_stdin, and call it when 
    standard input processing detects an EOF.

OBS-URL: https://build.opensuse.org/request/show/722668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-08-12 14:16:17 +00:00
committed by Git OBS Bridge
parent fee9d80472
commit 05adfba900
5 changed files with 26 additions and 15 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 12 11:36:59 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.3.0
* Allow the configuration system to override which Executor
subclass to use when executing tasks.
* Add support for command timeouts, i.e. the ability to add an
upper bound on how long a call to run may take to execute.
* Add basic dry-run support, in the form of a new --dry CLI option.
* Add a new Runner method, close_proc_stdin, and call it when
standard input processing detects an EOF.
-------------------------------------------------------------------
Wed Jul 24 07:25:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>