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

Felix Yan fyan at archlinux.org
Wed Jun 1 09:16:21 UTC 2016


    Date: Wednesday, June 1, 2016 @ 11:16:20
  Author: fyan
Revision: 177595

upgpkg: python-ddt 1.1.0-1

Modified:
  python-ddt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-01 07:32:26 UTC (rev 177594)
+++ PKGBUILD	2016-06-01 09:16:20 UTC (rev 177595)
@@ -3,7 +3,7 @@
 
 pkgbase=python-ddt
 pkgname=('python-ddt' 'python2-ddt')
-pkgver=1.0.3
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Data-Driven/Decorated Tests"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 url="https://github.com/txels/ddt"
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml')
 source=("git+https://github.com/txels/ddt.git#tag=$pkgver")
 sha512sums=('SKIP')
 



More information about the arch-commits mailing list