package/python-tinyrpc: bump to version 1.1.7

Remove no longer required python-six runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2024-09-21 21:47:15 -06:00 committed by Yann E. MORIN
parent 085aabdfb1
commit b612a5e25c
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_TINYRPC
bool "python-tinyrpc"
select BR2_PACKAGE_PYTHON_SIX # runtime
help
A small, modular, transport and protocol neutral RPC
library that, among other things, supports JSON-RPC and

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tinyrpc/json
md5 cc7e62891eee806dfbbafb6e3875825e tinyrpc-1.1.4.tar.gz
sha256 c99f412e5d9849c2deb468ea37fee2faf12fbc95bdd3616ae5c276ea195ed6bd tinyrpc-1.1.4.tar.gz
md5 b5079a23bbd8c41a33fe15c7486acf3e tinyrpc-1.1.7.tar.gz
sha256 15a8f41838e7b8be274467de59ad5c571e4cb5a2fe93bc2940b1d103bce4c6e5 tinyrpc-1.1.7.tar.gz
# Locally computed sha256 checksums
sha256 587f1ea174824613f4a7e0d7fb95fda000a7f58ca17df12416e014c9ee82e619 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_TINYRPC_VERSION = 1.1.4
PYTHON_TINYRPC_VERSION = 1.1.7
PYTHON_TINYRPC_SOURCE = tinyrpc-$(PYTHON_TINYRPC_VERSION).tar.gz
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/d2/86/2741f0c74cc339416c9803b6393eaf230254ecf36ffd839614799e15a202
PYTHON_TINYRPC_SITE = https://files.pythonhosted.org/packages/6a/31/b0d0403cafda7965fab0741bcb7c63b26eab7fcfb605d4ece31a6f7b034d
PYTHON_TINYRPC_SETUP_TYPE = setuptools
PYTHON_TINYRPC_LICENSE = MIT
PYTHON_TINYRPC_LICENSE_FILES = LICENSE