[arch-commits] Commit in python-django-allauth/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Jul 13 10:03:05 UTC 2021


    Date: Tuesday, July 13, 2021 @ 10:03:05
  Author: dvzrv
Revision: 976762

upgpkg: python-django-allauth 0.45.0-1: Upgrade to 0.45.0.

Remove python-coverage from checkdepends, as coverage is brittle.

Modified:
  python-django-allauth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-13 09:41:57 UTC (rev 976761)
+++ PKGBUILD	2021-07-13 10:03:05 UTC (rev 976762)
@@ -2,7 +2,7 @@
 
 _name=django-allauth
 pkgname=python-django-allauth
-pkgver=0.44.0
+pkgver=0.45.0
 pkgrel=1
 pkgdesc="Authentication, registration, account management and 3rd party account authentication"
 arch=('any')
@@ -11,13 +11,13 @@
 depends=('python-django' 'python-openid' 'python-requests'
 'python-requests-oauthlib' 'python-pyjwt')
 makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-mock' 'python-pytest')
+checkdepends=('python-mock' '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")
 source=("${_name}-${pkgver}.tar.gz::https://github.com/pennersr/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('7d864a499f516c91faac0e33d9f235770eadfdfd3314a2fa8d836c3be417a3c8e9dfeba72e06ba02a199ec227702b7eaaea385c5e254fc811dfb9c2fc3425914')
-b2sums=('84ec4b6ab31fed7eccc7aea8092c4a5f9f9e73c365bf66b6b7b59d1e5143d3b327a6e698f45ddab949c5a58fa73363fd2724ae00817a9df78ef76f665a6f77dc')
+sha512sums=('15c1dc77db7ec0f3223f64301b57fb21485db7c8abedf2dd34f78049f17e7c0c9aa434a207cfb2bd938ef52121aeb59ca3e01a8e728a3a54152540c6838bc40c')
+b2sums=('1dea24d4760e0dc8230fd926c8360b67c675b9577cc8089c4cade40825d4a201108dff93c076872f3958f6bc8c73968f34dbef1ee87a8355aa449aa7f8b5b12b')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -31,7 +31,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="build:${PYTHONPATH}"
-  coverage run manage.py test allauth
+  python manage.py test allauth
 }
 
 package() {




More information about the arch-commits mailing list