summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-11-12 04:20:20 +0100
committerRiccardo Berto2019-11-12 04:20:20 +0100
commit9d1f545fcdd19c4b9ebc6f0eac31da08b1b8ab7f (patch)
tree735257c0465a5b101ca03959db6951d97ecd13f4
parentba4b154c9a212f544d9db0af698b5498381b853a (diff)
downloadaur-9d1f545fcdd19c4b9ebc6f0eac31da08b1b8ab7f.tar.gz
upgpkg: python-authlib 0.13-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05d40ca88d3..54db07dd2b44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-authlib
pkgdesc = The ultimate Python library in building OAuth and OpenID Connect servers.
- pkgver = 0.12.1
+ pkgver = 0.13
pkgrel = 1
url = https://authlib.org/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-0.12.1.tar.gz
- sha256sums = 40728195efe915c96209a6a57ad6b5565a951bb469f01bd0c38ea13a0bac6c68
+ source = https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-0.13.tar.gz
+ sha256sums = 401a4a184379a6551b79af30243ce1ad56da0a8da5b4925e0be260f07ee40009
pkgname = python-authlib
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 07160dbf6425..f28938670d8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-authlib'
pkgname=('python-authlib')
_module='Authlib'
-pkgver='0.12.1'
+pkgver='0.13'
pkgrel=1
pkgdesc="The ultimate Python library in building OAuth and OpenID Connect servers."
url="https://authlib.org/"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('40728195efe915c96209a6a57ad6b5565a951bb469f01bd0c38ea13a0bac6c68')
+sha256sums=('401a4a184379a6551b79af30243ce1ad56da0a8da5b4925e0be260f07ee40009')
build() {
cd "${srcdir}/${_module}-${pkgver}"