summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-01-31 17:22:03 +0100
committerPeter Mattern2017-01-31 17:22:03 +0100
commit9f25ba16b323cc90beac1d584fb5890d744f9583 (patch)
tree0fa9a7c9921d295e12eaecdd1b8b4cb408b43b36
parent3ada0bd1c3fb2941fe569f8567a14bb3f0e31b97 (diff)
downloadaur-9f25ba16b323cc90beac1d584fb5890d744f9583.tar.gz
Upstream update: release 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027b0e988ea5..252cc9005dc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 21:39:54 UTC 2017
+# Tue Jan 31 16:21:42 UTC 2017
pkgbase = python-social-auth-core
pkgdesc = Core component of the python-social-auth ecosystem
- pkgver = 1.0.1
+ pkgver = 1.1.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.0.1.tar.gz::https://github.com/python-social-auth/social-core/archive/1.0.1.tar.gz
- sha256sums = becdae55c3d050ec456844f282e6b468df0847b131e615017019ca97b631d972
+ 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
pkgname = python-social-auth-core
depends = python-defusedxml
diff --git a/PKGBUILD b/PKGBUILD
index ae16fb594b83..882d46c51e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-social-auth-core
pkgname=($pkgbase 'python2-social-auth-core')
-pkgver=1.0.1
+pkgver=1.1.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=('becdae55c3d050ec456844f282e6b468df0847b131e615017019ca97b631d972')
+sha256sums=('833f4b2b737ac47a9d9e0974d1914b61c3195a90769acb0ae9eb8639a97dcdee')
prepare() {
cp -r social-core-$pkgver social-core-$pkgver-python2