python3-wsproto: update to 1.2.0.

This commit is contained in:
Andrew J. Hesford 2024-02-29 10:01:44 -05:00
parent 838a948bc3
commit 1a9309fe80

View file

@ -1,7 +1,7 @@
# Template file for 'python3-wsproto' # Template file for 'python3-wsproto'
pkgname=python3-wsproto pkgname=python3-wsproto
version=1.0.0 version=1.2.0
revision=4 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-h11" depends="python3-h11"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://wsproto.readthedocs.io" homepage="https://wsproto.readthedocs.io"
changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz" distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz"
checksum=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38 checksum=ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE