python-websocket-client: update to 0.48.0.
Closes #14740. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
8368dd5263
commit
fd76543906
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-websocket-client'
|
# Template file for 'python-websocket-client'
|
||||||
pkgname=python-websocket-client
|
pkgname=python-websocket-client
|
||||||
version=0.47.0
|
version=0.48.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="websocket_client-${version}"
|
wrksrc="websocket_client-${version}"
|
||||||
|
@ -10,10 +10,10 @@ depends="python-six ca-certificates"
|
||||||
pycompile_module="websocket"
|
pycompile_module="websocket"
|
||||||
short_desc="WebSocket client for Python2"
|
short_desc="WebSocket client for Python2"
|
||||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
homepage="https://github.com/websocket-client/websocket-client"
|
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://github.com/websocket-client/websocket-client"
|
||||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||||
checksum=a453dc4dfa6e0db3d8fd7738a308a88effe6240c59f3226eb93e8f020c216149
|
checksum=18f1170e6a1b5463986739d9fd45c4308b0d025c1b2f9b88788d8f69e8a5eb4a
|
||||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue