aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-01-21 15:05:32 +0200
committerKhem Raj <raj.khem@gmail.com>2022-01-24 09:09:59 -0800
commita402b5ef61f8c4dc78ce1566e836ae67b791b39c (patch)
treee1a622761d51c028c313df5f012ab734dcb78ee7 /meta-python
parenta8bd22f23d35e16c1cc7c14d1222135ee8fa041a (diff)
downloadmeta-openembedded-contrib-a402b5ef61f8c4dc78ce1566e836ae67b791b39c.tar.gz
python3-paramiko: Upgrade 2.9.1 -> 2.9.2
Upgrade to release 2.9.2: - Enhanced log output when connecting to servers that do not support server-sig-algs extensions, making the new-as-of-2.9 defaulting to SHA2 pubkey algorithms more obvious when it kicks in. - Connecting to servers which support server-sig-algs but which have no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb (renamed from meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
index 8cf004aa34..0a54efde82 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_2.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
-SRC_URI[sha256sum] = "a1fdded3b55f61d23389e4fe52d9ae428960ac958d2edf50373faa5d8926edd0"
+SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b"
PYPI_PACKAGE = "paramiko"