package/python-autobahn: bump to version 19.8.1
authorAdam Duskett <Aduskett@gmail.com>
Sun, 4 Aug 2019 01:06:31 +0000 (21:06 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 4 Aug 2019 06:56:35 +0000 (08:56 +0200)
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>
package/python-autobahn/Config.in
package/python-autobahn/python-autobahn.hash
package/python-autobahn/python-autobahn.mk

index 7e1429cdd74d792364252a78a8f10ae66cf6216e..e08d5d58a1cdcb06ca528464f15e5e518e1ba862 100644 (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
index dce40f160e6439a6af7c940f2049ee6daf1c6a7a..344fc8d6a49b33b2f467c370feec4108809b0304 100644 (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
index 213e0314c9a5c4799e0f397f4065413ad6f387e6..56e6d5422704c38dca7e8b383e14bc22aceef80b 100644 (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