git » python-pytest.git » commit 6a762f5

upgpkg: 1:8.3.2-1

author Daniel M. Capella
2024-07-26 23:30:27 UTC
committer Daniel M. Capella
2024-07-26 23:30:27 UTC
parent 2a696d5dd1f5ab67b0979369ac5a07871c12a197

upgpkg: 1:8.3.2-1

.SRCINFO +3 -3
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 6ade319..14981b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = python-pytest
 	pkgdesc = Simple powerful testing with Python
-	pkgver = 8.3.1
+	pkgver = 8.3.2
 	pkgrel = 1
 	epoch = 1
 	url = https://docs.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.3.1
-	b2sums = 2c43a9f409e70232d25a0448ce454f39669c49eb399572bb7c532babeaeb5e55c219e4c16e45120fdfd71f6257dddce7699449a39ee996dab3544d9a4d2b6050
+	source = git+https://github.com/pytest-dev/pytest.git#tag=8.3.2
+	b2sums = bef53479cf4ccc74ffd06a7c75a019a6b97d2f8a7dec003f99396fa28a249ce38b37e52949166ac36664b4bb76d63a0c1cddeb291ab7e4ef192e43c9a1db05f4
 
 pkgname = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index a12bbb1..ce7004e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=python-pytest
 _name=${pkgname#python-}
-pkgver=8.3.1
+pkgver=8.3.2
 pkgrel=1
 epoch=1
 pkgdesc="Simple powerful testing with Python"
@@ -42,7 +42,7 @@ checkdepends=(
   python-twisted
 )
 source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('2c43a9f409e70232d25a0448ce454f39669c49eb399572bb7c532babeaeb5e55c219e4c16e45120fdfd71f6257dddce7699449a39ee996dab3544d9a4d2b6050')
+b2sums=('bef53479cf4ccc74ffd06a7c75a019a6b97d2f8a7dec003f99396fa28a249ce38b37e52949166ac36664b4bb76d63a0c1cddeb291ab7e4ef192e43c9a1db05f4')
 
 build() {
   cd "$_name"