python-websocket-client: update to 0.47.0.
Closes: #11803 [via git-merge-pr]
This commit is contained in:
parent
dedf123135
commit
ed56d85c57
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-websocket-client'
|
||||
pkgname=python-websocket-client
|
||||
version=0.46.0
|
||||
version=0.47.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="websocket_client-${version}"
|
||||
|
@ -11,9 +11,9 @@ pycompile_module="websocket"
|
|||
short_desc="WebSocket client for Python2"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
homepage="https://github.com/websocket-client/websocket-client"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||
checksum=933f6bbf08b381f2adbca9e93d7e7958ba212b42c73acb310b18f0fbe74f3738
|
||||
checksum=a453dc4dfa6e0db3d8fd7738a308a88effe6240c59f3226eb93e8f020c216149
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue