浏览代码

package/python-aiomonitor: bump to version 0.7.1

Add new python-telnetlib3 runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
James Hilliard 7 月之前
父节点
当前提交
5d44798a49

+ 1 - 0
package/python-aiomonitor/Config.in

@@ -7,6 +7,7 @@ config BR2_PACKAGE_PYTHON_AIOMONITOR
 	select BR2_PACKAGE_PYTHON_JANUS # runtime
 	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
 	select BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT # runtime
+	select BR2_PACKAGE_PYTHON_TELNETLIB3 # runtime
 	select BR2_PACKAGE_PYTHON_TERMINALTABLES # runtime
 	select BR2_PACKAGE_PYTHON_TRAFARET # runtime
 	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime

+ 2 - 2
package/python-aiomonitor/python-aiomonitor.hash

@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/aiomonitor/json
-md5  75fc8f84c0ff385931d76c46265cfc0d  aiomonitor-0.7.0.tar.gz
-sha256  109b9ad309a44c0c5db1219d106f4062615151ad3f0e288a0c104fbb004d0398  aiomonitor-0.7.0.tar.gz
+md5  e5b17b3baccb6e2b709bd85ab3faee32  aiomonitor-0.7.1.tar.gz
+sha256  beb1f14429bc4a3135bbac32381d242fe2019d74fcf9c86d3f4bd7405dc562e4  aiomonitor-0.7.1.tar.gz
 # Locally computed sha256 checksums
 sha256  98397c300949e0cc1ddc68b0e48e67b10f2d0a4ffada4903d891a1315fe04156  LICENSE

+ 2 - 2
package/python-aiomonitor/python-aiomonitor.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_AIOMONITOR_VERSION = 0.7.0
+PYTHON_AIOMONITOR_VERSION = 0.7.1
 PYTHON_AIOMONITOR_SOURCE = aiomonitor-$(PYTHON_AIOMONITOR_VERSION).tar.gz
-PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/50/30/1d903b716489c2b5d0a92baccf172f972e97c2de94d4ea41c154287e9b60
+PYTHON_AIOMONITOR_SITE = https://files.pythonhosted.org/packages/28/0a/805797608db4e30ab588b283137b5b2a735655c20df72f2f9bac41da789e
 PYTHON_AIOMONITOR_SETUP_TYPE = setuptools
 PYTHON_AIOMONITOR_LICENSE = Apache-2.0
 PYTHON_AIOMONITOR_LICENSE_FILES = LICENSE