From 7ff27f44ac6d3b01826819ec5c3ebabee6314e91 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 3 Jan 2024 20:32:49 -0700 Subject: [PATCH] package/python-aiomonitor: bump to version 0.7.0 Add new runtime dependencies: - python-attrs - python-aiohttp - python-click - python-janus - python-trafaret - python-typing-extensions - python-prompt-toolkit Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/python-aiomonitor/Config.in | 10 +++++++++- package/python-aiomonitor/python-aiomonitor.hash | 4 ++-- package/python-aiomonitor/python-aiomonitor.mk | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package/python-aiomonitor/Config.in b/package/python-aiomonitor/Config.in index 435900ae32..9f3787f9b3 100644 --- a/package/python-aiomonitor/Config.in +++ b/package/python-aiomonitor/Config.in @@ -1,7 +1,15 @@ config BR2_PACKAGE_PYTHON_AIOMONITOR bool "python-aiomonitor" - select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime select BR2_PACKAGE_PYTHON_AIOCONSOLE # runtime + select BR2_PACKAGE_PYTHON_AIOHTTP # runtime + select BR2_PACKAGE_PYTHON_ATTRS # runtime + select BR2_PACKAGE_PYTHON_CLICK # runtime + select BR2_PACKAGE_PYTHON_JANUS # runtime + select BR2_PACKAGE_PYTHON_JINJA2 # runtime + select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime + select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime + select BR2_PACKAGE_PYTHON_TRAFARET # runtime + select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime help aiomonitor adds monitor and python REPL capabilities for asyncio application. diff --git a/package/python-aiomonitor/python-aiomonitor.hash b/package/python-aiomonitor/python-aiomonitor.hash index b67d68e478..f1c0e37667 100644 --- a/package/python-aiomonitor/python-aiomonitor.hash +++ b/package/python-aiomonitor/python-aiomonitor.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/aiomonitor/json -md5 0f786c8278a68e7df8b24317e7d33271 aiomonitor-0.6.0.tar.gz -sha256 31d30d1e9c0a23926edba2a2242b8572c6e8639af9aae2692dee863064d27e48 aiomonitor-0.6.0.tar.gz +md5 75fc8f84c0ff385931d76c46265cfc0d aiomonitor-0.7.0.tar.gz +sha256 109b9ad309a44c0c5db1219d106f4062615151ad3f0e288a0c104fbb004d0398 aiomonitor-0.7.0.tar.gz # Locally computed sha256 checksums sha256 98397c300949e0cc1ddc68b0e48e67b10f2d0a4ffada4903d891a1315fe04156 LICENSE diff --git a/package/python-aiomonitor/python-aiomonitor.mk b/package/python-aiomonitor/python-aiomonitor.mk index 1a3b999b90..8eaddcbfa6 100644 --- a/package/python-aiomonitor/python-aiomonitor.mk +++ b/package/python-aiomonitor/python-aiomonitor.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_AIOMONITOR_VERSION = 0.6.0 +PYTHON_AIOMONITOR_VERSION = 0.7.0 PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz -PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/13/ab/36fbaf36c1c7cb4d5a81b945faf69e95a48dd38cbc9b57915d41d9445f55 +PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/50/30/1d903b716489c2b5d0a92baccf172f972e97c2de94d4ea41c154287e9b60 PYTHON_AIOMONITOR_SETUP_TYPE = setuptools PYTHON_AIOMONITOR_LICENSE = Apache-2.0 PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE