Date: Sunday, November 13, 2022 @ 14:47:24 Author: dvzrv Revision: 1347274
upgpkg: python-pytest-rerunfailures 10.2-5: Rebuild to remove python-mock from checkdepends. Modified: python-pytest-rerunfailures/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-13 14:37:53 UTC (rev 1347273) +++ PKGBUILD 2022-11-13 14:47:24 UTC (rev 1347274) @@ -3,14 +3,14 @@ _name=pytest-rerunfailures pkgname=python-pytest-rerunfailures pkgver=10.2 -pkgrel=4 +pkgrel=5 pkgdesc="A plugin for py.test that re-runs failed tests to eliminate intermittent failures" arch=(any) url="https://github.com/pytest-dev/pytest-rerunfailures/" license=(MPL2) +# NOTE: move python-setuptools to makedepends with > 10.2 depends=(python-pytest python-setuptools) makedepends=(python-build python-installer python-wheel) -checkdepends=(python-mock) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) sha512sums=('8830610276e2cc172ee372ae4d8376bc6329138751ea2737a4def6af32d05c112c872a7a180ff554018058c05ed0d109927dbac61f748586257e40b0243f03c8') b2sums=('9f317f3a39ac234e145a14d532d2727bb9fb5fead65c05372cf95268e0f589f9de994cd3c47e75dcb354c996595698c43fccdea5134d2e1921429c8ea7b71451')
