mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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:
@@ -1,5 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_ALEMBIC
|
||||
bool "python-alembic"
|
||||
select BR2_PACKAGE_PYTHON_MAKO # runtime
|
||||
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
help
|
||||
Alembic is a database migrations tool written by the author
|
||||
of SQLAlchemy.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/alembic/json
|
||||
md5 de9d9f92a49a5e3ae5a978018927f474 alembic-1.10.2.tar.gz
|
||||
sha256 457eafbdc0769d855c2c92cbafe6b7f319f916c80cf4ed02b8f394f38b51b89d alembic-1.10.2.tar.gz
|
||||
md5 29579d34ea694627280b52a3d3116664 alembic-1.13.1.tar.gz
|
||||
sha256 4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595 alembic-1.13.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b285268a86f4416eaf4d05b2ae3880c156f7c59a8f935a402bc056eafb33af08 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ALEMBIC_VERSION = 1.10.2
|
||||
PYTHON_ALEMBIC_VERSION = 1.13.1
|
||||
PYTHON_ALEMBIC_SOURCE = alembic-$(PYTHON_ALEMBIC_VERSION).tar.gz
|
||||
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/d6/02/66ed327f944f3f85423096c438d7d290da5af21a7aecf9e5b9f09d9e34b2
|
||||
PYTHON_ALEMBIC_SITE = https://files.pythonhosted.org/packages/7b/24/ddce068e2ac9b5581bd58602edb2a1be1b0752e1ff2963c696ecdbe0470d
|
||||
PYTHON_ALEMBIC_SETUP_TYPE = setuptools
|
||||
PYTHON_ALEMBIC_LICENSE = MIT
|
||||
PYTHON_ALEMBIC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user