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:
9ec9910145

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
James Hilliard 2023-11-04 17:43:37 -06:00 committed by Arnout Vandecappelle
parent cc8c3c9317
commit 5874a6e15f
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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))