mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +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,6 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_CHEROOT
|
||||
bool "python-cheroot"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-more-itertools, python-jaraco-functools
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
|
||||
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/cheroot/json
|
||||
md5 7ace4b584a8092deb9f6b0142a627086 cheroot-8.2.1.tar.gz
|
||||
sha256 5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff cheroot-8.2.1.tar.gz
|
||||
md5 1617fdbaba7d6edbe5b0ff48f7563111 cheroot-9.0.0.tar.gz
|
||||
sha256 3d47ad9ee19ecbec144b4758399036692fdbf67a40b96eef1fb1454367b3d338 cheroot-9.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da6dc218683f6dab91c6367f00bf33095d980fb1f04d430c81c5e6994b8605e0 LICENSE.md
|
||||
sha256 e20feeb491a7e98084f15719349e9857aad41c4503c5e479f8815b063dbf7564 LICENSE.md
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHEROOT_VERSION = 8.2.1
|
||||
PYTHON_CHEROOT_VERSION = 9.0.0
|
||||
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
|
||||
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/9b/4d/2e51e7ce60f54a5279e91648b9b9b497d4d22bc624ecae6af1b6866144a7
|
||||
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/8c/e7/8e6387d59a352c5799e917a23e7b76771a8bb97322c1ce7e42934d0066c3
|
||||
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
|
||||
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_CHEROOT_SETUP_TYPE = setuptools
|
||||
|
||||
Reference in New Issue
Block a user