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

@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-invoke
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: Pythonic Task Execution
License: BSD-2-Clause