summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-01 17:22:40 +0300
committerKhem Raj <raj.khem@gmail.com>2020-07-06 10:20:15 -0700
commitc74a56abedab4773b265fec247fe37e9fe4eafa7 (patch)
tree65c9b122ba18c3dcddd5202878a41045bc796d04 /meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
parent259b20be6420281d2df3bfadd176d603592c89cc (diff)
downloadmeta-openembedded-c74a56abedab4773b265fec247fe37e9fe4eafa7.tar.gz
python3-cryptography-vectors: Upgrade 2.8 -> 2.9.2
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
new file mode 100644
index 0000000000..60316fc748
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.9.2.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Test vectors for the cryptography package."
2HOMEPAGE = "https://cryptography.io/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0 | BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
6
7SRC_URI[md5sum] = "657349b8de73959fc49ba15fd7346b58"
8SRC_URI[sha256sum] = "99ac91c4d89572399b097240809af1b8f67f4bedf43398d290c9b2b3d9f491b4"
9
10PYPI_PACKAGE = "cryptography_vectors"
11
12inherit pypi setuptools3
13
14DEPENDS += " \
15 ${PYTHON_PN}-cryptography \
16"
17
18BBCLASSEXTEND = "native nativesdk"
19
20UPSTREAM_CHECK_REGEX = ""