From e355585b93f8283be2b56a747722b679a0bce25180d21a650dbafac2dee5e565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 1 Apr 2020 09:53:48 +0000 Subject: [PATCH] Accepting request 790491 from home:KGronlund:branches:devel:languages:python - Release 1.0.6 - Replace preexec_fn as start_new_session - No need to mask signals for subprocess call OBS-URL: https://build.opensuse.org/request/show/790491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=33 --- parallax-1.0.5.tar.gz | 3 --- parallax-1.0.6.tar.gz | 3 +++ python-parallax.changes | 7 +++++++ python-parallax.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 parallax-1.0.5.tar.gz create mode 100644 parallax-1.0.6.tar.gz diff --git a/parallax-1.0.5.tar.gz b/parallax-1.0.5.tar.gz deleted file mode 100644 index d535c21..0000000 --- a/parallax-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9e4dc500f1306a638df0f19d4ef976a623b260fc614c55cb1fd0d8410b3c4ba -size 17074 diff --git a/parallax-1.0.6.tar.gz b/parallax-1.0.6.tar.gz new file mode 100644 index 0000000..d3e0ef5 --- /dev/null +++ b/parallax-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b338d9081 +size 17371 diff --git a/python-parallax.changes b/python-parallax.changes index 780e909..9d54ba0 100644 --- a/python-parallax.changes +++ b/python-parallax.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 1 08:54:34 UTC 2020 - Kristoffer Gronlund + +- Release 1.0.6 +- Replace preexec_fn as start_new_session +- No need to mask signals for subprocess call + ------------------------------------------------------------------- Thu Aug 22 07:50:06 UTC 2019 - Kristoffer Gronlund diff --git a/python-parallax.spec b/python-parallax.spec index 0bff0a2..f0fe1cd 100644 --- a/python-parallax.spec +++ b/python-parallax.spec @@ -1,7 +1,7 @@ # # spec file for package python-parallax # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parallax -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Python module for multi-node SSH command execution and file copy License: BSD-3-Clause