Date: Friday, November 11, 2022 @ 22:13:53 Author: jelle Revision: 1346886
upgpkg: python-django-allauth 0.51.0-2: drop python-mock Modified: python-django-allauth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 22:12:58 UTC (rev 1346885) +++ PKGBUILD 2022-11-11 22:13:53 UTC (rev 1346886) @@ -3,7 +3,7 @@ _name=django-allauth pkgname=python-django-allauth pkgver=0.51.0 -pkgrel=1 +pkgrel=2 pkgdesc="Authentication, registration, account management and 3rd party account authentication" arch=(any) url="https://github.com/pennersr/django-allauth" @@ -11,7 +11,7 @@ depends=(python-django python-openid python-requests python-requests-oauthlib python-pyjwt) makedepends=(python-build python-installer python-setuptools python-wheel) -checkdepends=(python-mock python-pytest) +checkdepends=(python-pytest) # tests are not available in pypi sdist: # https://github.com/pennersr/django-allauth/issues/2439 # source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
