From fcc696100778100deaa034f2d708a6d5a46201b0 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 22 Nov 2020 22:08:02 -0600 Subject: [PATCH] python3-wsproto: update to 1.0.0 --- srcpkgs/python3-wsproto/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template index 6d2dab99f60..2644c4e23f3 100644 --- a/srcpkgs/python3-wsproto/template +++ b/srcpkgs/python3-wsproto/template @@ -1,17 +1,17 @@ # Template file for 'python3-wsproto' pkgname=python3-wsproto -version=0.15.0 -revision=4 +version=1.0.0 +revision=1 wrksrc="wsproto-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 python3-h11" +depends="python3-h11" short_desc="Sans-IO WebSocket protocol implementation (Python3)" maintainer="Orphaned " license="MIT" homepage="https://wsproto.readthedocs.io" distfiles="https://github.com/python-hyper/wsproto/archive/${version}.tar.gz" -checksum=954e46ac07134d4f67832b17c14164e1771f106b078413e5fb8a2bd2738eb25c +checksum=9b5fbf612c4152fbd11872bedcf0f9b6128325a344eedad56281fda391df3e60 post_install() { vlicense LICENSE