From fcd389dec33b450fa784cfee2cbcb06cf0d24b1d Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 24 Sep 2024 13:44:21 +0200 Subject: [PATCH] * update python-hypothesis to 6.112.1-2 --- python/python-hypothesis/.SRCINFO | 10 +++++----- python/python-hypothesis/PKGBUILD | 14 ++++++-------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/python/python-hypothesis/.SRCINFO b/python/python-hypothesis/.SRCINFO index 7d9143a95d..58217194a3 100644 --- a/python/python-hypothesis/.SRCINFO +++ b/python/python-hypothesis/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-hypothesis pkgdesc = Advanced Quickcheck style testing library for Python - pkgver = 6.108.0 - pkgrel = 1 + pkgver = 6.112.1 + pkgrel = 2 url = https://hypothesis.readthedocs.org arch = any license = MPL-2.0 @@ -40,8 +40,8 @@ pkgbase = python-hypothesis optdepends = python-pytz: for datetime and django module optdepends = python-redis: for redis support optdepends = python-rich: for CLI - source = hypothesis-hypothesis-python-6.108.0.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.108.0.tar.gz - sha512sums = 93b3028025a3c799a796b8781551b04d1eeb9ca41b924c17a275c394f25a552d33a0fd0fa28f24bf0d39eb8dc85d4af57979d9f3321b6901ddc0c56695deef5b - b2sums = 778c0c33b29fdf933d8321f0b5f0b7c14390ee5511da2290c398c47a9c787274430a3465ab0084aece7363112a7de2465bd1ab0e00984eca067ec672915079d0 + source = hypothesis-hypothesis-python-6.112.1.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.112.1.tar.gz + sha512sums = 60b68f50a5d8d7ec23b2632a1a3c7d412ecedef6e58ec9e2f0450b07add9ddaa25963cd08cfa1d60741ff54cc47996da02dab1176ab25b8e7ecd3154f1b0446d + b2sums = adee46d6a4cf56bbbd8e5a91afc8236b9d311aa18efeaf6b367fc32d5ff3d679e08c5a8c500cedb50ff2cda2bab567a56f5ed564067972bc2f63bd6f5f0b88e1 pkgname = python-hypothesis diff --git a/python/python-hypothesis/PKGBUILD b/python/python-hypothesis/PKGBUILD index 4443c349cd..6ac017d2c7 100644 --- a/python/python-hypothesis/PKGBUILD +++ b/python/python-hypothesis/PKGBUILD @@ -5,9 +5,9 @@ _name=hypothesis _alt_name=$_name-python pkgname=python-hypothesis -pkgver=6.108.0 +pkgver=6.112.1 _version=$_alt_name-$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="Advanced Quickcheck style testing library for Python" arch=(any) license=(MPL-2.0) @@ -57,8 +57,8 @@ optdepends=( 'python-rich: for CLI' ) source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz) -sha512sums=('93b3028025a3c799a796b8781551b04d1eeb9ca41b924c17a275c394f25a552d33a0fd0fa28f24bf0d39eb8dc85d4af57979d9f3321b6901ddc0c56695deef5b') -b2sums=('778c0c33b29fdf933d8321f0b5f0b7c14390ee5511da2290c398c47a9c787274430a3465ab0084aece7363112a7de2465bd1ab0e00984eca067ec672915079d0') +sha512sums=('60b68f50a5d8d7ec23b2632a1a3c7d412ecedef6e58ec9e2f0450b07add9ddaa25963cd08cfa1d60741ff54cc47996da02dab1176ab25b8e7ecd3154f1b0446d') +b2sums=('adee46d6a4cf56bbbd8e5a91afc8236b9d311aa18efeaf6b367fc32d5ff3d679e08c5a8c500cedb50ff2cda2bab567a56f5ed564067972bc2f63bd6f5f0b88e1') build() { cd $_name-$_version/$_alt_name @@ -70,10 +70,8 @@ check() { -vv # disable failing tests: https://github.com/HypothesisWorks/hypothesis/issues/3704 # for some reason --deselect does not work, so ignoring whole file - --ignore tests/patching/test_patching.py - --ignore tests/ghostwriter/test_expected_output.py - --ignore tests/cover/test_error_in_draw.py - --ignore tests/redis/test_redis_exampledatabase.py + --ignore tests/conjecture/test_ir.py + --ignore tests/ghostwriter/test_ghostwriter.py ) local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")