diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 944c8fa..0000000 --- a/LICENSE +++ /dev/null @@ -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. diff --git a/paramiko-expect-0.3.4.tar.gz b/paramiko-expect-0.3.4.tar.gz deleted file mode 100644 index a5f82a7..0000000 --- a/paramiko-expect-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e46f10e0a951525fee210430e60f9cfc4e124035e3698b0a2194b3b90cae87 -size 10533 diff --git a/paramiko-expect-0.3.5.tar.gz b/paramiko-expect-0.3.5.tar.gz new file mode 100644 index 0000000..2d48363 --- /dev/null +++ b/paramiko-expect-0.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e107bc16ed68bd2f8878c3838be748d2e7969313dcb1bba9123eb2f603ad01 +size 10608 diff --git a/python-paramiko-expect.changes b/python-paramiko-expect.changes index ad83eb4..c85ac6b 100644 --- a/python-paramiko-expect.changes +++ b/python-paramiko-expect.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 10 06:17:44 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-paramiko-expect.spec b/python-paramiko-expect.spec index 42b49ac..6d6ad57 100644 --- a/python-paramiko-expect.spec +++ b/python-paramiko-expect.spec @@ -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