git » python-pytest.git » commit a1114ab

upgpkg: 7.3.1-1

author Daniel M. Capella
2023-04-14 18:54:07 UTC
committer Daniel M. Capella
2023-04-14 18:54:07 UTC
parent d0f98fd2892c3dcfe13e10f06916f3aab6d220df

upgpkg: 7.3.1-1

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 10f7c91..3081f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
 
 pkgname=python-pytest
-pkgver=7.3.0
-pkgrel=2
+pkgver=7.3.1
+pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
@@ -19,8 +19,8 @@ checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'
               '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=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')
-b2sums=('49057296154775276cc700c309837d85733c3da362ec8e50e5063fccc0615c54bd502574fed86d9b27d3086da630c13f0f87164150a900ab4ae08ab49ff9e0e5')
+sha256sums=('434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3')
+b2sums=('8cabc475056000e393538c6c52e2ee5a9af6c57831c6aba82e3107ae44f88b63a68b37339842eebfa318bd27d4bf5e34959b72052d4646cc8682c84f131f98e7')
 
 # Remove dep on setuptools_scm
 prepare() {