git » python-pytest.git » commit 4eb4d17

upgpkg: 8.0.0-1

author Daniel M. Capella
2024-01-28 14:57:17 UTC
committer Daniel M. Capella
2024-01-28 14:57:17 UTC
parent 04975ffb7acca8d2ff7cec59378dea2500823532

upgpkg: 8.0.0-1

.SRCINFO +2 -2
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index ffab03c..a013654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-pytest
 	pkgdesc = Simple powerful testing with Python
-	pkgver = 7.4.4
+	pkgver = 8.0.0
 	pkgrel = 1
 	url = https://pytest.org/
 	arch = any
@@ -30,7 +30,7 @@ pkgbase = python-pytest
 	depends = python-iniconfig
 	depends = python-packaging
 	depends = python-pluggy
-	source = git+https://github.com/pytest-dev/pytest.git#tag=7.4.4
+	source = git+https://github.com/pytest-dev/pytest.git#tag=8.0.0
 	b2sums = SKIP
 
 pkgname = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index a0614fd..bbc6fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-pytest
 _name=${pkgname#python-}
-pkgver=7.4.4
+pkgver=8.0.0
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')