Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -1,10 +1,10 @@
config BR2_PACKAGE_PYTHON_PYPARSING
bool "python-pyparsing"
help
The pyparsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach,
or the use of regular expressions. The pyparsing module provides
a library of classes that client code uses to construct the grammar
directly in Python code.
The pyparsing module is an alternative approach to creating
and executing simple grammars, vs. the traditional lex/yacc
approach, or the use of regular expressions. The pyparsing
module provides a library of classes that client code uses
to construct the grammar directly in Python code.
http://pyparsing.wikispaces.com/

View File

@@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
md5 ee943c354eac79526533c58342f322c7 pyparsing-2.1.9.tar.gz
sha256 93326f5490bcfe7069806ff342692e75f72529cfa82f20683b5fceeb5d4a7fc2 pyparsing-2.1.9.tar.gz
md5 065908b92904e0d3634eb156f44cc80e pyparsing-2.1.10.tar.gz
sha256 811c3e7b0031021137fc83e051795025fcb98674d07eb8fe922ba4de53d39188 pyparsing-2.1.10.tar.gz

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYPARSING_VERSION = 2.1.9
PYTHON_PYPARSING_VERSION = 2.1.10
PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/87/ee/6f3a94d834c82a5c1a74f2fc77775ff05b5fbbf7d97f844e6fff5e2ff94b
PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/38/bb/bf325351dd8ab6eb3c3b7c07c3978f38b2103e2ab48d59726916907cd6fb
PYTHON_PYPARSING_LICENSE = MIT
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
PYTHON_PYPARSING_SETUP_TYPE = setuptools