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

@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_MULTIDICT
bool "python-multidict"
depends on BR2_PACKAGE_PYTHON3
help
Multidict is dict-like collection of key-value pairs where a
key may occur more than once in the container.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/multidict/json
md5 40b6ca77171ac8af55f7aa60049f3cdf multidict-4.7.6.tar.gz
sha256 fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430 multidict-4.7.6.tar.gz
md5 f8230905ad1f50c87e8d9cc6b0bb7ca2 multidict-6.0.2.tar.gz
sha256 5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 multidict-6.0.2.tar.gz
# Locally computed sha256 checksums
sha256 a1c5825513279d3085a0ba46880e148ea3710c149bbaedcf2d11605a5ed3c4ad LICENSE
sha256 06a240ea10ba868fda2de58df859886961df873aa74bbab1e0f13eaf99f92b7b LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MULTIDICT_VERSION = 4.7.6
PYTHON_MULTIDICT_VERSION = 6.0.2
PYTHON_MULTIDICT_SOURCE = multidict-$(PYTHON_MULTIDICT_VERSION).tar.gz
PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4
PYTHON_MULTIDICT_SITE = https://files.pythonhosted.org/packages/fa/a7/71c253cdb8a1528802bac7503bf82fe674367e4055b09c28846fdfa4ab90
PYTHON_MULTIDICT_SETUP_TYPE = setuptools
PYTHON_MULTIDICT_LICENSE = Apache-2.0
PYTHON_MULTIDICT_LICENSE_FILES = LICENSE