[Buildroot] [git commit branch/2021.08.x] package/python-aioconsole: bump to version 0.3.2

Peter Korsgaard peter at korsgaard.com
Wed Oct 6 11:33:16 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=568b97894629935c81d386bf1c172314d2e125fe
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

Plus, add LICENSE_FILES and the corresponding hash.

Signed-off-by: Asaf Kahlon <asafka7 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 7f5f9618d86adc3aa021680f87c842926bebe3af)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-aioconsole/python-aioconsole.hash | 6 ++++--
 package/python-aioconsole/python-aioconsole.mk   | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/python-aioconsole/python-aioconsole.hash b/package/python-aioconsole/python-aioconsole.hash
index dea2216fcf..45139a6606 100644
--- a/package/python-aioconsole/python-aioconsole.hash
+++ b/package/python-aioconsole/python-aioconsole.hash
@@ -1,3 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/aioconsole/json
-md5  66d4b05e3bc75267daf0f773d839f62b  aioconsole-0.3.1.tar.gz
-sha256  7c038bb40b7690bf5be6b17154830b7bff25e7be1c02d8420a346c3efbd5d8e5  aioconsole-0.3.1.tar.gz
+md5  b8cbcb6e00d8e535256526dfe4f27db3  aioconsole-0.3.2.tar.gz
+sha256  9355b36d41d5fbdd3dbb01510deb2b985b508b2ebcd5b8bd85af61a707e2f6c8  aioconsole-0.3.2.tar.gz
+# Locally computed sha256 checksums
+sha256  fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b  LICENSE
diff --git a/package/python-aioconsole/python-aioconsole.mk b/package/python-aioconsole/python-aioconsole.mk
index b32d2bea0f..75ea3c2a2a 100644
--- a/package/python-aioconsole/python-aioconsole.mk
+++ b/package/python-aioconsole/python-aioconsole.mk
@@ -4,10 +4,11 @@
 #
 ################################################################################
 
-PYTHON_AIOCONSOLE_VERSION = 0.3.1
+PYTHON_AIOCONSOLE_VERSION = 0.3.2
 PYTHON_AIOCONSOLE_SOURCE = aioconsole-$(PYTHON_AIOCONSOLE_VERSION).tar.gz
-PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/5a/12/fce04ddc0a8ebd6482e5ec293d8bda47c9e05c82826b061f7b73523b8601
+PYTHON_AIOCONSOLE_SITE = https://files.pythonhosted.org/packages/7a/b2/747ab3cb965596cd84c5159941613d901d8771acad3c51c4f5da362aa9f0
 PYTHON_AIOCONSOLE_SETUP_TYPE = setuptools
 PYTHON_AIOCONSOLE_LICENSE = GPL-3.0
+PYTHON_AIOCONSOLE_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))


More information about the buildroot mailing list