[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 7 18:40:28 UTC 2020


    Date: Saturday, March 7, 2020 @ 18:40:28
  Author: felixonmars
Revision: 591256

upgpkg: python-hypothesis 5.0.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-07 18:40:13 UTC (rev 591255)
+++ PKGBUILD	2020-03-07 18:40:28 UTC (rev 591256)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-hypothesis
-pkgver=4.57.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,15 +17,12 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'flake8' 'python-pytz' 'python-numpy' 'python-faker'
               'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts'
-              'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage'
-              'python2-coverage')
+              'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
-sha512sums=('28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952')
+sha512sums=('3bc857f8f50e4f9fcfac9cb8c9fcce1347ab07f18edd78adb29a751342505061d5964eae4fce94bc2cb4e9539c3f20d682f9a2adfd517f464f42475a3aa78782')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
 }
 
 build() {



More information about the arch-commits mailing list