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

21
LICENSE
View File

@@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2013 Fotis Gimian
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 10 06:17:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.3.5:
* use license from tarball
* add term option to SSHClientInteraction and use to call invoke_shell
-------------------------------------------------------------------
Wed Oct 12 13:51:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

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