summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-09-04 04:27:33 +0200
committerRiccardo Berto2019-09-04 04:27:33 +0200
commitde0f1c0cded7691e13340ed8a62c02bce2d6ff81 (patch)
tree7049c8d6fa46c50c51cda8a75a4d0ac0f1252029
parenta9bb7d5043c974003ce84cb771765a7e70d98acc (diff)
downloadaur-de0f1c0cded7691e13340ed8a62c02bce2d6ff81.tar.gz
upgpkg: python-authlib 0.12-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 7c89ebd1a63f..d17683a043b8 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.11
+ pkgver = 0.12
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.11.tar.gz
- sha256sums = 9741db6de2950a0a5cefbdb72ec7ab12f7e9fd530ff47219f1530e79183cbaaf
+ source = https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-0.12.tar.gz
+ sha256sums = d89cf1c1630ab2a589d9cf9254fd008a16670a49ba3f49046e5ec68a6ac833f6
pkgname = python-authlib
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ddd92cfd54a4..9277d740d875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-authlib'
pkgname=('python-authlib')
_module='Authlib'
-pkgver='0.11'
+pkgver='0.12'
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=('9741db6de2950a0a5cefbdb72ec7ab12f7e9fd530ff47219f1530e79183cbaaf')
+sha256sums=('d89cf1c1630ab2a589d9cf9254fd008a16670a49ba3f49046e5ec68a6ac833f6')
build() {
cd "${srcdir}/${_module}-${pkgver}"