summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-02-12 12:04:31 +0100
committerM0Rf302022-02-12 12:04:31 +0100
commitab2c14d839ce1ad253bf3683e654aca0c0a6c9db (patch)
tree774c0f61f102bbc201fb50035e847d4b7e330261
parent920858ab9bfdd11327b2714023e12462cb90de43 (diff)
downloadaur-ab2c14d839ce1ad253bf3683e654aca0c0a6c9db.tar.gz
python-social-auth-core: 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5685d30e8ed..5db4d4873e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-social-auth-core
pkgdesc = Python Social Auth core component
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/python-social-auth/social-core
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-social-auth-core
depends = python-openid
depends = python-cryptography
depends = python3-saml
- source = python-social-auth-core-4.1.0.tar.gz::https://github.com/python-social-auth/social-core/archive/4.1.0.tar.gz
- sha256sums = 3398690b33e42f6be8637742f5b737d86aa406e8c966ef717a2dafa4afdce213
+ source = python-social-auth-core-4.2.0.tar.gz::https://github.com/python-social-auth/social-core/archive/4.2.0.tar.gz
+ sha256sums = c192943c738bb97a9fb679c4edc71c6ac8355509d60c6084bb4c844814fb8a1f
pkgname = python-social-auth-core
diff --git a/PKGBUILD b/PKGBUILD
index 3b643c2be566..07646aed20fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=python-social-auth-core
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc='Python Social Auth core component'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-six' 'python-defusedxml' 'python-pyjwt' 'python-jose' 'python-r
'python-openid' 'python-cryptography' 'python3-saml')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('3398690b33e42f6be8637742f5b737d86aa406e8c966ef717a2dafa4afdce213')
+sha256sums=('c192943c738bb97a9fb679c4edc71c6ac8355509d60c6084bb4c844814fb8a1f')
build() {
cd social-core-"${pkgver}"