summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-02-11 11:03:50 +0100
committerPeter Mattern2017-02-11 11:03:50 +0100
commit3b53398a18034831f6cf6b7de23d2e4c6bd8ae41 (patch)
treeec9e7836e7c4370b8d4c2e678bb3db8cfb414701
parent9f25ba16b323cc90beac1d584fb5890d744f9583 (diff)
downloadaur-3b53398a18034831f6cf6b7de23d2e4c6bd8ae41.tar.gz
Upstream update: release 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 252cc9005dc0..30788bbd1d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 31 16:21:42 UTC 2017
+# Sat Feb 11 09:57:15 UTC 2017
pkgbase = python-social-auth-core
pkgdesc = Core component of the python-social-auth ecosystem
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/python-social-auth/social-core
arch = any
@@ -19,8 +19,8 @@ pkgbase = python-social-auth-core
makedepends = python2-pyjwt
makedepends = python2-requests-oauthlib
makedepends = python2-openid
- source = python-social-auth-core-1.1.0.tar.gz::https://github.com/python-social-auth/social-core/archive/1.1.0.tar.gz
- sha256sums = 833f4b2b737ac47a9d9e0974d1914b61c3195a90769acb0ae9eb8639a97dcdee
+ source = python-social-auth-core-1.2.0.tar.gz::https://github.com/python-social-auth/social-core/archive/1.2.0.tar.gz
+ sha256sums = e36e86cb950961d106180765c4ffcbc674d1014b8bb233fac5c0493b5cf14d9d
pkgname = python-social-auth-core
depends = python-defusedxml
diff --git a/PKGBUILD b/PKGBUILD
index 882d46c51e02..4459c7e45c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-social-auth-core
pkgname=($pkgbase 'python2-social-auth-core')
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='Core component of the python-social-auth ecosystem'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools'
'python-defusedxml' 'python-six' 'python-pyjwt' 'python-requests-oauthlib' 'python-openid'
'python2-defusedxml' 'python2-six' 'python2-pyjwt' 'python2-requests-oauthlib' 'python2-openid')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-social-auth/social-core/archive/$pkgver.tar.gz")
-sha256sums=('833f4b2b737ac47a9d9e0974d1914b61c3195a90769acb0ae9eb8639a97dcdee')
+sha256sums=('e36e86cb950961d106180765c4ffcbc674d1014b8bb233fac5c0493b5cf14d9d')
prepare() {
cp -r social-core-$pkgver social-core-$pkgver-python2