summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-06-17 02:05:16 +0200
committerM0Rf302022-06-17 02:05:16 +0200
commitf64fa545f1754bf8910f525e7bd6b0848fb89f5f (patch)
treed372c320c09f5a44261e252b210d6f8055af5d4d
parentab2c14d839ce1ad253bf3683e654aca0c0a6c9db (diff)
downloadaur-f64fa545f1754bf8910f525e7bd6b0848fb89f5f.tar.gz
python-social-auth-core: 4.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db4d4873e43..c8869b2352a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-social-auth-core
pkgdesc = Python Social Auth core component
- pkgver = 4.2.0
+ pkgver = 4.3.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.2.0.tar.gz::https://github.com/python-social-auth/social-core/archive/4.2.0.tar.gz
- sha256sums = c192943c738bb97a9fb679c4edc71c6ac8355509d60c6084bb4c844814fb8a1f
+ source = python-social-auth-core-4.3.0.tar.gz::https://github.com/python-social-auth/social-core/archive/4.3.0.tar.gz
+ sha256sums = baf792268f4a928cd5f02bd538e7b6f80af493411e1ea223f0a98d50dd894d03
pkgname = python-social-auth-core
diff --git a/PKGBUILD b/PKGBUILD
index 07646aed20fd..276a53de877a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Peter Mattern <pmattern at arcor dot de>
pkgname=python-social-auth-core
-pkgver=4.2.0
+pkgver=4.3.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=('c192943c738bb97a9fb679c4edc71c6ac8355509d60c6084bb4c844814fb8a1f')
+sha256sums=('baf792268f4a928cd5f02bd538e7b6f80af493411e1ea223f0a98d50dd894d03')
build() {
cd social-core-"${pkgver}"