Upgrade to release 2.7.2: - [Bug]: Fix incorrectly swapped order of p and q numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with Cryptography 3.1 and above (which complains strenuously when this problem appears). - [Bug]: Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. - [Support]: Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - [Support]: Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko’s tests from an sdist tarball. - [Support]: Update our CI to catch issues with sdist generation, installation and testing.
Signed-off-by: Leon Anavi <[email protected]> --- .../{python3-paramiko_2.7.1.bb => python3-paramiko_2.7.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-paramiko_2.7.1.bb => python3-paramiko_2.7.2.bb} (66%) diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.1.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb similarity index 66% rename from meta-python/recipes-devtools/python/python3-paramiko_2.7.1.bb rename to meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb index 0ead23608..324847c31 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/" LICENSE = "LGPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" -SRC_URI[md5sum] = "bf8239dc820ca86dd3c3226f4281c35f" -SRC_URI[sha256sum] = "920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f" +SRC_URI[md5sum] = "44136d79da4cd7619e368018ad022619" +SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035" PYPI_PACKAGE = "paramiko" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86709): https://lists.openembedded.org/g/openembedded-devel/message/86709 Mute This Topic: https://lists.openembedded.org/mt/76529481/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
