summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-paramiko_2.7.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-09 19:31:00 +0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-13 22:48:39 -0400
commitd4025d3d97d35dc2e1e1e25c3f52685e6124cfd4 (patch)
treea6e9c66ecf3c7511d5e2a0ccba6659aeabfa55c7 /recipes-devtools/python/python3-paramiko_2.7.0.bb
parentcbec1240f96456fc1d2c616af4c150b454e7939a (diff)
downloadmeta-virtualization-d4025d3d97d35dc2e1e1e25c3f52685e6124cfd4.tar.gz
python3-paramiko: Upgrade 2.7.0 -> 2.7.2
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 <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-paramiko_2.7.0.bb')
-rw-r--r--recipes-devtools/python/python3-paramiko_2.7.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-paramiko_2.7.0.bb b/recipes-devtools/python/python3-paramiko_2.7.0.bb
deleted file mode 100644
index d03702cf..00000000
--- a/recipes-devtools/python/python3-paramiko_2.7.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Python module that implements the SSH2 protocol"
2HOMEPAGE = "https://github.com/paramiko/paramiko"
3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
5
6inherit pypi setuptools3
7
8SRC_URI[md5sum] = "b130f3e1c3442d21c1a0c9ae17776f4e"
9SRC_URI[sha256sum] = "fba9c46340e3d690ad5a9d0dbf06677cd91425de3afa7e9c0c187298ee4ddd0d"
10
11RDEPENDS_${PN} += " \
12 python3-bcrypt \
13 python3-cryptography \
14 python3-pyasn1 \
15 python3-nacl \
16"