14
0

- update to 0.3.5:

* use license from tarball
  * add term option to SSHClientInteraction and use to call invoke_shell

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko-expect?expand=0&rev=12
This commit is contained in:
2023-05-10 06:18:20 +00:00
committed by Git OBS Bridge
parent 6e2894df97
commit 646bb714c5
5 changed files with 12 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko-expect
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-paramiko-expect
Version: 0.3.4
Version: 0.3.5
Release: 0
Summary: An expect-like extension for the Paramiko SSH library
License: MIT
URL: https://github.com/fgimian/paramiko-expect
Source: https://files.pythonhosted.org/packages/source/p/paramiko-expect/paramiko-expect-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/fgimian/paramiko-expect/master/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -47,7 +46,6 @@ extended to support a transport in future for more flexibility).
%prep
%setup -q -n paramiko-expect-%{version}
cp %{SOURCE1} .
%build
%python_build