summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cryptography-vectors: Upgrade 2.8 -> 2.9.2Leon Anavi2020-07-061-20/+0
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.9.2: - Updated the macOS wheel to fix an issue where it would not run on macOS versions older than 10.15. - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1g. - Support for Python 3.4 has been removed due to low usage and maintenance burden. - Support for OpenSSL 1.0.1 has been removed. Users on older version of OpenSSL will need to upgrade. - Support for LibreSSL 2.6.x has been removed. - Removed support for calling :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes` with no arguments, as per our deprecation policy. You must now pass encoding and format. 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>
* python3-cryptography-vectors: merge bb and incTim Orling2020-04-271-1/+19
| | | | | Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography-vectors: upgrade 2.7 -> 2.8Zang Ruochen2019-10-231-0/+2
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>