diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-21 15:05:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-24 09:09:59 -0800 |
| commit | a402b5ef61f8c4dc78ce1566e836ae67b791b39c (patch) | |
| tree | e1a622761d51c028c313df5f012ab734dcb78ee7 /meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb | |
| parent | a8bd22f23d35e16c1cc7c14d1222135ee8fa041a (diff) | |
| download | meta-openembedded-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/recipes-devtools/python/python3-paramiko_2.9.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb new file mode 100644 index 0000000000..0a54efde82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "The leading native Python SSHv2 protocol library." | ||
| 2 | HOMEPAGE = "https://github.com/paramiko/paramiko/" | ||
| 3 | LICENSE = "LGPL-2.1" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "944a9e5dbdd413ab6c7951ea46b0ab40713235a9c4c5ca81cfe45c6f14fa677b" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "paramiko" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | ${PYTHON_PN}-bcrypt \ | ||
| 16 | ${PYTHON_PN}-cryptography \ | ||
| 17 | ${PYTHON_PN}-pynacl \ | ||
| 18 | ${PYTHON_PN}-unixadmin \ | ||
| 19 | " | ||
