forked from pool/python-invoke
- update to 1.7.1:
* 🐛`659` Improve behavior under ``nohup``, which causes stdin to become an undetectably-unreadable (but otherwise legit) file descriptor. Previously this led to `OSError` even if you weren't expecting anything on stdin; we now trap this specific case and silently ignore it, allowing execution to continue. Thanks to ``@kingkisskill`` for initial report and to Ryan Stoner for followup and workshopping. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 24 10:56:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.7.1:
|
||||
* :bug:`659` Improve behavior under ``nohup``, which causes stdin to become an
|
||||
undetectably-unreadable (but otherwise legit) file descriptor. Previously
|
||||
this led to `OSError` even if you weren't expecting anything on stdin; we now
|
||||
trap this specific case and silently ignore it, allowing execution to
|
||||
continue. Thanks to ``@kingkisskill`` for initial report and to Ryan Stoner
|
||||
for followup and workshopping.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 12:35:49 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user