Update buildroot to 2024.02.2, kernel to 6.6.2, GPU & DRM drivers, nwipe to v0.37 plus many others.

This commit is contained in:
PartialVolume
2024-05-17 17:38:43 +01:00
parent bb87d66c65
commit c000e2a83d
3975 changed files with 50769 additions and 113784 deletions

View File

@@ -0,0 +1,10 @@
config BR2_PACKAGE_PYTHON_FASTAPI_SESSIONS
bool "python-fastapi-sessions"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_FASTAPI # runtime
select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
help
Ready-to-use session library for FastAPI.
https://github.com/jordanisaacs/fastapi-sessions

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fastapi-sessions/json
md5 397ee37291bdbb7330ef8f4af378cd28 fastapi-sessions-0.3.2.tar.gz
sha256 5159023fd548f8a9c198a966cf1086a73a43038cf3b9b79175fe33129f15e64c fastapi-sessions-0.3.2.tar.gz
# Locally computed sha256 checksums
sha256 4962ee6d7777ff7d2f96ad81424c2e78d73ea7f6282d368afa14a7500c2d223e LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-fastapi-sessions
#
################################################################################
PYTHON_FASTAPI_SESSIONS_VERSION = 0.3.2
PYTHON_FASTAPI_SESSIONS_SOURCE = fastapi-sessions-$(PYTHON_FASTAPI_SESSIONS_VERSION).tar.gz
PYTHON_FASTAPI_SESSIONS_SITE = https://files.pythonhosted.org/packages/1d/89/da83ba47bd70101e14eca0ac57c7f300b055b70104446badfdc1dcbe813f
PYTHON_FASTAPI_SESSIONS_SETUP_TYPE = setuptools
PYTHON_FASTAPI_SESSIONS_LICENSE = MIT
PYTHON_FASTAPI_SESSIONS_LICENSE_FILES = LICENSE
$(eval $(python-package))