From 29934e1ffab7266c67c0e1695df7ac38ae66a65e Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Mon, 16 Dec 2019 16:35:12 +0100 Subject: [PATCH] community/py3-hypothesis: upgrade to 4.54.1 --- community/py3-hypothesis/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index 20fd1d40e827..83945fc940b5 100644 --- a/community/py3-hypothesis/APKBUILD +++ b/community/py3-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-hypothesis -pkgver=4.53.3 +pkgver=4.54.1 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ed3cd56ff09d4d245f70d64dd5dd19985fabfb8ae604355aa45f67d2aa9d4b7931927ea8e3f64a092904d09ead205731290b5505b1d878017642cbf5ed0fc95e py-hypothesis-4.53.3.tar.gz" +sha512sums="1bdc4457df339fe95c57ec572406983ba112649a308b47eab0eed75d8b8a291440e41736041520562d9348f7d51e3756aff1ebc5c3dd8a7e83cd87d8c5eb53a7 py-hypothesis-4.54.1.tar.gz" -- GitLab