Upgrade to release 2.7.2: - Update our CI to catch issues with sdist generation, installation and testing. - Add missing test suite fixtures directory to MANIFEST.in, reinstating the ability to run Paramiko's tests from an sdist tarball. - Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. - Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI. - 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).
Signed-off-by: Leon Anavi <[email protected]> --- .../{python3-paramiko_2.7.0.bb => python3-paramiko_2.7.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename recipes-devtools/python/{python3-paramiko_2.7.0.bb => python3-paramiko_2.7.2.bb} (70%) diff --git a/recipes-devtools/python/python3-paramiko_2.7.0.bb b/recipes-devtools/python/python3-paramiko_2.7.2.bb similarity index 70% rename from recipes-devtools/python/python3-paramiko_2.7.0.bb rename to recipes-devtools/python/python3-paramiko_2.7.2.bb index d03702c..3d05efb 100644 --- a/recipes-devtools/python/python3-paramiko_2.7.0.bb +++ b/recipes-devtools/python/python3-paramiko_2.7.2.bb @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5" inherit pypi setuptools3 -SRC_URI[md5sum] = "b130f3e1c3442d21c1a0c9ae17776f4e" -SRC_URI[sha256sum] = "fba9c46340e3d690ad5a9d0dbf06677cd91425de3afa7e9c0c187298ee4ddd0d" +SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035" RDEPENDS_${PN} += " \ python3-bcrypt \ -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6334): https://lists.yoctoproject.org/g/meta-virtualization/message/6334 Mute This Topic: https://lists.yoctoproject.org/mt/81973454/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
