git » python-pytest.git » commit 08749b9

upgpkg: 7.1.0-1

author Daniel M. Capella
2022-03-15 01:53:12 UTC
committer Daniel M. Capella
2022-03-15 01:53:12 UTC
parent 77c867204697c59599c437be73d592f8678d5099

upgpkg: 7.1.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index e8937e3..c8ef7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=7.0.1
+pkgver=7.1.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -19,8 +19,8 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock'
               'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
               'python-pytest-xdist' 'python-twisted')
 source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
-sha256sums=('e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171')
-b2sums=('fcaef6afc6e98f6716a80f6451671b2abbf9ad676330a6e66e917a73e018eef966de8e7ef7ab48a1213167476eef1eb37cc5e84ec2bd9e5eab4ec6f1a8071c87')
+sha256sums=('f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47')
+b2sums=('2417ccb4a41c9dc5b957bef3c7e190d2469d604a15368cc59ad3d6dcffc46617690269e5c1d6f6fa81c376f426ec8e825389dbc0dd15688ced65433107651676')
 
 # Remove dep on setuptools_scm
 prepare() {