Accepting request 973836 from devel:languages:python
- update to 2.10.4: * Servers offering certificate variants of hostkey algorithms (eg ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by Paramiko clients, as it only ever considered non-cert key types for that part of connection handshaking. This has been fixed. * gq PKey instances’ __eq__ did not have the usual safety guard in place to ensure they were being compared to another PKey object, causing occasional spurious BadHostKeyException (among other things). This has been fixed. * Update camelCase method calls against the threading module to be snake_case; this and related tweaks should fix some deprecation warnings under Python 3.10. OBS-URL: https://build.opensuse.org/request/show/973836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=54
This commit is contained in:
commit
2a558ac877
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddb1977853aef82804b35d72a0e597b244fa326c404c350bd00c5b01dbfee71a
|
||||
size 1076913
|
3
paramiko-2.10.4.tar.gz
Normal file
3
paramiko-2.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d2e650b6812ce6d160abff701d6ef4434ec97934b13e95cf1ad3da70ffb5c58
|
||||
size 1068156
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 21:26:08 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.10.4:
|
||||
* Servers offering certificate variants of hostkey algorithms (eg
|
||||
ssh-rsa-cert-v01@openssh.com) could not have their host keys verified by
|
||||
Paramiko clients, as it only ever considered non-cert key types for that
|
||||
part of connection handshaking. This has been fixed.
|
||||
* gq PKey instances’ __eq__ did not have the usual safety guard in place to
|
||||
ensure they were being compared to another PKey object, causing occasional
|
||||
spurious BadHostKeyException (among other things). This has been fixed.
|
||||
* Update camelCase method calls against the threading module to be snake_case;
|
||||
this and related tweaks should fix some deprecation warnings under Python 3.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 07:44:16 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-paramiko
|
||||
Version: 2.10.3
|
||||
Version: 2.10.4
|
||||
Release: 0
|
||||
Summary: SSH2 protocol library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Documentation/Other
|
||||
URL: http://www.paramiko.org/
|
||||
URL: https://www.paramiko.org/
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
|
||||
Patch0: paramiko-test_extend_timeout.patch
|
||||
# PATCH-FIX-UPSTREAM paramiko-pr1655-remove-pytest-relaxed.patch gh#paramiko/paramiko#1655 -- pytest-relaxed is broken
|
||||
|
Loading…
x
Reference in New Issue
Block a user