From be41f5c81e8ee5c615d81254f5d949dff1784497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 3 Aug 2024 23:52:19 -0300 Subject: [PATCH] python3-pytest-httpserver: update to 1.0.12, adopt. --- srcpkgs/python3-pytest-httpserver/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pytest-httpserver/template b/srcpkgs/python3-pytest-httpserver/template index 27c367b8187..1410de4afe8 100644 --- a/srcpkgs/python3-pytest-httpserver/template +++ b/srcpkgs/python3-pytest-httpserver/template @@ -1,18 +1,18 @@ # Template file for 'python3-pytest-httpserver' pkgname=python3-pytest-httpserver -version=1.0.8 -revision=2 +version=1.0.12 +revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" depends="python3-pytest python3-Werkzeug" checkdepends="${depends} python3-MarkupSafe python3-requests python3-toml" short_desc="HTTP server for pytest" -maintainer="Orphaned " +maintainer="Gonzalo TornarĂ­a " license="MIT" homepage="https://www.github.com/csernazs/pytest-httpserver" changelog="https://raw.githubusercontent.com/csernazs/pytest-httpserver/master/CHANGES.rst" distfiles="https://github.com/csernazs/pytest-httpserver/archive/refs/tags/${version}.tar.gz" -checksum=d25a765e660f252029738392cff49dd3b2d6e5070ac81c7fb794ae6eac93ef76 +checksum=a265290e659458bd187952fd8f3ce66520ca08146a0ce062bc390d18bc5e3174 if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then # this test fails on CI (bind to ipv6 "::1" address)