bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -7,4 +7,4 @@ config BR2_PACKAGE_PYTHON_PYPARSING
module provides a library of classes that client code uses
to construct the grammar directly in Python code.
http://pyparsing.wikispaces.com/
https://github.com/pyparsing/pyparsing/

View File

@@ -1,5 +1,5 @@
# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
md5 46d02cbe0461fe0571d51649e6006ef5 pyparsing-2.4.2.tar.gz
sha256 6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80 pyparsing-2.4.2.tar.gz
# md5, sha256 from https://pypi.org/pypi/pyparsing/json
md5 9d38774991175444e21a3dfa865876cc pyparsing-3.0.7.tar.gz
sha256 18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea pyparsing-3.0.7.tar.gz
# Locally computed sha256 checksums
sha256 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972 LICENSE
sha256 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972 LICENSE

View File

@@ -4,11 +4,12 @@
#
################################################################################
PYTHON_PYPARSING_VERSION = 2.4.2
PYTHON_PYPARSING_VERSION = 3.0.7
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/7e/24/eaa8d7003aee23eda270099eeec754d7bf4399f75c6a011ef948304f66a2
PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b
PYTHON_PYPARSING_LICENSE = MIT
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
PYTHON_PYPARSING_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))