14
0
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:
2022-09-24 10:57:10 +00:00
committed by Git OBS Bridge
parent 9ccbd01ce1
commit 75bec38b26
4 changed files with 15 additions and 4 deletions

View File

@@ -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