git » python-pytest.git » commit 1bd3b42

upgpkg: 2.7.0-1

author Felix Yan
2015-03-26 14:05:04 UTC
committer Felix Yan
2015-03-26 14:05:04 UTC
parent 0fee8d69266869ec3670eb2f16edc8e55da36b25

upgpkg: 2.7.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index b9c4e58..7606bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.6.4
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -12,7 +12,7 @@ url="http://pytest.org/"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
 source=("http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
-sha512sums=('b17f79b0f3c0f6051bedb0d7acadc5d569b3b90b2fce2eddda06a21b654f6077f934aaa9617152d6b2f8babb95c37494f18e050841af601f7f37de25c15b32fd')
+sha512sums=('80c7a804895ac4dad2e4f47de130df9159076c63016fe64eefcea92d5bff339fcbf5c103258ade7e4068566caf1508d2d737f449a934a1e2673533e4ed7412cb')
 
 prepare() {
   cp -a pytest-${pkgver}{,-py2}