python3-websocket-client: update to 1.8.0.

This commit is contained in:
Gonzalo Tornaría 2025-05-04 20:53:00 -03:00 committed by Andrew J. Hesford
parent 8d3de4bb58
commit 9cdd612eae

View file

@ -1,7 +1,7 @@
# Template file for 'python3-websocket-client'
pkgname=python3-websocket-client
version=1.7.0
revision=2
version=1.8.0
revision=1
build_style=python3-pep517
make_check_target="websocket/tests"
hostmakedepends="python3-setuptools python3-wheel"
@ -13,5 +13,5 @@ license="Apache-2.0"
homepage="https://github.com/websocket-client/websocket-client"
changelog="https://raw.githubusercontent.com/websocket-client/websocket-client/master/ChangeLog"
distfiles="https://github.com/websocket-client/websocket-client/archive/refs/tags/v${version}.tar.gz"
checksum=923c3b7d0cecfdc449eec5e95c90ae6b0ea24e8782d42f23c05d2bb43bfabd39
checksum=03306a5a5afb4e5bffd7fce4e2fb6438be91c14543cf1d6f506893f831047bfc
conflicts="python-websocket-client"