diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-08-31 10:03:11 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-02 08:52:05 -0700 |
| commit | ae4d92b96ebd82b93be564e3d5eae72f84ac81a8 (patch) | |
| tree | 28a37c5fd3448fe58c751d4242d2af8ac4f95704 /meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | |
| parent | 33a5252d32767ad36903c65f085649703f2561ab (diff) | |
| download | meta-openembedded-ae4d92b96ebd82b93be564e3d5eae72f84ac81a8.tar.gz | |
python3-paramiko: Upgrade 2.7.1 - 2.7.2
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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb new file mode 100644 index 0000000000..324847c31b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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[md5sum] = "44136d79da4cd7619e368018ad022619" | ||
| 7 | SRC_URI[sha256sum] = "7f36f4ba2c0d81d219f4595e35f70d56cc94f9ac40a6acdf51d6ca210ce65035" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "paramiko" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | CLEANBROKEN = "1" | ||
| 14 | |||
