git » python-pytest.git » commit 5b0e424

upgpkg: 7.2.2-1

author Daniel M. Capella
2023-03-03 19:24:03 UTC
committer Daniel M. Capella
2023-03-03 19:24:03 UTC
parent cf0ee521df0b2fd9065173d960915b792df9af01

upgpkg: 7.2.2-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 567aad1..d1325a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=7.2.1
+pkgver=7.2.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -20,8 +20,8 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-nose'
               '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=('d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42')
-b2sums=('3323e4d0dc95708733425aba808a864816d73a1d67f2f3048ab516aff9c2e5ddafab67d8596ad5693254c906e9714508e7faef591c89592fcf071698b3dbdb30')
+sha256sums=('c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4')
+b2sums=('51742872c03ccba3b305fdb3015a1c2a8f7dbf2988f267ea13e2add438ae52e2d5a6cace483525cf37f7ea72454bb346b81196c6e043dbbc3e5c0c8a1a365ed7')
 
 # Remove dep on setuptools_scm
 prepare() {