aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-12 05:25:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-12 05:43:12 -0300
commitb21626530b716bed2771936e58e3db6268edba1c (patch)
treea2b171a29f619fe946c3f85a8c1df1ec7944f737
parentf69e5c19191bd098bded41798f6c2834930be85e (diff)
downloadaports-b21626530b716bed2771936e58e3db6268edba1c.tar.bz2
aports-b21626530b716bed2771936e58e3db6268edba1c.tar.xz
community/py3-hypothesis: upgrade to 4.44.1
-rw-r--r--community/py3-hypothesis/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD
index 7a41f4754a..8d6e2a7b03 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.44.0
+pkgver=4.44.1
pkgrel=0
pkgdesc="Advanced property-based (QuickCheck-like) testing for Python"
url="https://hypothesis.works/"
@@ -41,5 +41,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="da6b553adf7f5502bac5bd2a6ee4c9993675466ca229c94ad20ca85b36dda74eaeabf0ab857d549c10594778324dd536bb076ff6f93076801c0bc73e01980dc3 py-hypothesis-4.44.0.tar.gz
+sha512sums="4a9df41f0cdec6552c43be361deb09c3177699cd6d88caccbde20ff25ffcda7b1207cc7fbd7ed1cd469118cbc80b1977180ff42b7a6608f0592521e67ea13520 py-hypothesis-4.44.1.tar.gz
9ef9fd9f7076586221f79b677c05139188c6d7c37fbbddfdf28dd4a6ca18b36457d3481ee716fb11a2a84f2db0d53105be880b92ec09d8bfbb63f8b5323dab27 attrs.patch"