python-autobahn: bump to version 18.9.2

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Asaf Kahlon 2018-09-26 18:34:44 +03:00 committed by Thomas Petazzoni
parent cabaf8c5d1
commit 29afd40b4b
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/autobahn/json
md5 efddc3394c4e11f85bfa108c12a9346c autobahn-18.9.1.tar.gz
sha256 829fbeb08b7e0f7e8cd14d9d169043a861075c3f6e5e2739d564dc985b5e7015 autobahn-18.9.1.tar.gz
# Locally computed
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE
md5 e8192e3a4bb7dc59db2a82234b13b080 autobahn-18.9.2.tar.gz
sha256 d98b924f06865700116ee616027e4a6d678004a7b44e0d01cb262eab333112d6 autobahn-18.9.2.tar.gz
# Locally computed sha256 checksums
sha256 0387eefce570453daaa60633f28676003731eeca28b2d0a0071c628e3a0004ef LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AUTOBAHN_VERSION = 18.9.1
PYTHON_AUTOBAHN_VERSION = 18.9.2
PYTHON_AUTOBAHN_SOURCE = autobahn-$(PYTHON_AUTOBAHN_VERSION).tar.gz
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/3e/21/2074cfca5addf4f0c7e422798c50c85255ee5963889ee8b32edb06e47221
PYTHON_AUTOBAHN_SITE = https://files.pythonhosted.org/packages/68/f8/43ef6e614f27a97a88a6e91768d3917adff630936ec71665fcc3bec48e53
PYTHON_AUTOBAHN_LICENSE = MIT
PYTHON_AUTOBAHN_LICENSE_FILES = LICENSE
PYTHON_AUTOBAHN_SETUP_TYPE = setuptools