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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:48:27 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:48:26
  Author: felixonmars
Revision: 200594

upgpkg: python-hypothesis 3.6.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:47:35 UTC (rev 200593)
+++ PKGBUILD	2016-12-21 04:48:26 UTC (rev 200594)
@@ -3,7 +3,8 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.6.0
+pkgver=3.6.1
+_commit=7ed4892866960154d5dffc40f32340e385434128
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -14,7 +15,7 @@
               'python2-pytz' 'python-numpy' 'python2-numpy' 'python-fake-factory'
               'python2-fake-factory' 'python-flaky' 'python2-flaky' 'python-pytest-benchmark'
               'python2-pytest-benchmark' 'python-django' 'python2-django')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver")
+source=("git+https://github.com/DRMacIver/hypothesis.git#commit=$_commit")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list