From 14f0d175bcb059ad85186b24c17feb668097005d Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 08:17:08 -0500 Subject: [PATCH] python3-treq: update to 22.2.0. --- srcpkgs/python3-treq/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 86ea6ebaba..fae5807a50 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,22 +1,20 @@ # Template file for 'python3-treq' pkgname=python3-treq -version=22.1.0 +version=22.2.0 revision=1 wrksrc="treq-${version}" build_style=python3-module -make_check_args="--ignore=src/treq/test/local_httpbin \ - --ignore=src/treq/test/test_treq_integration.py" hostmakedepends="python3-setuptools python3-incremental" depends="python3-incremental python3-requests python3-hyperlink python3-Twisted python3-attrs" -checkdepends="${depends} python3-pytest" +checkdepends="${depends} python3-pytest python3-httpbin" short_desc="Requests-like API built on top of twisted.web's Agent" maintainer="Joel Beckmeyer " license="MIT" homepage="https://github.com/twisted/treq" changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz" -checksum=775581604919a3d79c845401598a0fd070cabc6de83840472d8e9fa715f2d36c +checksum=df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec post_install() { vlicense LICENSE