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

Felix Yan felixonmars at archlinux.org
Wed Sep 13 05:05:24 UTC 2017


    Date: Wednesday, September 13, 2017 @ 05:05:24
  Author: felixonmars
Revision: 257187

upgpkg: python-hypothesis 3.26.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-13 04:49:30 UTC (rev 257186)
+++ PKGBUILD	2017-09-13 05:05:24 UTC (rev 257187)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.25.1
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -16,9 +16,12 @@
               'python-django' 'python2-django' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-mock' 'python2-mock')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz")
-sha512sums=('208687e7625df1ca3598c13cd691f9fde577c73cf1fcf9017c9ebedc815dbf102f5460f7ffa609cd57ff63ab300c41c6b4a6bc7fb72808722034c43d7da858aa')
+sha512sums=('dac02d85bbd2a3d17a0afa6083d66038c052b6b9ac0ddaf9ad15847bf8ca6249027dff6ebe76e90efb04fa90071b758251385beb3a7f46988cd0f1e84bd28183')
 
 prepare() {
+  # Make tests faster
+  sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
+
   cp -a hypothesis-python-$pkgver{,-py2}
 
   rm -r hypothesis-python-$pkgver/tests/py2



More information about the arch-commits mailing list