python-websocket-client: update to 0.45.0.
Closes: #10200 [via git-merge-pr]
This commit is contained in:
parent
73d7a6f321
commit
49c5f01c67
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-websocket-client'
|
# Template file for 'python-websocket-client'
|
||||||
pkgname=python-websocket-client
|
pkgname=python-websocket-client
|
||||||
version=0.44.0
|
version=0.45.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="websocket_client-${version}"
|
wrksrc="websocket_client-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
homepage="https://github.com/websocket-client/websocket-client"
|
homepage="https://github.com/websocket-client/websocket-client"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||||
checksum=15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72
|
checksum=6505c9642396cd670c4514228e04cdae4a4a750fefde732578f0f14f55d6935d
|
||||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in a new issue