Accepting request 1005761 from devel:languages:python
- 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/request/show/1005761 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-invoke?expand=0&rev=14
This commit is contained in:
commit
8e5b365498
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e332e49de40463f2016315f51df42313855772be86435686156bc18f45b5cc6c
|
|
||||||
size 306954
|
|
3
invoke-1.7.1.tar.gz
Normal file
3
invoke-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19
|
||||||
|
size 344626
|
@ -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
|
Wed May 4 12:35:49 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-invoke
|
Name: python-invoke
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic Task Execution
|
Summary: Pythonic Task Execution
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user