git » python-pytest.git » commit 322a902

upgpkg: 7.2.0-1

author Daniel M. Capella
2022-11-02 03:15:58 UTC
committer Daniel M. Capella
2022-11-02 03:15:58 UTC
parent fb1c14bf66e5b7a343a8fe2867cad5bc0cc5f1a7

upgpkg: 7.2.0-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0239f5b..86bd716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=7.1.3
+pkgver=7.2.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=('4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39')
-b2sums=('39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630')
+sha256sums=('c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59')
+b2sums=('051c1c28aae1b2ff97af0b6e58046d8d3ee9b72909d4c8360f7ca3b9f2ed46f24a6db2d6138d1a629ec650bf7b0a14d89b44d0779340c31b60abb8608defd30b')
 
 # Remove dep on setuptools_scm
 prepare() {