summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-08 16:14:11 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-08 08:51:44 -0800
commit640c95a9c307d7e15fb8c3a679419141909b2cb6 (patch)
tree2d02850daea061d4c5d7c906f69d06ad5e5c02ab /meta-python/recipes-devtools/python
parent1d9d0a43770c382836ecf1d7ebbe56c84cce3257 (diff)
downloadmeta-openembedded-640c95a9c307d7e15fb8c3a679419141909b2cb6.tar.gz
python3-paramiko: upgrade 2.12.0 -> 3.0.0
Bubfix: ========== -A handful of lower-level classes (notably paramiko.message.Message and paramiko.pkey.PKey) previously returned bytes objects from their implementation of __str__, even under Python 3; and there was never any __bytes__ method. -Streamline some redundant (and costly) byte conversion calls in the packetizer and the core SFTP module. This should lead to some SFTP speedups at the very least. -Remove some unnecessary __repr__ calls when handling bytes-vs-str conversions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-paramiko_2.12.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.12.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb
index 6295c66a27..9e79c36687 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_2.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/"
3LICENSE = "LGPL-2.1-only" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
5 5
6SRC_URI[sha256sum] = "376885c05c5d6aa6e1f4608aac2a6b5b0548b1add40274477324605903d9cd49" 6SRC_URI[sha256sum] = "fedc9b1dd43bc1d45f67f1ceca10bc336605427a46dcdf8dec6bfea3edf57965"
7 7
8PYPI_PACKAGE = "paramiko" 8PYPI_PACKAGE = "paramiko"
9 9