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

@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_SEMVER
help
Python helper for Semantic Versioning (http://semver.org/).
https://github.com/k-bx/python-semver
https://github.com/python-semver/python-semver

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/semver/json
md5 3e11ae9782121e8ffe9f8a8b763a8cb5 semver-2.10.2.tar.gz
sha256 c0a4a9d1e45557297a722ee9bac3de2ec2ea79016b6ffcaca609b0bc62cf4276 semver-2.10.2.tar.gz
md5 e98b5fb283ea84daa5195087de83ebf1 semver-2.13.0.tar.gz
sha256 fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f semver-2.13.0.tar.gz
# Locally computed
sha256 cda490c32e61d3884dc17791fc8078f2a3e564fba98dd18b4dc64eb2720b2b6f LICENSE.txt

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SEMVER_VERSION = 2.10.2
PYTHON_SEMVER_VERSION = 2.13.0
PYTHON_SEMVER_SOURCE = semver-$(PYTHON_SEMVER_VERSION).tar.gz
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f
PYTHON_SEMVER_SITE = https://files.pythonhosted.org/packages/31/a9/b61190916030ee9af83de342e101f192bbb436c59be20a4cb0cdb7256ece
PYTHON_SEMVER_SETUP_TYPE = setuptools
PYTHON_SEMVER_LICENSE = BSD-3-Clause
PYTHON_SEMVER_LICENSE_FILES = LICENSE.txt