From f12e8f2c68fbc21807a9f5dc7dfcb0914dee6d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 4 Jun 2023 23:53:02 -0300 Subject: [PATCH] python3-flaky: update to 3.7.0. --- srcpkgs/python3-flaky/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template index 8f80d84d295..5d1bbe30535 100644 --- a/srcpkgs/python3-flaky/template +++ b/srcpkgs/python3-flaky/template @@ -1,13 +1,15 @@ # Template file for 'python3-flaky' pkgname=python3-flaky -version=3.6.1 -revision=6 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=3.7.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" -short_desc="Plugin for nose/py.test that automatically reruns flaky tests (Python3)" +short_desc="Plugin for nose or pytest that automatically reruns flaky tests" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/box/flaky" +changelog="https://raw.githubusercontent.com/box/flaky/master/HISTORY.rst" distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz" -checksum=8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698 +checksum=3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d +make_check=no # Tests are broken