summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2018-07-14 12:35:09 +0200
committerSimon Hanna2018-07-14 12:35:09 +0200
commitebe6bb438e0c09f1476a90087b5960fdf277116f (patch)
tree93954f379e2deee076efb49aabe678dd69d95090
parent002ca28f2ab380320be141122d2e1e5b3c60dbd2 (diff)
downloadaur-ebe6bb438e0c09f1476a90087b5960fdf277116f.tar.gz
upgpkg: python-django-allauth 0.36.0-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 846dcbbe9ef2..5c75a98b7a0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Sat Jul 14 10:31:50 UTC 2018
+# Sat Jul 14 10:35:09 UTC 2018
pkgbase = django-allauth
pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- pkgver = 0.33.0
+ pkgver = 0.36.0
pkgrel = 1
url = http://www.intenct.nl/projects/django-allauth/
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/pennersr/django-allauth/archive/0.33.0.tar.gz
- sha256sums = 9c935d7d9aab8f01f2e857408e6a5e389e44745804b87b739903e878f0bbaf06
+ source = https://github.com/pennersr/django-allauth/archive/0.36.0.tar.gz
+ sha256sums = c466b39c340c006ac616ff59b32acc8d5c48c48e35f88fc8d44c5794854063c7
pkgname = python-django-allauth
depends = python
- depends = python-django>=1.10
+ depends = python-django>=1.11
depends = python-openid
- depends = python-requests-oauthlib
+ depends = python-requests-oauthlib>=0.3.0
depends = python-requests
pkgname = python2-django-allauth
diff --git a/PKGBUILD b/PKGBUILD
index 6572ed1d630f..5a4d50c3cfc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-allauth
pkgname=('python-django-allauth' 'python2-django-allauth')
-pkgver=0.33.0
+pkgver=0.36.0
pkgrel=1
pkgdesc="Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
arch=('any')
@@ -12,10 +12,10 @@ url="http://www.intenct.nl/projects/django-allauth/"
makedepends=('python-setuptools'
'python2-setuptools')
source=("https://github.com/pennersr/${pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('9c935d7d9aab8f01f2e857408e6a5e389e44745804b87b739903e878f0bbaf06')
+sha256sums=('c466b39c340c006ac616ff59b32acc8d5c48c48e35f88fc8d44c5794854063c7')
package_python-django-allauth() {
- depends=('python' 'python-django>=1.10' 'python-openid' 'python-requests-oauthlib'
+ depends=('python' 'python-django>=1.11' 'python-openid' 'python-requests-oauthlib>=0.3.0'
'python-requests')
cd "${srcdir}/${pkgbase}-${pkgver}"