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

Felix Yan felixonmars at archlinux.org
Wed Nov 29 17:09:41 UTC 2017


    Date: Wednesday, November 29, 2017 @ 17:09:39
  Author: felixonmars
Revision: 270728

upgpkg: python-hypothesis 3.38.8-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-29 17:05:37 UTC (rev 270727)
+++ PKGBUILD	2017-11-29 17:09:39 UTC (rev 270728)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.38.7
+pkgver=3.38.8
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,15 +17,12 @@
               '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=('c9c57324fa0bae70f7b97068cb14c9c5b46ce17493f66e5a101fd7f6558d9f5d63339f3aac0cf41e67168ede5216b1d2b3f75f0ea1ddd4e201ea10fc78ff9aa9')
+sha512sums=('9103943efadda8dc647dca10cf0ebafaa964bc00033038e62509a15aadec7fe4d1da6864bed828b62fe822f64bba8018768e865b95cef09d308018c41b1780ef')
 
 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