git » python-pytest.git » commit 7820497

upgpkg: 6.1.0-1

author Felix Yan
2020-09-27 09:14:54 UTC
committer Felix Yan
2020-09-27 09:14:54 UTC
parent 528e2a15e2879ca7062acfc5ba05b33334fa4b4a

upgpkg: 6.1.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 32481fe..335aed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=6.0.2
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-nos
               'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect'
               'python-pygments' 'python-twisted' 'python-pytest-xdist')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('6e8782011e77bf7145bfa76e2a5fc7f1104ced265300c25e102f094a587df41ae35839271653a7054c93501fa4c7ca7f883d7d9bb96abb0c156b17df116cf92f')
+sha512sums=('fdf60a3a1c93a254f51652f4a56204d08faa763bd313a96fca4b439c877e05ac3c78d93d2ca9af9639a884415709a30736ef1b890ee10dee3d55f6accd3ad57b')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver