From 92be38aa416c711e65da04b98abc3a1b7780fd35 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 16 Jul 2025 16:12:38 +0000 Subject: [PATCH] python-oauthlib: update to 3.3.1 --- mingw-w64-python-oauthlib/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-oauthlib/PKGBUILD b/mingw-w64-python-oauthlib/PKGBUILD index 06e907fae6..101a769096 100644 --- a/mingw-w64-python-oauthlib/PKGBUILD +++ b/mingw-w64-python-oauthlib/PKGBUILD @@ -3,8 +3,8 @@ _realname=oauthlib pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.2.2 -pkgrel=4 +pkgver=3.3.1 +pkgrel=1 pkgdesc='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -23,7 +23,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-cryptography: rsa and signedtoken" "${MINGW_PACKAGE_PREFIX}-python-blinker: signals") options=('!emptydirs') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918') +sha256sums=('0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"