mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
DESCRIPTION = "The leading native Python SSHv2 protocol library."
|
||||
HOMEPAGE = "https://github.com/paramiko/paramiko/"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
|
||||
|
||||
SRC_URI[sha256sum] = "fedc9b1dd43bc1d45f67f1ceca10bc336605427a46dcdf8dec6bfea3edf57965"
|
||||
|
||||
PYPI_PACKAGE = "paramiko"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-bcrypt \
|
||||
${PYTHON_PN}-cryptography \
|
||||
${PYTHON_PN}-pynacl \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
Reference in New Issue
Block a user