This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+1
View File
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_ECDSA
bool "python-ecdsa"
select BR2_PACKAGE_PYTHON_SIX # runtime
help
ECDSA cryptographic signature library (pure python).
+5 -4
View File
@@ -1,4 +1,5 @@
# md5 from https://pypi.python.org/pypi/ecdsa/json
md5 1f60eda9cb5c46722856db41a3ae6670 ecdsa-0.13.tar.gz
# sha256 calculated by scanpypi
sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa ecdsa-0.13.tar.gz
# md5, sha256 from https://pypi.org/pypi/ecdsa/json
md5 821d543047941dd26f543f62912230d4 ecdsa-0.15.tar.gz
sha256 8f12ac317f8a1318efa75757ef0a651abe12e51fc1af8838fb91079445227277 ecdsa-0.15.tar.gz
# Locally computed sha256 checksums
sha256 3eca9845773d2e5b8cc9d8c119d345f00a4806e4bd660d4a3d6cdf9c0e9d8bb2 LICENSE
+2 -2
View File
@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_ECDSA_VERSION = 0.13
PYTHON_ECDSA_VERSION = 0.15
PYTHON_ECDSA_SOURCE = ecdsa-$(PYTHON_ECDSA_VERSION).tar.gz
PYTHON_ECDSA_SITE = https://pypi.python.org/packages/source/e/ecdsa
PYTHON_ECDSA_SITE = https://files.pythonhosted.org/packages/e3/7c/b508ade1feb47cd79222e06d85e477f5cfc4fb0455ad3c70eb6330fc49aa
PYTHON_ECDSA_SETUP_TYPE = setuptools
PYTHON_ECDSA_LICENSE = MIT
PYTHON_ECDSA_LICENSE_FILES = LICENSE