15
0

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
This commit is contained in:
Tomáš Chvátal
2020-04-01 09:53:48 +00:00
committed by Git OBS Bridge
parent 2c70ea30f6
commit e355585b93
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9e4dc500f1306a638df0f19d4ef976a623b260fc614c55cb1fd0d8410b3c4ba
size 17074

3
parallax-1.0.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c16703202ff67aed4740c0727df304abe9f3e7851e653533b24de21b338d9081
size 17371

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 1 08:54:34 UTC 2020 - Kristoffer Gronlund <kgronlund@suse.com>
- 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 <kgronlund@suse.com>

View File

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