create rootf's & SDK from 2018.02.9 buildroot (#10)

---------

Co-authored-by: tiopex <tiopxyz@gmail.com>
Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
config BR2_PACKAGE_PYTHON_H2
bool "python-h2"
select BR2_PACKAGE_PYTHON_HPACK # runtime
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
select BR2_PACKAGE_PYTHON_HPACK # runtime
help
HTTP/2 State-Machine based protocol implementation.
https://github.com/python-hyper/h2
http://hyper.rtfd.org
+3 -5
View File
@@ -1,5 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/h2/json
md5 4274f9619c0a43bb4ae01b6b02bf0c99 h2-4.1.0.tar.gz
sha256 a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c28d2abb h2-4.1.0.tar.gz
# Locally computed sha256 checksums
sha256 7a65a5af0cbabf1c16251c7c6b2b7cb46d16a7222e79975b9b61fcd66a2e3f28 LICENSE
# md5 from https://pypi.python.org/pypi/h2/json, sha256 locally computed
md5 586686662928c2851eb0f1fe99bf279d h2-3.0.1.tar.gz
sha256 b2962f883fa392a23cbfcc4ad03c335bcc661be0cf9627657b589f0df2206e64 h2-3.0.1.tar.gz
+2 -2
View File
@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_H2_VERSION = 4.1.0
PYTHON_H2_VERSION = 3.0.1
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
PYTHON_H2_SITE = https://files.pythonhosted.org/packages/2a/32/fec683ddd10629ea4ea46d206752a95a2d8a48c22521edd70b142488efe1
PYTHON_H2_SITE = https://pypi.python.org/packages/3c/86/aebb88df3c87255cfd0ffd338608fbfb34d1c850750a486e7f05b013e5a3
PYTHON_H2_SETUP_TYPE = setuptools
PYTHON_H2_LICENSE = MIT
PYTHON_H2_LICENSE_FILES = LICENSE