[arch-commits] Commit in python-flaky/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Jan 20 01:40:58 UTC 2016
Date: Wednesday, January 20, 2016 @ 02:40:58
Author: fyan
Revision: 157731
upgpkg: python-flaky 3.0.3-1
Modified:
python-flaky/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-20 01:35:57 UTC (rev 157730)
+++ PKGBUILD 2016-01-20 01:40:58 UTC (rev 157731)
@@ -4,7 +4,8 @@
pkgbase=python-flaky
pkgname=('python-flaky' 'python2-flaky')
_pypiname=flaky
-pkgver=3.0.2
+pkgver=3.0.3
+_commit=7acd408e3727bc5bdedf4ac4341ffea5ee15deac
pkgrel=1
pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
arch=('any')
@@ -13,7 +14,7 @@
makedepends=('python-setuptools' 'python2-setuptools' 'git')
checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#tag=v$pkgver")
+source=("git+https://github.com/box/flaky.git#commit=$_commit")
md5sums=('SKIP')
prepare() {
More information about the arch-commits
mailing list