summaryrefslogtreecommitdiffstats
path: root/package/python-websockets
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-06-02 11:21:20 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-06-02 11:21:20 +0200
commit8b0fd3cb49566854fc038213e093e3c325618399 (patch)
tree05d6e0ccaef205c9e6f75f22cd37d852058ca664 /package/python-websockets
parentef01260b3d4852e7f1b760c1e0f5073ce342f2c8 (diff)
parent243627efbd53241127b6384a47ac89f2d73226e4 (diff)
downloadbuildroot-8b0fd3cb49566854fc038213e093e3c325618399.tar.gz
buildroot-8b0fd3cb49566854fc038213e093e3c325618399.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-websockets')
-rw-r--r--package/python-websockets/Config.in3
-rw-r--r--package/python-websockets/python-websockets.hash7
-rw-r--r--package/python-websockets/python-websockets.mk6
3 files changed, 9 insertions, 7 deletions
diff --git a/package/python-websockets/Config.in b/package/python-websockets/Config.in
index 7d80161a1a..888bec616f 100644
--- a/package/python-websockets/Config.in
+++ b/package/python-websockets/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_WEBSOCKETS
select BR2_PACKAGE_PYTHON3_ZLIB
select BR2_PACKAGE_PYTHON3_SSL
help
- An implementation of the WebSocket Protocol (RFC 6455)
+ An implementation of the WebSocket Protocol (RFC 6455 &
+ 7692).
https://github.com/aaugustin/websockets
diff --git a/package/python-websockets/python-websockets.hash b/package/python-websockets/python-websockets.hash
index 18947cc60a..2805e8a534 100644
--- a/package/python-websockets/python-websockets.hash
+++ b/package/python-websockets/python-websockets.hash
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/websockets/json, sha256 locally computed
-md5 9e8c6b3c70def4146d75fbb0f52bdfc7 websockets-4.0.1.tar.gz
-sha256 da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9 websockets-4.0.1.tar.gz
+# md5, sha256 from https://pypi.org/pypi/websockets/json
+md5 fde30398f43401731ba38340a7031ab0 websockets-5.0.tar.gz
+sha256 4ea90a598b546233a4c61bef98db4171ac30f1302826729af30001ac1f471098 websockets-5.0.tar.gz
+# Locally computed sha256 checksums
sha256 2cd4d416e432ca7fda2c103b38b852f8d3cb327d70c3db44410b9fe97e6c4d73 LICENSE
diff --git a/package/python-websockets/python-websockets.mk b/package/python-websockets/python-websockets.mk
index 7c5cf8c4e7..f7f2caaf0b 100644
--- a/package/python-websockets/python-websockets.mk
+++ b/package/python-websockets/python-websockets.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_WEBSOCKETS_VERSION = 4.0.1
-PYTHON_WEBSOCKETS_SOURCE = websockets-${PYTHON_WEBSOCKETS_VERSION}.tar.gz
-PYTHON_WEBSOCKETS_SITE = https://pypi.python.org/packages/b6/12/6194aac840c65253e45a38912e318f9ac548f9ba86d75bdb8fe66841b335
+PYTHON_WEBSOCKETS_VERSION = 5.0
+PYTHON_WEBSOCKETS_SOURCE = websockets-$(PYTHON_WEBSOCKETS_VERSION).tar.gz
+PYTHON_WEBSOCKETS_SITE = https://files.pythonhosted.org/packages/0d/ea/0cc41f9ab63b4af08840a667b047d6fab6406aebb076932ef877a4511f78
PYTHON_WEBSOCKETS_SETUP_TYPE = setuptools
PYTHON_WEBSOCKETS_LICENSE = BSD-3-Clause
PYTHON_WEBSOCKETS_LICENSE_FILES = LICENSE
OpenPOWER on IntegriCloud