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_TINYRPC
|
||||
bool "python-tinyrpc"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
A small, modular, transport and protocol neutral RPC
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/tinyrpc/json
|
||||
sha256 4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396 tinyrpc-1.0.4.tar.gz
|
||||
md5 cd61e3cbc01ea940abc97d3a87abf4a7 tinyrpc-1.0.4.tar.gz
|
||||
sha256 587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619 LICENSE
|
||||
md5 cc7e62891eee806dfbbafb6e3875825e tinyrpc-1.1.4.tar.gz
|
||||
sha256 c99f412e5d9849c2deb468ea37fee2faf12fbc95bdd3616ae5c276ea195ed6bd tinyrpc-1.1.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TINYRPC_VERSION = 1.0.4
|
||||
PYTHON_TINYRPC_VERSION = 1.1.4
|
||||
PYTHON_TINYRPC_SOURCE = tinyrpc-$(PYTHON_TINYRPC_VERSION).tar.gz
|
||||
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/9d/91/c639ba014aada92446516c5fc4b04f2cee3539ab2d0758a6a87a6da973cb
|
||||
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/d2/86/2741f0c74cc339416c9803b6393eaf230254ecf36ffd839614799e15a202
|
||||
PYTHON_TINYRPC_SETUP_TYPE = setuptools
|
||||
PYTHON_TINYRPC_LICENSE = MIT
|
||||
PYTHON_TINYRPC_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user