diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template index 29668e4cec4..1fae4bd23fa 100644 --- a/srcpkgs/python3-h2/template +++ b/srcpkgs/python3-h2/template @@ -1,17 +1,19 @@ # Template file for 'python3-h2' pkgname=python3-h2 -version=4.0.0 -revision=2 +version=4.1.0 +revision=1 wrksrc="h2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 python3-hpack python3-hyperframe" +depends="python3-hpack python3-hyperframe" +checkdepends="${depends} python3-hypothesis python3-pytest" short_desc="HTTP/2 State-Machine based protocol implementation (Python3)" maintainer="Orphaned " license="MIT" homepage="https://github.com/python-hyper/h2" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=78753b52cebb63f87097c9a5f969004a61ec4a41f967e41dcc287e26dd9b4143 +changelog="https://raw.githubusercontent.com/python-hyper/h2/master/CHANGELOG.rst" +distfiles="https://github.com/python-hyper/h2/archive/v${version}.tar.gz" +checksum=4a17b1ec23152bd94ab6260ea61f6cc02de92bd7c36762f13e34fdecea454b41 post_install() { vlicense LICENSE