From ecba4578a965ac154b5f33bfe648092a6f812df1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 26 Apr 2021 11:17:32 -0400 Subject: [PATCH] python3-hypothesis: bring sanity to update cycles Because upstream cuts a new release with every gust of wind, let's cut down on update madness and peg the updates to X.Y.0. --- srcpkgs/python3-hypothesis/update | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-hypothesis/update b/srcpkgs/python3-hypothesis/update index d92e11af955..3c99b323e61 100644 --- a/srcpkgs/python3-hypothesis/update +++ b/srcpkgs/python3-hypothesis/update @@ -1 +1,2 @@ pkgname=hypothesis-python +pattern="${pkgname}-\K[0-9.]+\.0(?=\.tar\.gz)"