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

Felix Yan felixonmars at archlinux.org
Tue Sep 19 17:12:25 UTC 2017


    Date: Tuesday, September 19, 2017 @ 17:12:24
  Author: felixonmars
Revision: 258842

upgpkg: python-hypothesis 3.29.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-19 16:31:28 UTC (rev 258841)
+++ PKGBUILD	2017-09-19 17:12:24 UTC (rev 258842)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.28.3
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MPL')
 url="https://hypothesis.readthedocs.org"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 'python2-attrs'
-             'python2-enum34')
+             'python-coverage' 'python2-coverage' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 'python2-flake8' 'python-pytz'
               'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 'python2-faker'
               'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 'python2-pytest-benchmark'
@@ -17,7 +17,7 @@
               '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=('402f116c215af4b57f9702b6af716f0b43a0dd8ee75dc609a0c430fb516dccbab57b438a58590259b25e1bbefaae05dfb28eec80242c599864bc352b98b269b5')
+sha512sums=('d14baec325a799a92642f2af1afff4b56e1d71ddcde698850740b7363e2e4d34cbcee6f6ecf4c11e39963c53ce847d21fcf04d41f9f6e6b71bec2dc5e5bf8cc0')
 
 prepare() {
   # Make tests faster
@@ -54,7 +54,7 @@
 }
 
 package_python-hypothesis() {
-  depends=('python-attrs')
+  depends=('python-attrs' 'python-coverage')
   optdepends=('python-pytz: for datetime and django module'
               'python-faker: for fakefactory and django module'
               'python-django: for django module'
@@ -66,7 +66,7 @@
 }
 
 package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-enum34')
+  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
   optdepends=('python2-pytz: for datetime and django module'
               'python2-faker: for fakefactory and django module'
               'python2-django: for django module'



More information about the arch-commits mailing list