package/python-aioconsole: bump to version 0.1.16

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2020-03-26 01:59:47 -06:00 committed by Thomas Petazzoni
parent 86d3602fc2
commit 3a33eb87cf
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/aioconsole/json
md5 918caf70f00a3fbc8a61cd74579da1c4 aioconsole-0.1.15.tar.gz
sha256 498e567805b74c1ecf4501d28e48727e8e77af8d6a0b8f1b7aa9a4842e02743d aioconsole-0.1.15.tar.gz
md5 8eeeee86f96c51d202e69f0e0a56eaad aioconsole-0.1.16.tar.gz
sha256 a5d98a99539e060f514b96425f19839abc4bc2b487b39cdb76b91df2367c647a aioconsole-0.1.16.tar.gz

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AIOCONSOLE_VERSION = 0.1.15
PYTHON_AIOCONSOLE_VERSION = 0.1.16
PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/c4/68/56b09bf94aff8e02a6080493b3f85bdf7ddea7e4f264e6a90a158e064898
PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/70/08/5dbb71777058a4f3b6e61b61ffc5b5021056c4a139e118938773b93e9304
PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
PYTHON_AIOCONSOLE_LICENSE = GPL-3.0