author | Daniel M. Capella
<polyzen@archlinux.org> 2023-06-23 22:45:55 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2023-06-23 22:45:55 UTC |
parent | 126fa383aee9fa13ecfe253a373ff5f9f1e080fa |
PKGBUILD | +8 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index b3e6dcf..0a93f33 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=7.3.2 +pkgver=7.4.0 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -13,14 +13,15 @@ depends=('python-iniconfig' 'python-packaging' 'python-pluggy') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis' - 'python-nose' 'python-requests' 'python-xmlschema' + 'python-nose' 'python-pygments' 'python-requests' + 'python-xmlschema' # Unlisted, but actually used. Check again after a while: - 'lsof' 'python-decorator' 'python-docutils' 'python-jinja' - 'python-numpy' 'python-pexpect' 'python-pygments' - 'python-pytest-xdist' 'python-twisted') + 'lsof' 'python-decorator' 'python-docutils' + 'python-exceptiongroup' 'python-jinja' 'python-numpy' + 'python-pexpect' 'python-pytest-xdist' 'python-twisted') source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") -sha256sums=('ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b') -b2sums=('4aa6ad62f654df9373427d9c19d92565a7da8d65460ee0872a30d4235e72af1ee3155871d7f7157b8e9c1173fc40bcdb87acab2b7bffdc6255cf8509e7a0bba3') +sha256sums=('b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a') +b2sums=('59b9e90ab226dd317a5beeb0b189d0e323379e781dcca3fc7aa37ab7ef6d623a25f6f50e4b648cd274bdbc202e914fd393749d093a4c9d8c2f19124403d6b4fe') # Remove dep on setuptools_scm prepare() {