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

David Runge dvzrv at archlinux.org
Thu Oct 15 21:38:16 UTC 2020


    Date: Thursday, October 15, 2020 @ 21:38:16
  Author: dvzrv
Revision: 724302

upgpkg: python-django-allauth 0.43.0-1: Upgrade to 0.43.0

Modified:
  python-django-allauth/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 21:34:59 UTC (rev 724301)
+++ PKGBUILD	2020-10-15 21:38:16 UTC (rev 724302)
@@ -2,7 +2,7 @@
 
 _name=django-allauth
 pkgname=python-django-allauth
-pkgver=0.42.0
+pkgver=0.43.0
 pkgrel=1
 pkgdesc="Authentication, registration, account management and 3rd party account authentication"
 arch=('any')
@@ -9,7 +9,7 @@
 url="https://github.com/pennersr/django-allauth"
 license=('MIT')
 depends=('python-django' 'python-openid' 'python-requests'
-'python-requests-oauthlib')
+'python-requests-oauthlib' 'python-pyjwt')
 makedepends=('python-setuptools')
 checkdepends=('python-coverage' 'python-mock' 'python-pytest')
 # tests are not available in pypi sdist:
@@ -16,7 +16,8 @@
 # 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=('db12bdd770bf2aac089a9437c9ae4f89d73c9469dd164ea44b0b50a71010274b15d447836b8aec99bdad7eb12767728c68679feb82738410eabc50ce5a71a7ef')
+sha512sums=('803e276f0c21053d328ceada18f82f3e89df0442316e7fae0b02ce2e0ba1a62d98ac923e8031fcf33b11da125200795199ab65fc1f576b218048ae57d211dfad')
+b2sums=('da95a7b131eb12650ec1d5b5813ce70d40508f79761dd1d67ad4811b0341a1359405ffa3b79bdc1f354a154a828182781d2e27f989a03a845970fe942fb96a50')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
@@ -36,9 +37,8 @@
 package() {
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
-    --optimize=1 \
-    --prefix=/usr \
-    --root="${pkgdir}"
+                          --optimize=1 \
+                          --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



More information about the arch-commits mailing list