author | Daniel M. Capella
<polyzen@archlinux.org> 2023-04-09 03:08:56 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2023-04-09 03:08:56 UTC |
parent | 08a667a8676d7c09c963641a5b724ba7f35c3135 |
PKGBUILD | +8 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index abcc7b6..f662b0d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,25 +3,25 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=7.2.2 -pkgrel=2 +pkgver=7.3.0 +pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') url="https://pytest.org/" -depends=('python-attrs' 'python-exceptiongroup' 'python-iniconfig' - 'python-packaging' 'python-pluggy' 'python-tomli') +depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging' + 'python-pluggy' 'python-tomli') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') -checkdepends=('python-argcomplete' 'python-hypothesis' 'python-nose' - 'python-requests' 'python-xmlschema' +checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis' + 'python-nose' 'python-requests' 'python-xmlschema' # Unlisted, but actually used. Check again after a while: 'lsof' 'python-asynctest' 'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-pytest-xdist' 'python-twisted') source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") -sha256sums=('c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4') -b2sums=('51742872c03ccba3b305fdb3015a1c2a8f7dbf2988f267ea13e2add438ae52e2d5a6cace483525cf37f7ea72454bb346b81196c6e043dbbc3e5c0c8a1a365ed7') +sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d') +b2sums=('49057296154775276cc700c309837d85733c3da362ec8e50e5063fccc0615c54bd502574fed86d9b27d3086da630c13f0f87164150a900ab4ae08ab49ff9e0e5') # Remove dep on setuptools_scm prepare() {