Date: Saturday, November 5, 2022 @ 21:59:14 Author: mtorromeo Revision: 1342558
upgpkg: python-oauthlib 3.2.2-1 Modified: python-oauthlib/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-05 21:55:57 UTC (rev 1342557) +++ PKGBUILD 2022-11-05 21:59:14 UTC (rev 1342558) @@ -1,7 +1,7 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=python-oauthlib -pkgver=3.2.0 +pkgver=3.2.2 pkgrel=1 _libname=oauthlib pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" @@ -11,7 +11,7 @@ source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz) depends=(python-cryptography) makedepends=(python-setuptools python-wheel python-build python-installer) -sha256sums=('23a8208d75b902797ea29fd31fa80a15ed9dc2c6c16fe73f5d346f83f6fa27a2') +sha256sums=('9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918') build() { cd "$srcdir/$_libname-$pkgver"
