Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).

This commit is contained in:
PartialVolume
2023-07-05 19:35:21 +01:00
parent 654cfca2bf
commit 2ad6760d0f
8544 changed files with 208276 additions and 109881 deletions

View File

@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_IPY
bool "python-ipy"
depends on BR2_PACKAGE_PYTHON
help
IPy - class and tools for handling of IPv4 and
IPv6 addresses and networks.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/ipy/json
md5 1a90c68174234672241a7e60c7ea0fb9 IPy-1.00.tar.gz
sha256 2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621 IPy-1.00.tar.gz
md5 d6cf83e7f418ebbd23324ba1c658b907 IPy-1.01.tar.gz
sha256 edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a IPy-1.01.tar.gz
# Locally computed sha256 checksums
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_IPY_VERSION = 1.00
PYTHON_IPY_VERSION = 1.01
PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/e1/66/b6dd22472bb027556849876beae2dd4dca3a4eaf2dd3039277b4edb8c6af
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
PYTHON_IPY_LICENSE = BSD-3-Clause
PYTHON_IPY_LICENSE_FILES = COPYING
PYTHON_IPY_SETUP_TYPE = distutils