mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/filelock/json
|
||||
md5 c1fe6d9a7433a7ca6ce4f36e273317d1 filelock-3.0.12.tar.gz
|
||||
sha256 18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59 filelock-3.0.12.tar.gz
|
||||
md5 40eeb4a2963e1b07b8eab12b5db08418 filelock-3.9.0.tar.gz
|
||||
sha256 7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de filelock-3.9.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FILELOCK_VERSION = 3.0.12
|
||||
PYTHON_FILELOCK_VERSION = 3.9.0
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb
|
||||
PYTHON_FILELOCK_SETUP_TYPE = setuptools
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/0b/dc/eac02350f06c6ed78a655ceb04047df01b02c6b7ea3fc02d4df24ca87d24
|
||||
PYTHON_FILELOCK_SETUP_TYPE = pep517
|
||||
PYTHON_FILELOCK_LICENSE = Public Domain
|
||||
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
||||
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user