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

Felix Yan fyan at archlinux.org
Wed Jun 1 17:14:02 UTC 2016


    Date: Wednesday, June 1, 2016 @ 19:14:02
  Author: fyan
Revision: 177623

upgpkg: python-pytest 2.9.2-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-01 17:08:03 UTC (rev 177622)
+++ PKGBUILD	2016-06-01 17:14:02 UTC (rev 177623)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -15,7 +15,9 @@
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
               'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 'python2-pexpect'
               'python-pytest-xdist' 'python2-pytest-xdist' 'python-zope-interface'
-              'python2-zope-interface' 'python-twisted' 'python2-twisted')
+              'python2-zope-interface' 'python-twisted' 'python2-twisted'
+              'python-requests' 'python2-requests' 'python-jinja' 'python2-jinja'
+              'python-decorator' 'python2-decorator')
 source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver")
 sha512sums=('SKIP')
 



More information about the arch-commits mailing list