- update to 2.7.2
- drop configs.tar.gz * Add missing test suite fixtures directory to MANIFEST.in * Remove leading whitespace from OpenSSH RSA test suite static key fixture, * Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. * Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=92
This commit is contained in:
parent
45871f6429
commit
59ad0c6437
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f08251a66ecc6ee41a692bbfebd9d698cfb443225a0ce1047c7fc41d78bef2c
|
|
||||||
size 3265
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
|
|
||||||
size 1136432
|
|
3
paramiko-2.7.2.tar.gz
Normal file
3
paramiko-2.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035
|
||||||
|
size 1069537
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 4 06:29:23 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 2.7.2
|
||||||
|
- drop configs.tar.gz
|
||||||
|
* Add missing test suite fixtures directory to MANIFEST.in
|
||||||
|
* Remove leading whitespace from OpenSSH RSA test suite static key fixture,
|
||||||
|
* Fix incorrect string formatting causing unhelpful error message annotation
|
||||||
|
when using Kerberos/GSSAPI.
|
||||||
|
* Fix incorrectly swapped order of p and q numbers when loading
|
||||||
|
OpenSSH-format RSA private keys.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 21 17:11:48 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Sat Dec 21 17:11:48 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-paramiko
|
# spec file for package python-paramiko
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-paramiko
|
Name: python-paramiko
|
||||||
Version: 2.7.1
|
Version: 2.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SSH2 protocol library
|
Summary: SSH2 protocol library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
URL: http://www.paramiko.org/
|
URL: http://www.paramiko.org/
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
|
||||||
Source1: configs.tar.gz
|
|
||||||
Patch0: paramiko-test_extend_timeout.patch
|
Patch0: paramiko-test_extend_timeout.patch
|
||||||
BuildRequires: %{python_module PyNaCl >= 1.0.1}
|
BuildRequires: %{python_module PyNaCl >= 1.0.1}
|
||||||
BuildRequires: %{python_module bcrypt >= 3.1.3}
|
BuildRequires: %{python_module bcrypt >= 3.1.3}
|
||||||
@ -72,7 +71,6 @@ This package contains the documentation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n paramiko-%{version}
|
%setup -q -n paramiko-%{version}
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
tar -C tests/ -xzf %{SOURCE1}
|
|
||||||
|
|
||||||
# Fix non-executable script rpmlint issue:
|
# Fix non-executable script rpmlint issue:
|
||||||
find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
|
find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user