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

Felix Yan felixonmars at archlinux.org
Sat Nov 11 14:08:40 UTC 2017


    Date: Saturday, November 11, 2017 @ 14:08:40
  Author: felixonmars
Revision: 266241

upgpkg: python-hypothesis 3.36.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-11 13:56:25 UTC (rev 266240)
+++ PKGBUILD	2017-11-11 14:08:40 UTC (rev 266241)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,12 +17,15 @@
               'python-django' 'python2-django' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-mock' 'python2-mock' 'python-pandas' 'python2-pandas')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz")
-sha512sums=('0ee865369da7915faf691f5b421062fbd653f64ff15aa3cae447703bc4016f6db559e2b272352af74bf64f06520c9ad23775f11a18c2d29cab18f7bd6371b8cf')
+sha512sums=('4d9bf58ebee2c64f185db8daed2596e4cf3dbffb66555765e01e098e2d6291530535e17b106faa5cf026aefa8d5119981849365dd443d4fe71e7d9f98a1898b6')
 
 prepare() {
   # Make tests faster
   sed -i 's/ -n 2$/ -n 16/' hypothesis-python-$pkgver/tox.ini
 
+  # https://github.com/HypothesisWorks/hypothesis-python/issues/969
+  sed -i 's/deprecations_as_errors=True/deprecations_as_errors=False/' hypothesis-python-$pkgver/tests/common/setup.py
+
   cp -a hypothesis-python-$pkgver{,-py2}
 
   rm -r hypothesis-python-$pkgver/tests/py2



More information about the arch-commits mailing list