python3-websockets: update to 10.4.

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:08:40 -04:00
parent 8705c0161d
commit 49264048c6

View file

@ -1,6 +1,6 @@
# Template file for 'python3-websockets' # Template file for 'python3-websockets'
pkgname=python3-websockets pkgname=python3-websockets
version=10.3 version=10.4
revision=1 revision=1
wrksrc="${pkgname#python3-}-${version}" wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module build_style=python3-module
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://websockets.readthedocs.io/en/stable/" homepage="https://websockets.readthedocs.io/en/stable/"
changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html" changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html"
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz" distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
checksum=fc06cc8073c8e87072138ba1e431300e2d408f054b27047d047b549455066ff4 checksum=eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3
# Package ships no tests # Package ships no tests
make_check=no make_check=no