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.
This commit is contained in:
Andrew J. Hesford 2021-04-26 11:17:32 -04:00
parent d523e69e87
commit ecba4578a9

View file

@ -1 +1,2 @@
pkgname=hypothesis-python
pattern="${pkgname}-\K[0-9.]+\.0(?=\.tar\.gz)"