[arch-commits] Commit in python-hypothesis/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 23 08:33:04 UTC 2020
Date: Tuesday, June 23, 2020 @ 08:33:04
Author: felixonmars
Revision: 650947
upgpkg: python-hypothesis 5.17.0-1
Modified:
python-hypothesis/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-23 08:28:45 UTC (rev 650946)
+++ PKGBUILD 2020-06-23 08:33:04 UTC (rev 650947)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-hypothesis
-pkgver=5.16.3
+pkgver=5.17.0
pkgrel=1
pkgdesc="Advanced Quickcheck style testing library for Python"
arch=('any')
@@ -17,9 +17,10 @@
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')
+ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage'
+ 'python-typing_extensions')
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz")
-sha512sums=('912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0')
+sha512sums=('904f0c913cc962b0892516406536d105e4e2988a39e08e8fe99ecd5c05cab107fffd583f914d4c9cc19ce99160187d08b120f4836fa32e0ed56c1b8040bfac82')
prepare() {
mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
More information about the arch-commits
mailing list