summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-paramiko_3.4.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-paramiko: upgrade 3.4.1 -> 3.5.0Wang Mingyu2024-09-181-20/+0
| | | | | | | | Changelog: Add support for AES-GCM encryption ciphers (128 and 256 bit variants). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 3.4.0 -> 3.4.1Wang Mingyu2024-08-281-0/+20
Changelog: ========== - Fix a 64-bit-ism in the test suite so the tests don't encounter a false negative on 32-bit systems. - Modify a test-harness skiptest check to work with newer versions of Cryptography. - Massage our import of the TripleDES cipher to support Cryptography >=43; this should prevent CryptographyDeprecationWarning from appearing upon import. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>