git » python-pytest.git » commit 74da15e

upgpkg: 1:8.2.1-1

author Daniel M. Capella
2024-05-20 04:46:49 UTC
committer Daniel M. Capella
2024-05-20 04:46:49 UTC
parent 33e23e269e9f71a5e5d0d1763894373f29379f9a

upgpkg: 1:8.2.1-1

.SRCINFO +4 -4
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 7ef3163..0263210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = python-pytest
 	pkgdesc = Simple powerful testing with Python
-	pkgver = 8.1.2
-	pkgrel = 2
+	pkgver = 8.2.1
+	pkgrel = 1
 	epoch = 1
 	url = https://pytest.org/
 	arch = any
@@ -29,7 +29,7 @@ pkgbase = python-pytest
 	depends = python-iniconfig
 	depends = python-packaging
 	depends = python-pluggy
-	source = git+https://github.com/pytest-dev/pytest.git#tag=8.1.2
-	b2sums = 74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd
+	source = git+https://github.com/pytest-dev/pytest.git#tag=8.2.1
+	b2sums = 15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1
 
 pkgname = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index 32ac104..e5054f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
 
 pkgname=python-pytest
 _name=${pkgname#python-}
-pkgver=8.1.2
-pkgrel=2
+pkgver=8.2.1
+pkgrel=1
 epoch=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -38,7 +38,7 @@ checkdepends=(
   'python-twisted'
 )
 source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd')
+b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
 
 build() {
   cd "$_name"