package/python-spake2: bump to version 0.9
Drop patch which is no longer needed/applicable. Drop no longer required python-hkdf runtime dependency. Add new python-cryptography runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e80da656f1
commit
4211199772
4 changed files with 6 additions and 2199 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,7 @@
|
|||
config BR2_PACKAGE_PYTHON_SPAKE2
|
||||
bool "python-spake2"
|
||||
select BR2_PACKAGE_PYTHON_HKDF # runtime
|
||||
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
||||
help
|
||||
SPAKE2 password-authenticated key exchange (in pure python).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/spake2/json
|
||||
md5 0155bad518bb49c39994fe0b7d9fb32c spake2-0.8.tar.gz
|
||||
sha256 c17a614b29ee4126206e22181f70a406c618d3c6c62ca6d6779bce95e9c926f4 spake2-0.8.tar.gz
|
||||
md5 612dc68fb0e8844de550cfba7ea61060 spake2-0.9.tar.gz
|
||||
sha256 421fc4a8d5ac395af7af0206ffd9e6cdf188c105cb1b883d9d683312bb5a9334 spake2-0.9.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2a8a1200c3a2769d1815727f3b4439bd800f3bc88163118a36ff30b007d30031 LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SPAKE2_VERSION = 0.8
|
||||
PYTHON_SPAKE2_VERSION = 0.9
|
||||
PYTHON_SPAKE2_SOURCE = spake2-$(PYTHON_SPAKE2_VERSION).tar.gz
|
||||
PYTHON_SPAKE2_SITE = https://files.pythonhosted.org/packages/60/0b/bb5eca8e18c38a10b1c207bbe6103df091e5cf7b3e5fdc0efbcad7b85b60
|
||||
PYTHON_SPAKE2_SITE = https://files.pythonhosted.org/packages/c5/4b/32ad65f8ff5c49254e218ccaae8fc16900cfc289954fb372686159ebe315
|
||||
PYTHON_SPAKE2_SETUP_TYPE = setuptools
|
||||
PYTHON_SPAKE2_LICENSE = MIT
|
||||
PYTHON_SPAKE2_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue