Date: Monday, February 14, 2022 @ 17:32:46 Author: felixonmars Revision: 1133211
upgpkg: python-requests-oauthlib 1.3.1-1 Modified: python-requests-oauthlib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-14 17:31:56 UTC (rev 1133210) +++ PKGBUILD 2022-02-14 17:32:46 UTC (rev 1133211) @@ -3,8 +3,8 @@ # Contributor: Roberto Catini <[email protected]> pkgname=python-requests-oauthlib -pkgver=1.3.0 -pkgrel=6 +pkgver=1.3.1 +pkgrel=1 pkgdesc="First-class OAuth library support for Requests" arch=('any') url="https://pypi.python.org/pypi/requests-oauthlib" @@ -13,7 +13,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-requests-mock' 'python-mock' 'python-pyjwt') source=("$pkgname-$pkgver.tar.gz::https://github.com/requests/requests-oauthlib/archive/v$pkgver.tar.gz") -sha512sums=('0eebd209dad892567de7d37f1482b5c7523eced3a73a68054674b29447d090c885b2388fd6f2db26436f14098833051c8888ace8b137889a4012e010efb0e86b') +sha512sums=('86fe34d39ad7224fd44a1b0c4fbf3784032239b894ae73ba65043941cde9675c2f8abedf44ccc00b5fb1648b8e261de258464b311f3ace6392ab6202fb50aa08') build() { cd requests-oauthlib-$pkgver
