python-websocket-client: update to 1.3.3
- Fix unclosed socket error - Update header dict access - Add utf8 workaround to docs Signed-off-by: Javier Marcet <javier@marcet.info>
This commit is contained in:
parent
06784b4e32
commit
766cfa19cf
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-websocket-client
|
||||
PKG_VERSION:=1.3.2
|
||||
PKG_VERSION:=1.3.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=websocket-client
|
||||
PKG_HASH:=50b21db0058f7a953d67cc0445be4b948d7fc196ecbeb8083d68d94628e4abf6
|
||||
PKG_HASH:=d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1
|
||||
|
||||
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
Loading…
Reference in a new issue