From 75bec38b2678e59260b4bf26faa2ee7599aedf65c256f098aeef55778bc202e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 10:57:10 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invoke?expand=0&rev=31 --- invoke-1.7.0.tar.gz | 3 --- invoke-1.7.1.tar.gz | 3 +++ python-invoke.changes | 11 +++++++++++ python-invoke.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 invoke-1.7.0.tar.gz create mode 100644 invoke-1.7.1.tar.gz diff --git a/invoke-1.7.0.tar.gz b/invoke-1.7.0.tar.gz deleted file mode 100644 index 5b9c533..0000000 --- a/invoke-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e332e49de40463f2016315f51df42313855772be86435686156bc18f45b5cc6c -size 306954 diff --git a/invoke-1.7.1.tar.gz b/invoke-1.7.1.tar.gz new file mode 100644 index 0000000..93a191b --- /dev/null +++ b/invoke-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6deaf585eee0a848205d0b8c0014b9bf6f287a8eb798818a642dff1df14b19 +size 344626 diff --git a/python-invoke.changes b/python-invoke.changes index d912419..0a69b0f 100644 --- a/python-invoke.changes +++ b/python-invoke.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Sep 24 10:56:41 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-invoke.spec b/python-invoke.spec index b839eba..0e0f567 100644 --- a/python-invoke.spec +++ b/python-invoke.spec @@ -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