package/python-autobahn: bump to version 19.8.1

In addition:
 - select python-cryptography as it's now a runtime dependency
 - Fix a typo in the help.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett 2019-08-03 21:06:31 -04:00 committed by Thomas Petazzoni
parent 123a63df6f
commit 37f44fbc13
3 changed files with 6 additions and 5 deletions

View File

@ -1,9 +1,10 @@
config BR2_PACKAGE_PYTHON_AUTOBAHN
bool "python-autobahn"
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
select BR2_PACKAGE_PYTHON_TXAIO # runtime
help
WebSocket client Hhh server library, WAMP real-time
WebSocket client and server library, WAMP real-time
framework.
https://pypi.python.org/pypi/autobahn

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/autobahn/json
md5 b296b8ae0f42e7df8052b28d574ede82 autobahn-19.1.1.tar.gz
sha256 aebbadb700c13792a2967c79002855d1153b9ec8f2949d169e908388699596ff autobahn-19.1.1.tar.gz
md5 e6045ea79a9c22f6ad1810670d833bcc autobahn-19.8.1.tar.gz
sha256 294e7381dd54e73834354832604ae85567caf391c39363fed0ea2bfa86aa4304 autobahn-19.8.1.tar.gz
# Locally computed sha256 checksums
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 19.1.1
PYTHON_AUTOBAHN_VERSION = 19.8.1
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/66/cc/1e2b20dc6654d9a87fc30da36bfae687ec65428814378c44257a26fe5f2f
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/7b/b9/3460d9f73aba656f06a22f2bbc92e1c31e567372d66614651582858c93ae
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools