forked from pool/python-scp
Accepting request 903120 from home:mnhauke
- Update to version 0.13.5 * Fix extra space sent in SSH command-line for get(), causing issues on some servers. - Update to version 0.13.4 * Add scp_command attribute, allowing changing the command run on the server (for example to sudo scp) OBS-URL: https://build.opensuse.org/request/show/903120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=14
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package python-scp
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-scp
|
||||
Version: 0.13.3
|
||||
Version: 0.13.5
|
||||
Release: 0
|
||||
Summary: SSH scp module for paramiko
|
||||
License: LGPL-2.1-or-later
|
||||
|
Reference in New Issue
Block a user