* update python-pytest to 1:8.3.4-1

This commit is contained in:
Alexander Baldeck 2025-01-07 07:59:23 +01:00
parent 8e424c908c
commit d42f202312
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
pkgver = 8.3.3
pkgrel = 2
pkgver = 8.3.4
pkgrel = 1
epoch = 1
url = https://docs.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.3.3
b2sums = 34f6b3dee29bba474080ee21a58c9b968eb4704631946509d15ada2320a80c83e5a8c5ebe25fce69e65af0556ab5b6ce6a502ffad010c2986c36e5d823caeb73
source = git+https://github.com/pytest-dev/pytest.git#tag=8.3.4
b2sums = 21f87227465b28edacbcca503feb68ff365da0a062fb637166ac2ea989f4bb359769d37a2790780f4f1954d9ab2d6b80bcb18a0133e484cb07271c65d213d855
pkgname = python-pytest

View File

@ -5,8 +5,8 @@
pkgname=python-pytest
_name=${pkgname#python-}
pkgver=8.3.3
pkgrel=2
pkgver=8.3.4
pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
arch=(any)
@ -43,7 +43,7 @@ checkdepends=(
python-twisted
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
b2sums=('34f6b3dee29bba474080ee21a58c9b968eb4704631946509d15ada2320a80c83e5a8c5ebe25fce69e65af0556ab5b6ce6a502ffad010c2986c36e5d823caeb73')
b2sums=('21f87227465b28edacbcca503feb68ff365da0a062fb637166ac2ea989f4bb359769d37a2790780f4f1954d9ab2d6b80bcb18a0133e484cb07271c65d213d855')
build() {
cd "$_name"