summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-09-13 04:57:08 +0200
committerRiccardo Berto2019-09-13 04:57:08 +0200
commitba4b154c9a212f544d9db0af698b5498381b853a (patch)
tree7efcf024dda19814ebef075740271b630a8398b0
parentde0f1c0cded7691e13340ed8a62c02bce2d6ff81 (diff)
downloadaur-ba4b154c9a212f544d9db0af698b5498381b853a.tar.gz
upgpkg: python-authlib 0.12.1-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 d17683a043b8..e05d40ca88d3 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
+ pkgver = 0.12.1
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.tar.gz
- sha256sums = d89cf1c1630ab2a589d9cf9254fd008a16670a49ba3f49046e5ec68a6ac833f6
+ source = https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-0.12.1.tar.gz
+ sha256sums = 40728195efe915c96209a6a57ad6b5565a951bb469f01bd0c38ea13a0bac6c68
pkgname = python-authlib
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9277d740d875..07160dbf6425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-authlib'
pkgname=('python-authlib')
_module='Authlib'
-pkgver='0.12'
+pkgver='0.12.1'
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=('d89cf1c1630ab2a589d9cf9254fd008a16670a49ba3f49046e5ec68a6ac833f6')
+sha256sums=('40728195efe915c96209a6a57ad6b5565a951bb469f01bd0c38ea13a0bac6c68')
build() {
cd "${srcdir}/${_module}-${pkgver}"