git » python-pytest.git » commit 710b9f8

upgpkg: 4.2.0-1

author Felix Yan
2019-01-31 15:23:41 UTC
committer Felix Yan
2019-01-31 15:23:41 UTC
parent 27e51b7bcb7ee5bab2d7bba846a09796c9db6e04

upgpkg: 4.2.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 41b7f19..d6c52a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.1.1
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,7 @@ checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' '
               'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 'python-requests'
               'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('3dbc9f33eb7d64949057e2ae00d91659711ea9125d8049daf240fff8a6c70797493d52628a213553fc654efd9f34f05c36b80fa054cbfd8ffd93eaf44ea3fd10')
+sha512sums=('f0139a887c16db5eb3858c352c65e86a75d9393a64d724321874a5a7375b79a6ab6f0f231735a7d7a0e866aaf02a2de4b823989f155493e0ad9d512072e92ed2')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}