From e6bff22c37f8541ffcfeedaae6e6e39584976920 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Wed, 12 Jan 2022 17:36:22 +0800 Subject: python3-pynacl: upgrade 1.4.0 -> 1.5.0 changelog: =============================================================================== BACKWARDS INCOMPATIBLE: Removed support for Python 2.7 and Python 3.5. BACKWARDS INCOMPATIBLE: We no longer distribute manylinux1 wheels. Added manylinux2014, manylinux_2_24, musllinux, and macOS universal2 wheels (the latter supports macOS arm64). Update libsodium to 1.0.18-stable (July 25, 2021 release). Add inline type hints. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-pynacl_1.4.0.bb | 32 ---------------------- .../python/python3-pynacl_1.5.0.bb | 31 +++++++++++++++++++++ 2 files changed, 31 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb deleted file mode 100644 index b4a6b7af6f..0000000000 --- a/meta-python/recipes-devtools/python/python3-pynacl_1.4.0.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library" -DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" -HOMEPAGE = "https://github.com/pyca/pynacl" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" - -SRC_URI[md5sum] = "8c6c57893327a694c72510fb620e4744" -SRC_URI[sha256sum] = "54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505" - -PYPI_PACKAGE = "PyNaCl" - -inherit pypi setuptools3 - -DEPENDS += "\ - ${PYTHON_PN}-wheel-native \ - ${PYTHON_PN}-cffi-native \ - libsodium \ -" - -RDEPENDS:${PN} = "\ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-cffi \ - libsodium \ -" - -do_compile:prepend() { - export SODIUM_INSTALL=system -} - -do_install:prepend() { - export SODIUM_INSTALL=system -} diff --git a/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb new file mode 100644 index 0000000000..10f624b484 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library" +DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library" +HOMEPAGE = "https://github.com/pyca/pynacl" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" + +SRC_URI[sha256sum] = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba" + +PYPI_PACKAGE = "PyNaCl" + +inherit pypi setuptools3 + +DEPENDS += "\ + ${PYTHON_PN}-wheel-native \ + ${PYTHON_PN}-cffi-native \ + libsodium \ +" + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-cffi \ + libsodium \ +" + +do_compile:prepend() { + export SODIUM_INSTALL=system +} + +do_install:prepend() { + export SODIUM_INSTALL=system +} -- cgit v1.2.3-54-g00ecf