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,6 @@
config BR2_PACKAGE_PYTHON_SOCKETIO
bool "python-socketio"
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_BIDICT # runtime
select BR2_PACKAGE_PYTHON_ENGINEIO # runtime
help
Socket.IO server.

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-socketio/json
md5 86cd47dddea1785ce7a6c72f55c93fe7 python-socketio-4.3.1.tar.gz
sha256 506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57 python-socketio-4.3.1.tar.gz
md5 e63369252a9d383cbfc503337b864733 python-socketio-5.7.2.tar.gz
sha256 92395062d9db3c13d30e7cdedaa0e1330bba78505645db695415f9a3c628d097 python-socketio-5.7.2.tar.gz
# Locally computed sha256 checksums
sha256 c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c LICENSE
sha256 c9e97d3dbc1fbbcdb4f7808b282cd646db887aff4f5313fe6bbe8d4c31405a9c LICENSE

View File

@@ -4,20 +4,10 @@
#
################################################################################
PYTHON_SOCKETIO_VERSION = 4.3.1
PYTHON_SOCKETIO_SITE = https://files.pythonhosted.org/packages/36/87/e9128a4da04df991fbdb01f44dc4d6dd8f6c03bfd4d1f42dcd6779fd975a
PYTHON_SOCKETIO_VERSION = 5.7.2
PYTHON_SOCKETIO_SITE = https://files.pythonhosted.org/packages/ee/56/294629986bf6cea96e0edb3933a7f2fac7a079d12909e893903a2effc670
PYTHON_SOCKETIO_SETUP_TYPE = setuptools
PYTHON_SOCKETIO_LICENSE = MIT
PYTHON_SOCKETIO_LICENSE_FILES = LICENSE
ifeq ($(BR2_PACKAGE_PYTHON),y)
# only needed/valid for python 3.x
define PYTHON_SOCKETIO_RM_PY3_FILES
rm -f $(TARGET_DIR)/usr/lib/python*/site-packages/socketio/asgi.py \
$(TARGET_DIR)/usr/lib/python*/site-packages/socketio/asyncio_*.py
endef
PYTHON_SOCKETIO_POST_INSTALL_TARGET_HOOKS += PYTHON_SOCKETIO_RM_PY3_FILES
endif
$(eval $(python-package))