Date: Wednesday, November 2, 2022 @ 03:39:41 Author: polyzen Revision: 1340957
upgpkg: python-pytest 7.2.0-3: Add python-exceptiongroup dep https://github.com/pytest-dev/pytest/commit/69f2855cc8896c67c499a250c2f08fcfd408f827 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-02 03:35:49 UTC (rev 1340956) +++ PKGBUILD 2022-11-02 03:39:41 UTC (rev 1340957) @@ -4,14 +4,15 @@ pkgname=python-pytest pkgver=7.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') url="https://pytest.org/" -depends=('python-attrs' 'python-iniconfig' 'python-packaging' 'python-pluggy' - 'python-tomli') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +depends=('python-attrs' '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-mock' 'python-nose' 'python-requests' 'python-xmlschema' # Unlisted, but actually used. Check again after a while:
