git » python-pytest.git » commit bc11971

upgpkg: 4.3.0-1

author Felix Yan
2019-02-19 08:09:42 UTC
committer Felix Yan
2019-02-19 08:09:42 UTC
parent 818c3111ac1961e22391bcea3dec0217a25396c4

upgpkg: 4.3.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 1ec92f9..ab74ccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.2.1
+pkgver=4.3.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=('402e7aa19e8508e5b008e21c7465939bdaafb8ebc023b95295dcd5a6c6b55c2a12675ce10a1f2a4fadd67a73d42a03f8af0cad4b6969f05100cc80d29ecc15d7')
+sha512sums=('916d87693982d1adfdeace420ea94798f7feabd9be74f3b427b485e4a27065e1e44c8adc915792e1ecc8e6d7bbe8f3ae365d9234015387fbd34356b8b7b7b6a3')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}