git » python-pytest.git » commit e6d181b

upgpkg: 1:8.2.2-1

author Daniel M. Capella
2024-06-04 19:04:18 UTC
committer Daniel M. Capella
2024-06-04 19:04:18 UTC
parent 74da15e42adfc7c36fa5200e5cd2f6ce1da6adf6

upgpkg: 1:8.2.2-1

.SRCINFO +3 -3
PKGBUILD +7 -3

diff --git a/.SRCINFO b/.SRCINFO
index 0263210..9f08574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-pytest
 	pkgdesc = Simple powerful testing with Python
-	pkgver = 8.2.1
+	pkgver = 8.2.2
 	pkgrel = 1
 	epoch = 1
 	url = https://pytest.org/
@@ -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.2.1
-	b2sums = 15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1
+	source = git+https://github.com/pytest-dev/pytest.git#tag=8.2.2
+	b2sums = e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7
 
 pkgname = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index e5054f8..7e8bad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,18 @@
 
 pkgname=python-pytest
 _name=${pkgname#python-}
-pkgver=8.2.1
+pkgver=8.2.2
 pkgrel=1
 epoch=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 url="https://pytest.org/"
 license=('MIT')
-depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
+depends=(
+  'python-iniconfig'
+  'python-packaging'
+  'python-pluggy'
+)
 makedepends=(
   'git'
   'python-build'
@@ -38,7 +42,7 @@ checkdepends=(
   'python-twisted'
 )
 source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
+b2sums=('e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7')
 
 build() {
   cd "$_name"