summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2016-11-19 23:50:56 +0100
committerSimon Hanna2016-11-19 23:50:56 +0100
commite3193e95e9b94469cc0e202834967b8fe3668460 (patch)
tree73ea151fe7cb4366808799d5afa30c37af298b58
parent7276bcb49aac20f00fe93cb4f40edca6a5e95e94 (diff)
downloadaur-e3193e95e9b94469cc0e202834967b8fe3668460.tar.gz
upgpkg: python-django-allauth 0.28.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173124366ed0..1926aa86ec6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Nov 19 22:50:56 UTC 2016
pkgbase = django-allauth
pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
- pkgver = 0.27.0
+ pkgver = 0.28.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.27.0.tar.gz
- sha256sums = 74ecfce923f580da44163587b4911f3d9f6407e1b08001d2612c378c95f958a5
+ source = https://github.com/pennersr/django-allauth/archive/0.28.0.tar.gz
+ sha256sums = 52a526cb4b9547f673d6f00ef66a581301fdaf8d00a701e3c8315f3393c29afa
pkgname = python-django-allauth
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 065d4cadce21..09a92bea7879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=django-allauth
pkgname=('python-django-allauth' 'python2-django-allauth')
-pkgver=0.27.0
+pkgver=0.28.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,7 +12,7 @@ url="http://www.intenct.nl/projects/django-allauth/"
makedepends=('python-setuptools'
'python2-setuptools')
source=("https://github.com/pennersr/${pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('74ecfce923f580da44163587b4911f3d9f6407e1b08001d2612c378c95f958a5')
+sha256sums=('52a526cb4b9547f673d6f00ef66a581301fdaf8d00a701e3c8315f3393c29afa')
package_python-django-allauth() {
depends=('python' 'python-django' 'python-openid' 'python-requests-oauthlib'