From 5874a6e15fcbaf90f63ef6f9b8c2d993eee27f9d Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 4 Nov 2023 17:43:37 -0600 Subject: [PATCH] package/python-aiomonitor: bump to version 0.6.0 Add new host-python-setuptools-scm build dependency. License hash changed due to line ending removal: https://github.com/aio-libs/aiomonitor/commit/9ec9910145c70037da8ab52e007b9fc286c3a4c7 Signed-off-by: James Hilliard Signed-off-by: Arnout Vandecappelle --- package/python-aiomonitor/python-aiomonitor.hash | 6 +++--- package/python-aiomonitor/python-aiomonitor.mk | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package/python-aiomonitor/python-aiomonitor.hash b/package/python-aiomonitor/python-aiomonitor.hash index 652702c479..b67d68e478 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 5f184e4b97ea161fc2d690aef604f997 aiomonitor-0.4.5.tar.gz -sha256 6232c1ab14bf06cd7217845801c27340032f74e283bdaf32d01cdd3b7c673d0e aiomonitor-0.4.5.tar.gz +md5 0f786c8278a68e7df8b24317e7d33271 aiomonitor-0.6.0.tar.gz +sha256 31d30d1e9c0a23926edba2a2242b8572c6e8639af9aae2692dee863064d27e48 aiomonitor-0.6.0.tar.gz # Locally computed sha256 checksums -sha256 9b42fe3a288996988c552e387e7877be7525a1649e62086aedd6b32d3cb56365 LICENSE +sha256 98397c300949e0cc1ddc68b0e48e67b10f2d0a4ffada4903d891a1315fe04156 LICENSE diff --git a/package/python-aiomonitor/python-aiomonitor.mk b/package/python-aiomonitor/python-aiomonitor.mk index a8860097d5..1a3b999b90 100644 --- a/package/python-aiomonitor/python-aiomonitor.mk +++ b/package/python-aiomonitor/python-aiomonitor.mk @@ -4,11 +4,12 @@ # ################################################################################ -PYTHON_AIOMONITOR_VERSION = 0.4.5 +PYTHON_AIOMONITOR_VERSION = 0.6.0 PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz -PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/98/76/b62e9fbe267287527fb6f4b6774394d4f00650195774173bb0055a99ab3d +PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/13/ab/36fbaf36c1c7cb4d5a81b945faf69e95a48dd38cbc9b57915d41d9445f55 PYTHON_AIOMONITOR_SETUP_TYPE = setuptools PYTHON_AIOMONITOR_LICENSE = Apache-2.0 PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE +PYTHON_AIOMONITOR_DEPENDENCIES = host-python-setuptools-scm $(eval $(python-package))